body {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #F4F2E7;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-attachment: scroll;
	background-image: url(../images/top-bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#container {
	width: 748px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-attachment: fixed;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
	background-position: center top;

}
#header {
	float: left;
	width: 748px;
	height: 268px;
	background-repeat: no-repeat;
	background-position: center;
}
#photo {
	
}
#topPhoto {
	float: left;
	padding: 0px;
}

#tag {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	font-weight: bold;
	text-align: right;
	width: 685px;
	padding-top: 3px;
}

#nav {
	float: left;
	color: #999999;
	width: 748px;
	font-weight: bold;
	font-size: 14px;
	padding-top: 0px;
	height: 20px;
	margin-bottom: 15px;
	text-align: center;
}   
#nav ul {
	margin: 0px;
	padding: 0px 0px 0px 10px;
}
#nav ul li {
	list-style-type: none;
	display: inline;
	padding-right: 10px;
}
#nav a:link{
	color : #999999;
	text-decoration : none;
}
#nav a:hover{
	color : #000000;
	text-decoration : none;
}
#nav a:visited{
	color : #999999;
	text-decoration : none;
}
#nav a:visited:hover{
	color : #000000;
	text-decoration : none;
}
#nav a:active{
	color : #354B5C;
	text-decoration : none;
}


.address {
	color: #666666;
	font-size: 10px;
	text-align: center;
	padding-right: 25px;
	padding-top: 20px;
}
.address a:link{
	color : #666666;
	text-decoration : none;
}
.address a:hover{
	color : #333333;
	text-decoration : none;
}
.address a:visited{
	color : #666666;
	text-decoration : none;
}
.address a:visited:hover{
	color : #333333;
	text-decoration : none;
}


#content {
	float: left;
	width: 405px;
	padding-left: 60px;
	color: #333333;
	padding-right: 10px;
	text-align: justify;
	border-right: 1px solid #CCCCCC;
}
#content h2 {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 15px;
	color: #3366CC;
	font-style: normal;
	font-weight: bold;
	border: 0px;
}
#content p {
	line-height: 16px;
}
#content a:link{
	color : #3085C3;
	text-decoration : none;
}
#content a:hover{
	color : #3085C3;
	background: #FAF0B5;
	text-decoration : none;
}
#content a:visited{
	color : #3085C3;
	text-decoration : none;
}
#content a:visited:hover{
	color : #3085C3;
	background: #FAF0B5;
}
#content a:active{
	color : #354B5C;
	text-decoration : none;
}



/*---------------------right home page---------------------------*/

#right {
	float: left;
	width: 200px;
	color: #666666;
	padding-top: 5px;
	margin-left: 6px;
}
#right h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #15461C;
	font-style: normal;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	border-bottom: 1px solid #15461C;
}
#right h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #990000;
	font-style: normal;
	font-weight: bold;
	padding-top: 15px;
	margin: 0px;
	border-bottom: 1px solid #990000;
}

#right ul {
	margin: 10px 0px 5px 10px;
	padding: 0px;
	list-style-type: none;
}
#right li {
	color: #990000;
	font-weight: bold;
	font-size: 13px;
}
#right ul li a:link{
	color : #990000;
	text-decoration : none;
}
#right ul li a:hover{
	color : #D97E19;
	text-decoration : none;
}
#right ul li a:visited{
	color : #990000;
	text-decoration : none;
}
#right ul li a:visited:hover{
	color : #D97E19;
	text-decoration : none;
}
#right ul li a:active{
	color : #354B5C;
	text-decoration : none;
}


#right ol {
	margin: 0px 0px 20px 0px;
	padding: 0px;
	text-indent: 5px;
}
#right ol li {
	list-style-type: none;
	line-height: 20px;
}
#right ol li a{
	font-size: 12px;
	width: 199px;
	height: 20px;
	color: #b0b0b0;
	text-indent: 20px;
	font-style: normal;
	font-weight: normal;
	background: url(../images/right-arrow-off.gif) no-repeat;
	text-decoration : none;
	display: block;
	border-bottom: 1px dashed #dddddd;
}
#right ol li a:hover{
	color : #D97E19;
	width: 199px;
	height: 20px;
	background: url(../images/right-arrow-on.gif) no-repeat;
	font-weight:normal;
	display: block;
	border-bottom: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
}


#right p {
	line-height: 14px;
	text-align: right;
	font-size: 11px;
}
#right a:link{
	color : #990000;
	text-decoration : none;
}
#right a:hover{
	color : #D97E19;
	text-decoration : none;
}
#right a:visited{
	color : #990000;
	text-decoration : none;
}
#right a:visited:hover{
	color : #D97E19;
	text-decoration : none;
}
#right a:active{
	color : #354B5C;
	text-decoration : none;
}

#bottom {
	float: left;
	margin-top: 20px;
	width: 748px;
	font-size: 12px;
	color:  #333333;
	line-height: 12px;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}
#bottom ul {
	margin: 0px;
	padding: 0px;
}
#bottom ul li {
	list-style-type: none;
	display: inline;
	text-align: center;
	padding-right: 5px;
}
#bottom ul li a:link{
	color : #999999;
	text-decoration : none;
}
#bottom ul li a:hover{
	color : #7d7d7d;
	text-decoration : none;
}
#bottom ul li a:visited{
	color : #999999;
	text-decoration : none;
}
#bottom ul li a:visited:hover{
	color : #7d7d7d;
	text-decoration : none;
}

.table { 
	border-top: 1px solid #3366CC;
	padding-top: 10px;
}



#footer {
	clear: both;
	margin-left: auto;
	margin-right: auto;
	margin-top:6px;
	text-align: center;
	color: #919191;
	height: 20px;
	width: 615px;
	font-size: 10px;
	padding-bottom: 20px;
	border-top: 1px solid #3085C3;
}
#footer a:link{
	color : #919191;
	text-decoration : none;
}
#footer a:hover{
	color : #354B5C;
	text-decoration : none;
}
#footer a:visited{
	color : #919191;
	text-decoration : none;
}
#footer a:visited:hover{
	color : #354B5C;
	text-decoration : none;
}


.bigForm .formInput, .bigForm select {
	font: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	border: 1px solid #999999;
	text-align: left;
	width: 300px;
	}
	
.bigForm textarea {
	font: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	border: 1px solid #999999;
	text-align: left;
	width: 300px;
	height: 100px;
	}
	
.rightButton {
	width: 95px;
	background-color:#666666;
	color: #ffffff;
}

.feature {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	text-align: center;
	color : #000000;
	background-image: url(../images/acj.gif);
	border : 1px solid #666666;
	margin-bottom : 11px;
	padding : 0px;
	line-height: 17px;
	width: 184px;
	font-size: 12px;
}
.feature ul{
	margin: 0px;
	padding: 0px;
	line-height: 14px;
	list-style-type: none;
}

.feature ul li{
	color : #06D3FF;
	background-color : transparent;
}

.feature ul li a{
	color : #115EAC;
	background-color : transparent;
	text-decoration : none;
}
.title {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 15px;
	color: #354B5C;
	font-weight: bold;
	padding-bottom: 0px;
	margin: 0px;
}

#printLogo {
	display: none;
}

.photo {
	padding: 5px;
}

/*
dl.scalable {
	background: #eee url(../images/acj.gif) repeat;
	margin: 0;
	padding: 0;
	width: 200px;
}

dl.scalable dt {
	background: transparent url(../images/acj_top_left.gif) no-repeat top left;
	color: #000;
	margin: 0;
	padding: 0;
}

dl.scalable dt a {
	background: transparent url(../images/acj_top_right.gif) no-repeat top right;
	display: block;
	margin: 0;
	padding: 5px 5px 5px 5px;
}

dl.scalable dd {
	background: transparent url(../images/acj_bottom_left.gif) no-repeat bottom left;
	margin: 0;
	padding: 0;
}

dl.scalable p {
	background: transparent url(../images/acj_bottom_right.gif) no-repeat bottom right;
	margin: 0;
	padding: 5px 5px 5px 5px;
	text-align: left;
}
*/