<!--
body {
	background-color: #CADDEC;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/bg_header.jpg);
	background-repeat: repeat-x;
	font-size:12px;
	color: #031D38;
	font-family: Arial, Helvetica, sans-serif;
}

#page {
	margin: auto;
	width:1075px;
	position: relative;
	clear:both;

}

#header {
	margin: auto;
	width:1075px;
	height:210px;
	position: relative;
	clear:both;	
}

#header #categories {
	height:20px;
	padding-top: 12px;
	padding-bottom: 10px;
	font-size: 1.0em;
	text-transform: uppercase;
}

#header #categories a {
	color: #CADDEC;
	text-decoration: none;
}
#header #categories a:hover {
	text-decoration: underline;
}
#header #topSearch {
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 1.0em;
}

#header #topSearch a {
	color: #CADDEC;
	text-decoration: none;
}
#header #topSearch a:hover {
	text-decoration: underline;
}

.footer{
	background-image: url(../images/bg_footer.jpg);
	background-repeat: repeat-x;
	padding: 10px;
	height: 150px;
	position: relative;
	margin-top: -150px;
	clear:both;
	text-align: center;

}

.colone {
	display: inline-table;
	margin-right: 5px;
	margin-top:5px;
	float: left;
}

.logo{
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	height: 81px;
	width: 230px;
	margin-top:30px;
	margin-right:20px;
}

.seaech_input {
	background-image: url(../images/search_input.jpg);
	background-repeat: repeat-x;
	border: 5px solid #96C4E6;
	padding: 5px;
	width:655px;
	margin-top:10px;
}
.h {
	font-weight: bold;
	margin-top: 5px;
	margin-bottom:5px;
	
}
.searchInput{
	background: none;
	border: 0px;
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
}
.searchButton{
	border: 5px solid #96C4E6;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	background-image: url(../images/search_button.jpg);
	background-repeat: repeat-x;
	width:130px;
	height:50px;
	text-align: center;
	vertical-align: middle;
	margin-top:45px;
	text-transform: uppercase;
}
.toolbar {
	width:1075px;
	color: #57738A;
	height: 60px;
	padding:5px 0 5px 0;
	
	text-align: center;
	vertical-align: middle;
	margin:auto;
}
.shadowFFF{
	text-shadow: 0px 1px 1px #FFF;
}
.shadowBlue{
	text-shadow: 0px -1px 0px #000, 0px 1px 0px #fff;
}
.shadow {
	-moz-box-shadow: 0px 0px 3px #000;
	-webkit-box-shadow: 0px 0px 3px #000;
	box-shadow: 0px 0px 3px #000;
}

.contentDefault{
	background-color: #FFF;
	border: 1px solid #A7C2D7;
	padding:3px;
	margin-bottom:5px;
	background-image: url(../images/degrade.png);
	background-repeat: repeat-x;
}
.pageLeft {
	width:240px;
}

.pageContent {
	width:490px;
}
.pageTopContent {
	width:490px;
	margin:0px;
	border-bottom:none;
}
.pageRight {
	width:306px;
}
.blueContent{
	background-color: #E8F2FB;
}
#navigation {
	width: 234px;
	list-style: none;
	margin: 0;

	}

#navigation li a {
	display: block;
	color: #031D38;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #031D38;
	padding: 3;
	}
#navigation li a:hover, #navigation li a:focus, #navigation li a:active {
	text-decoration: none;
	color: #FF7300;
	}
-->