/* CSS Document */

body {
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
	line-height: 15px;
	background: url(../img/bg.jpg) repeat-x top left;
	margin-top: 0;
}

a {
	color: #333333;
	text-decoration: none;
}

a:hover {
	color: #333;
	text-decoration: underline;
}

a:visited {
	color: #666666;
}

#wrapper {
	margin-left: auto;
	margin-right: auto;
	width:900px;
	height:100%;
	background: #fff;
}

#header {
	width: 898px;
	height: 60px;
	background: url(../img/header.jpg) no-repeat;
	margin: auto;
}

#menu {
	width: 898px;
	height: 30px;
	background-color: #935c5c;
	margin: auto;
}

#content {
	width: 898px;
	height: 100%;
	background: #ebe6d5;
	margin: auto;
}

#footer {
	width: 898px;
	height: 35px;
	margin: 0 auto;
	background: #ebe6d5;
}

.smallfont {
	font-family: Tahoma;
	font-size: 10px;
	color:#333333;
}

.smallfont a {
	font-family: Tahoma;
	font-size: 10px;
	color:#333333;
	text-decoration: none;
}

.smallfont a:hover {
	font-family: Tahoma;
	font-size: 10px;
	color:#333333;
	text-decoration: underline;
}

a.smalllink {
	font-family: Tahoma;
	font-size: 10px;
	color:#377ca0;
	text-decoration: underline;
}

a.smalllink:hover {
	font-family: Tahoma;
	font-size: 10px;
	color:#2d6684;
	text-decoration: underline;
}

a.smalllink2 {
	font-family: Tahoma;
	font-size: 11px;
	color:#377ca0;
	font-weight:bold;
	text-decoration: underline;
}

a.smalllink2:hover {
	font-family: Tahoma;
	font-size: 11px;
	color:#2d6684;
	font-weight:bold;
	text-decoration: underline;
}



a.whitelink {
	font-family: Tahoma;
	font-size: 10px;
	color:#fff;
	text-decoration: none;
}

a.whitelink:hover {
	font-family: Tahoma;
	font-size: 10px;
	color:#fff;
	text-decoration: underline;
}

.underline {
	text-decoration: underline;
}
.underline_white {
	text-decoration: underline;
	color:#FFFFFF;
}

h2, h3 {
	font-family:"Trajan Pro"; 
	/*margin: 0px 0px 0px 0px;*/
}

.h3Class {
	font-family:"Trajan Pro";
	margin: 0px 0px 0px 0px;
	font-size: 15px;
}
.fontClass {
	font-family: "Trajan Pro";
}
.fontClass_12px {
	font-family: "Trajan Pro";
	font-size: 13px;
	font-weight:bold;

}
hr {
	/*background-image: url(../img/linedot.gif);
	background-repeat: repeat-x;*/
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-width: 1px;
	border-bottom-color: #999999;
}
a.breadcrumb {
	font-family: Tahoma;
	font-size: 11px;
	color:#333333;
	text-decoration: underline;
}

a.breadcrumb:hover {
	font-family: Tahoma;
	font-size: 11px;
	color:#333333;
	text-decoration: underline;
}

.brown {
	font-family: Tahoma;
	font-size: 11px;
	color: #666666;
}
.searchResultImg {
	border: 3px solid #FFFFFF;
}

.searchResultImg:hover {
	border: 3px solid #CCCCCC;
}