body {
	background-color: #ccd5df;
	margin: 0px;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

/* Links */
a:link, a:visited {
	font-weight: bold;
/*	font-size: 11px;*/
	text-decoration: none;
	color: #115081;
}
a:hover, a:active {
	text-decoration: underline;
}
/* *** */

/* *** header *** */
#header {
	/*border-top: solid #000000 1px;
	border-left: solid #000000 1px;
	border-right: solid #000000 1px;
	background-color: #D4DDE1;*/
	margin-bottom: 6px;
	background-image:url(/images/bg_header-home.gif);
	background-repeat: no-repeat;
}

#header #upper, #header #lower {
	/*border-bottom: solid #000000 1px;*/
}
#header #upper #top {
	padding-right: 10px;
}
#header #upper #top img {
	margin: 0px 5px 0px 5px;
}
/*#header #upper #top input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: solid #506488 1px;
	height: 16px;
}*/
.gobutton {
	border: none none none;
}
.topsearch {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: solid #506488 1px;
	height: 16px;
	margin-right: 5px;
}
#subheader {
	border-left: solid #FFFFFF 1px;
	border-right: solid #FFFFFF 1px;
}
#subheader #upper, #subheader #lower {
	border-top: solid #FFFFFF 1px;
}
/* *** *** *** */

/* Footer */
#footer {
	color: #002a5c;
	font-size: 10px;
	text-align: center;
	padding-top: 10px;
}
#footer a:link, #footer a:visited {
	color: #002a5c;
	font-size: 10px;
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	color: #002a5c;
	font-size: 10px;
	text-decoration: none;
}
/* *** *** *** */

/* *** main *** */
#main {
	border-top: solid #FFFFFF 1px;
	border-bottom: solid #FFFFFF 1px;
}
#main #line, #main #line-vert, #main #line-side {
	background-color: #FFFFFF;
}
#main #line-vert {
	/*background-image: url(/images/line_fade.jpg);
	background-repeat: no-repeat;
	background-position: bottom;*/
}
#main #line-side {
	margin-top: 5px;
	margin-bottom: 10px;
	/*background-image: url(/images/side_line.jpg);
	background-repeat: no-repeat;
	background-position: left;*/
}

/* *** navs *** */
#main #left {
	background-color: #b2bfcf;
	/*background-image: url(/images/bkg_navs.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;*/
}
#main #left #navs {
	padding: 20px 0px 20px 20px;
}
#main #left #navs img {
	display: block;
	clear: both;
	margin-bottom: 6px;
}
/* *** *** *** */

/* *** content *** */
#main #middle {
	background-color: #FFFFFF;
/*	background-image: url(/images/bkg_main_bottom.jpg);*/
	background-repeat: repeat-x;
	background-position: left bottom;
}
#main #middle #content {
	padding: 20px;
}
#main #middle #content p {
	margin-top: 0px;
}
/* *** *** *** */

/* *** side *** */
#main #right {
	padding: 20px 0px 20px 0px;
	font-size: 11px;
	background-color: #e5e9ef;
}
#main #right #side {
	padding: 0px 20px 0px 20px;
}
#main #right #side p {
	margin-top: 0px;
	margin-bottom: 5px;
}
#main #right #side a {
	color: #30609a;
	text-decoration: none;
}
#main #right #side a:hover {
	text-decoration: underline;
}
#main #right #side img {
	margin-bottom: 5px;
}
/* *** *** *** */
/* *** *** *** */

.footPromo{
	border-style: solid;
	border-width: 1px 1px 0 0;
	border-color: #FFFFFF;
}
