@charset "utf-8";
/* CSS Document */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	background-color: #000000;
}

#container {
	width: 56em;
	background: #FFFFFF;
	border: 1px solid #000000;
	text-align: left;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
#container #nav {
	font-size: 1em;
	background-color: #6388C7;
}
#container #nav ul {
	list-style-type: none;
	text-align: center;
	word-spacing: 4em;
	padding-top: 6px;
	padding-bottom: 6px;
}
#container #nav li {
	display: inline;
}
#container #nav a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#container #nav a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#container #nav a:active {
	color: #E3ACB9;
	text-decoration: none;
}


#container #nav a:hover {
	color: #E3ACB9;
}
a:link {
	color: #C04763;
	text-decoration: none;
}
a:visited {
	color: #DECEBF;
	text-decoration: none;
	color: #C04763;
}
a:active {
	color: #5D5E7C;
	text-decoration: none;
}

a:hover {
	color: #5D5E7C;
}
#header {
	background: #DDDDDD;
	height: 100px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 
#header h1 {
	margin: 0;
	padding: 10px 0;
	text-indent: -999em;
}

#sidebar1 {
	float: left;
	width: 18em;
	padding-bottom: 5px;
	margin-top: 0px;
	background-color: #FFFFFF;
}
#sidebar1 img {
}
#sidebar1 h3, #sidebar1 p {
	margin-left: 10px;
	margin-right: 10px;
	font-size: 80%;
	color: #C04763;
	text-align: center;
}
#sidebar1 h4 {
	font-size: 100%;
	color: #C04763;
	text-align: center;
}


#mainContent {
	margin-top: 0;
	margin-right: 1.5em;
	margin-bottom: 0;
	margin-left: 19em;
} 

#mainContent h2 {
	text-align: center;
	font-size: 1.2em;
	margin: 0px;
}
#mainContent h3 {
	font-size: 1em;
}
#mainContent h4 {
	font-size: .8em;
	text-align: center;
	font-weight: normal;
	padding-bottom: 10px;
}

#mainContent img {
	border: 1px solid #000000;
	margin-top: 2px;
	margin-right: 5px;
	margin-bottom: 2px;
	margin-left: 5px;
}
#mainContent p {
	font-size: 90%;
}
#mainContent ul {
	list-style-type: none;
	text-align: left;
	text-indent: -40px;
}
#mainContent li {
	font-size: 0.7em;
	list-style-position: outside;
	line-height: 1.2em;
	padding-bottom: 4px;
}
#footer {
	padding: 0 10px;
	background-color: #6388C7;
} 
#footer p {
	margin: 0;
	padding: 10px 0;
	font-size: 70%;
	text-align: center;
	color: #FFFFFF;
}
#footer a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:visited {
	color: #DECEBF;
	text-decoration: none;
	color: #FFFFFF;
}
#footer a:active {
	color: #5D5E7C;
	text-decoration: none;
}

#footer a:hover {
	color: #5D5E7C;
}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

