@charset "utf-8";

body {
	background-color: #FFFFFF;
	color: #333333;
	margin: 0px;
}
a:link, a:visited {
	color: #99cc66;
	text-decoration: none;
}
a:hover {
	color: #818285;
	text-decoration: underline;
}
.foyer {
	background-image:url(../images/foyer.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 250px;
	width: 870px;
}
.SecTbanner {
	background-repeat: no-repeat;
	background-position: center center;
	height: 65px;
	width: 870px;
}
.header {
	height: 72px;
	background-color: #FFFFFF;
	padding-top: 5px;
}
.header a{
	display: inline;
}
.leftVertLine {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
}
.registerBox {
	background-color: #ECECFF;
}
.footer {
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #818285;
	font-size: 0.9em;
	color: #999999;
	padding-top: 5px;
	margin-bottom: 0px;

}
.footer img{
	margin:0;
	float:right;
	align: absmiddle;
}


input.text, input.title {
	width:105px;
	padding:2px;
	display: block;
}
.content {
	background-color: #FFFFFF;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-top: 10px;
}

.spacer {
	background-image: url(../images/spacer_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.spacer2 {
	background-image: url(../images/spacer2_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.menu {
	background-image: url(../images/navBar-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 35px;
}
/*.menu a, .menu a:visited {
	text-align: center;
	width: 160px;
	display: inline-block;
	margin-left: 1px;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 1.2em;
	vertical-align: middle;
	margin-top: 8px;
}
.menu a:hover {
	color: #E3F1D8;
}
*/
.searchBox {
	vertical-align:top; 
	background-color:#CCCCCC; 
	color:#49182D; 
	border:solid 1px #666666;
}
.homePage table {
	border:1px solid #BBBBBB;
	height: 265px;
}
.homePage  th {
	color: #FFFFFF;
	background-color: #BBBBBB;
	height: 25px;
}
.homePage td {
	font-size: .85em;
	text-align: left;
	vertical-align: top;
}
.callBox {
	background-color:#E3F1D8;
}
.leftNavBox table {
	border:1px solid #BBBBBB;
	height: 165px;
}
.leftNavBox td {
	text-align: left;
	vertical-align: top;
}
.leftNavBox  a:link, .leftNavBox a:visited {
	display: block;
	text-decoration: none;
	list-style-type: none;
}
.leftNavBox  a:hover {
	text-decoration:none;
	font-weight: bold;
}
