@charset "utf-8";
/* CSS Document */
body {
	background-color: #f2f7f9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.3em;
	color: #000000;
	margin-top: 0px;

}
a:link, a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

.em {
	font-style: italic;
	width: 99%;
}
.strong {
	font-weight: bold;
}
#wrapper {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/pageback.gif);
	background-repeat: repeat-y;
}
#wrap {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}
#masthead {
	clear: both;
	width: 900px;
	height: 108px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/mastback2.jpg);
	background-repeat: repeat-x;
	position: relative;
}
#mastheadlogo{
	float: left;
	width: 500px;
	
}
#mastheadsearch{
	float: right;
	width: 290px;
	text-align: right;
	padding-top: 10px;
	padding-right: 10px;
	height: 56px;
	position: relative;
}

#compbanner {
	width: 900px;
	height: 24px;
	background-color: #00366C;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	background-image: url(../images/compbannerbg.gif);
}
#compbannerleft {
	width: 450px;
	float: left;
}
#compbannerright {
	width: 450px;
	text-align: right;
	float: left;
}



#navigation {
	width: 900px;
	height: 25px;
	background-image: url(../images/navback.gif);
	background-repeat: repeat-x;
}
#search {
	background-image:url(../..**);
	background-repeat: no-repeat;
	padding-bottom: 10px;
	height: 46px;
	margin-left: auto;
	margin-right: 0;
}
#footer {
	width: 892px;
	clear: both;
	padding-top: 2px;
	padding-right: 8px;
	font-size: 0.8em;
	color: #FFFFFF;
	text-align: right;
	background-image: url(../images/footback.gif);
	background-repeat: repeat-x;
	background-color: #396FB7;
	height: 20px;
}
#footer a {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}



#searchbox {
	float: right;
	width: 150px;
	margin-top: 70px;
}
.searchbut {
	float: right;
}
.searchform {
	float: right;
	width: 100px;
	font-size: 0.8em
}
.compttitle {
	margin-top: 5px;
}
#rssbox {
	float: right;
	width: 200px;
	margin-top: 18px;
	margin-bottom: 1px;
	text-align: right;
	padding-right: 10px;
}
.titlebox {
	width: 380px;
	float: right;
	position: absolute;
	height: 65px;
	margin: 0px;
	margin-top: 50px;
	left: -87px;
	top: -47px;

}

#rssbox img {
	border: none;
	vertical-align: middle;
}

#rssbox a:link, #rssbox a:visited {
	border: none;
	text-decoration: none;
	font-size: 9px;
	color: #FFFFFF;
}

.blockquote {
	margin-right: 30px;
	margin-left: 30px;
}
h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 20px;
	color: #5B748C;
}
.leftbox {
	float: left;
	width: 345px;
}
.rightbox {
	float: right;
	width: 350px;
}
.breadcrumb {
	font-size: 11px;
	background-color: #BDD5D7;
	padding-left: 10px;
}

.breadcrumb a:link, .breadcrumb a:visited{
	text-decoration: none;
}

.breadcrumb a:hover {
	background-color: #FFFFFF;

}
