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

body {
	margin: 0;
	padding: 0;
	text-align: left;
	color: #000000;
	background-color: #001F46;
	background-image: url(file:///D|/Webs/media/gradient-blue.png);
	background-repeat: repeat-x;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
a {
	text-decoration: none;
}
q:before {
	content: open-quote;
}
q:after {
	content: close-quote;
}
.imglink {
	border-style: none;
}
ul {
	list-style-type: square;
	font-family: Arial, Helvetica, sans-serif;
}
#container {
	width: 960px;
	position: relative;
	background-color: #001F46;
	border: 2px solid #FFFFFF;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	overflow: auto;
}
#top {
	width: 960px;
	background-color: #030133;
}
#banner {
	width: 960px;
}
#subbanner {
	width: 960px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-right-style: none;
	border-left-style: none;
}
#center {
	width: 960px;
	background-color: #FFFFFF;
}
#leftcol {
	width: 320px;
	float: left;
	background-color: #FFFFFF;
	display: block;
}
#rightcol {
	width: 620px;
	float: right;
	background-color: #FFFFFF;
	display: block;
}
.style1 {
	font-size: 12px;
	background-color: #FFFFFF;
	margin: 10px;
	padding: 10px;
	color: #333333;
}
.style1 h1 {
	font-size: 14px;
	color: #000066;
}
.style1 h2 {
	font-size: 12px;
	color: #3F4C6B;
}
#footer a {
	color: #FFFFFF;
}
#footer {
	text-align: center;
	background-color: #001F46;
	color: #FFFFFF;
	font-size: 12px;
	width: 960px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #3F4C6B;
}
#footer ul {
	list-style:none;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
#footer li {
	display:inline;
	padding-right: 4px;
	padding-left: 4px;
}
.wireframemenu {
	background-color: white;
	width: 280px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #356AA0;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.wireframemenu ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.wireframemenu a {
	padding: 4px 3px;
	display: block;
	width: 100%; /*Define width for IE6's sake*/
	color: #3F4C6B;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #356AA0;
}
html>body .wireframemenu a { /*Non IE rule*/
	width: auto;
}
.wireframemenu a:hover {
	background-color: #3F4C6B;
	color: #FFFFFF;
}
.pic_float_right {
	float: right;
	margin: 0px;
	padding: 10px;
}
q {
	font-size: 11px;
	color: #666666;
}
cite {
	color: #3300FF;
	font-size: 10px;
}
.contactleft {
	width: 200px;
	float: left;
	display: block;
}
.contactright {
	width: 300px;
	float: right;
	display: block;
}

