@charset "UTF-8";
/* CSS Document */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #263E6C;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
#container {
	text-align: left;
	padding: 0px;
	margin: 0px;
} 
#title {
	margin: 0px;
	padding: 3px 0px 0px;
	background-image: url(../assets/titleBG.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 25px;
}
#title p {
	font-family: "Lucida Grande";
	font-size: 78%;
	color: #AACDEB;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 0px 15px;
}
#title a {
	color: #A7CAE8;
	text-decoration: none;
}
#title a:hover {
	color: #FF9900;
}
#header {
	background-color: #263E6C;
	background-image: url(../assets/navigation/banner_background.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 91px;
	margin: 0px;
	padding: 0px;
	font-size: 78%;
	font-family: "Lucida Grande";
	color: #AED1EF;
	font-weight: bold;
} 
#header a {
	color: #AED1EF;
	text-decoration: none;
}
#header a:hover {
	color: #FF9900;
}

#sidebar1 {
	float: left;
	width: 156px;
	padding: 120px 0px 0px;
	background-image: url(../assets/menu.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
}
#sidebar1 p {
	font-family: "Lucida Grande";
	font-size: 80%;
	line-height: 1.7em;
	padding-right: 10px;
}
#sidebar1 a {
	font-weight: bold;
	color: #F7F7F7;
	text-decoration: none;
}
#sidebar1 a:hover {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
#sidebar2 {
	float: right;
	width: 155px;
	background: #3F76B5;
	padding: 10px;
	border: 1px solid #7BA0C8;
	margin-right: 2px;
	margin-left: 2px;
	text-align: center;
	margin-top: 2px;
}
#sidebar1 p, #sidebar1 h3, #sidebar2 p, #sidebar2 h3 {
	margin-left: 10px; 
	margin-right: 10px;
}

#mainContent {
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	background-color: #F7F7F7;
	border-top: 1px solid #ACD0EE;
	border-right: 1px solid #ACD0EE;
	border-bottom: 1px solid #ACD0EE;
	border-left: 1px solid #263E6C;
	margin-right: 181px;
	margin-bottom: 0;
	margin-left: 156px;
}
#mainContent p {
	color: #263E6C;
	font-family: "Lucida Grande";
	font-size: 85%;
}
#mainContent ul {
	font-family: "Lucida Grande";
	font-size: 85%;
	color: #263E6C;
	list-style-type: circle;
}
#mainContent h3 {
	color: #3F76B5;
	font-weight: normal;
}
#mainContent a {
	color: #263E6C;
}
#mainContent h1 {
	font-size: 125%;
	color: #29406C;
	font-family: "Lucida Grande";
}
#mainContent h2 {
	color: #3F76B5;
	font-size: 100%;
}

#footer {
	padding: 0 15px;
} 
#footer p {
	margin: 0;
	padding: 10px 0;
	font-size: 78%;
	color: #EBCD48;
	font-weight: bold;
	font-family: "Lucida Grande";
}

.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
