body {
	background-image:url(../images/body_bg.gif);
	background-position:left top;
	background-repeat:repeat-x;
	padding:0;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#444444;
	background-color:#11354D;
}
.dark_grey {
	color:#444444;
}
.blue {
	color:#0E58A1;
}
.dark_grey_11 {
	color:#444444;
	font-size:11px;
}
.blue_11 {
	color:#0E58A1;
	font-size:11px;
}
a:link {
	color:#444444;
	text-decoration:none;
	outline:none;
}
a:visited {
	color:#444444;
	text-decoration:none;
	outline:none;
}
a:hover {
	color:#0E58A1;
	text-decoration:none;
	outline:none;
}
.blue_link:link {
	color:#0E58A1;
	text-decoration:none;
	outline:none;
}
.blue_link:visited {
	color:#0E58A1;
	text-decoration:none;
	outline:none;
}
.blue_link:hover {
	color:#444444;
	text-decoration:none;
	outline:none;
}
form {
	padding:0;
	margin:0;
}
h1 {
	font-size:18px;
	padding:0;
	margin:0;
	font-weight:normal;
}
h1 a{
	font-size:18px;
	padding:0;
	margin:0;
	font-weight:normal;
}
h2 {
	font-size:17px;
	padding:0;
	margin:0;
	font-weight:normal;
}
h2 a{
	font-size:17px;
	padding:0;
	margin:0;
	font-weight:normal;
}
h3 {
	font-size:16px;
	padding:0;
	margin:0;
	font-weight:normal;
}
h3 a{
	font-size:16px;
	padding:0;
	margin:0;
	font-weight:normal;
}
h4 {
	font-size:15px;
	padding:0;
	margin:0;
	font-weight:normal;
}
h4 a{
	font-size:15px;
	padding:0;
	margin:0;
	font-weight:normal;
}
h5 {
	font-size:14px;
	padding:0;
	margin:0;
	font-weight:normal;
}
h5 a{
	font-size:14px;
	padding:0;
	margin:0;
	font-weight:normal;
}
h6 {
	font-size:13px;
	padding:0;
	margin:0;
	font-weight:normal;
}
h6 a{
	font-size:13px;
	padding:0;
	margin:0;
	font-weight:normal;
}
.main_container { padding:10px; display:block; background:#2F495B;  -moz-border-radius-bottomleft:15px; -moz-border-radius-topright:15px; -moz-border-radius-topleft:15px; -moz-border-radius-bottomright:15px; -webkit-border-bottom-left-radius:15px; -webkit-border-top-left-radius:15px; -webkit-border-top-right-radius:15px; -webkit-border-bottom-right-radius:15px;}
.main_container1 { padding:10px; display:block; background:#5B7181;  -moz-border-radius-bottomleft:15px; -moz-border-radius-topright:15px; -moz-border-radius-topleft:15px; -moz-border-radius-bottomright:15px; -webkit-border-bottom-left-radius:15px; -webkit-border-top-left-radius:15px; -webkit-border-top-right-radius:15px; -webkit-border-bottom-right-radius:15px;}
.main_container2 { padding:10px; display:block; background:#FFF;  -moz-border-radius-bottomleft:15px; -moz-border-radius-topright:15px; -moz-border-radius-topleft:15px; -moz-border-radius-bottomright:15px; -webkit-border-bottom-left-radius:15px; -webkit-border-top-left-radius:15px; -webkit-border-top-right-radius:15px; -webkit-border-bottom-right-radius:15px;}
.footer {
	padding:15px 0;
	color:#FFF;
}
.title_box { background:#FFF;  -moz-border-radius-topright:10px; -moz-border-radius-topleft:10px; -webkit-border-top-left-radius:10px; -webkit-border-top-right-radius:10px;  -moz-border-radius-bottomright:10px; -moz-border-radius-bottomleft:10px; -webkit-border-bottom-left-radius:10px; -webkit-border-bottom-right-radius:10px; background-image:url(../images/title.gif); background-position:left top; background-repeat:repeat-x; border:1px solid #CCCCCC; padding-bottom:1px;}

.title_box_btm { background:#FFF;  -moz-border-radius-bottomleft:10px; -moz-border-radius-bottomright:10px; -webkit-border-bottom-left-radius:10px; -webkit-border-bottom-right-radius:10px; background-image: url(../images/title_btm.gif); background-position:left top; background-repeat:repeat-x;}

.left_nav:link {
	background-image:url(../images/nav.gif);
	background-position:left top;
	background-repeat:no-repeat;
	padding:4px 0 4px 15px;
	display:block;
	border-bottom:1px solid #DADADA;
	color:#444444;
}
.left_nav:visited {
	background-image:url(../images/nav.gif);
	background-position:left top;
	background-repeat:no-repeat;
	padding:4px 0 4px 15px;
	display:block;
	border-bottom:1px solid #DADADA;
	color:#444444;
}
.left_nav:hover {
	background-image:url(../images/nav_m.gif);
	background-position:left top;
	background-repeat:no-repeat;
	padding:4px 0 4px 15px;
	display:block;
	border-bottom:1px solid #DADADA;
	color:#0E58A1;
}
.content_bg {
	background-image:url(../images/middle_bg.gif);
	background-position:left top;
	background-repeat:repeat-x;
	padding:10px;
	  -moz-border-radius-topright:10px; -moz-border-radius-topleft:10px; -webkit-border-top-left-radius:10px; -webkit-border-top-right-radius:10px;  -moz-border-radius-bottomright:10px; -moz-border-radius-bottomleft:10px; -webkit-border-bottom-left-radius:10px; -webkit-border-bottom-right-radius:10px;
}