body {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif; 
	font-size: 12px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	text-align: left;
	background: url(../images/background.jpg);
	background-attachment: fixed;
}
#container {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	border-left: 5px solid #0000CC;
	border-right: 5px solid #0000CC;
	border-top: 5px solid #0000CC;
	background-color: #FFFFFF;
}


#header {
	float: left;
	width: 760px;
	height: 127px;
}
#logo {
	float: left;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#tag {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #333333;
	font-weight: bold;
	text-align: right;
	width: 760px;
	padding-top: 5px;
}

#nav {
	float: left;
	color: #FFFFFF;
	width: 760px;
	background-color: #0000CC;
	font-weight: bold;
	font-size: 12px;
	padding-top: 3px;
	height: 20px;
	vertical-align: middle;
	text-align: center;
	text-transform: uppercase;
}   
#nav ul {
	margin: 0px;
	padding: 0px 0px 0px 10px;
}
#nav ul li {
	list-style-type: none;
	display: inline;
	padding-right: 20px;
}
#nav a:link{
	color : #ffffff;
	text-decoration : none;
}
#nav a:hover{
	color: #FFFF33;
	text-decoration : none;
}
#nav a:visited{
	color : #ffffff;
	text-decoration : none;
}
#nav a:visited:hover{
	color : #FFFF33;
	text-decoration : none;
}
#nav a:active{
	color : #FFFF33;
	text-decoration : none;
}
#nav #currentpage a {
	color: #FFFF33;
	text-decoration : none;
}


.address {
	font-size: 11px;
	padding-top: 20px;
}
.address a:link{
	color : #0000CC;
	text-decoration : none;
}
.address a:hover{
	color : #CC0000;
	text-decoration : none;
}
.address a:visited{
	color : #0000CC;
	text-decoration : none;
}
.address a:visited:hover{
	color : #CC0000;
	text-decoration : none;
}



#left {
	float: left;
	width: 200px;
	color: #000000;
	background-color: #AEAEFD;
	border-bottom: 1px solid #C3C4CC;
	border-right: 1px solid #C3C4CC;
	padding: 8px;
	
}
#left h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	padding: 4px 0px 0px 3px;
	margin: 0px;
	text-transform: uppercase;
}
.ltTitle {
	background-color: #0000CC;
	border: 1px solid #999;
	width: 190x;
	height: 20px;
	color: #fff;

}
#left-content .ltTitle a {
	color: #fff;
	text-decoration: none;
}
#left-content .ltTitle a:hover {
	color: #FFFF66;
	text-decoration: none;
} 

#left h3 {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 16px;
	color: #990000;
	font-style: normal;
	font-weight: bold;
	padding-top: 15px;
	margin: 0px;
	border-bottom: 1px solid #001477;
}

#left ul {
	margin: 0px 0px 0px 0px;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-indent: 5px;
}
#left li {
	list-style-type: none;
	line-height: 24px;

}
#left li a{
	font-size: 12px;
	width: 198px;
	height: 24px;
	color : #0000CC;
	text-indent: 14px;
	font-style: normal;
	font-weight: bold;
	background:  url(../images/arrow-on.jpg) no-repeat;
	text-decoration : none;
	display: block;
	border-bottom: 1px dashed #999999;
}
#left li a:link{
	font-size: 12px;
	width: 198px;
	height: 24px;
	color : #0000CC;
	text-indent: 14px;
	font-style: normal;
	font-weight: bold;
	background:  url(../images/arrow-on.jpg) no-repeat;
	text-decoration : none;
	display: block;
	border-bottom: 1px dashed #999999;
}
#left li a:visited{
	font-size: 12px;
	width: 198px;
	height: 24px;
	color : #0000CC;
	text-indent: 14px;
	font-style: normal;
	font-weight: bold;
	background:  url(../images/arrow-on.jpg) no-repeat;
	text-decoration : none;
	display: block;
	border-bottom: 1px dashed #999999;
}
#left li a:hover{
	color : #FFFF33;
	width: 198px;
	height: 24px;
	background:  url(../images/arrow-off.jpg) no-repeat;
	background-color: #0000CC;
	font-weight: bold;
	display: block;
	border-bottom: 1px dashed #999999;
}
#left li a:active{
	font-size: 12px;
	width: 198px;
	height: 24px;
	color : #0000CC;
	text-indent: 14px;
	font-style: normal;
	font-weight: bold;
	background:  url(../images/arrow-on.jpg) no-repeat;
	text-decoration : none;
	display: block;
	border-bottom: 1px dashed #999999;
}
#left li a:visited:hover{
	color : #FFFF33;
	width: 198px;
	height: 24px;
	background:  url(../images/arrow-off.jpg) no-repeat;
	background-color: #0000CC;
	font-weight: bold;
	display: block;
	border-bottom: 1px dashed #999999;
}
#left p {
	padding: 0px 5px 0px 5px;
	margin: 3px 0px 15px 0px;
}

#left a:link{
	color : #0000CC;
	text-decoration : none;
}
#left a:hover{
	color : #CC0000;
	text-decoration : none;
}
#left a:visited{
	color : #0000CC;
	text-decoration : none;
}
#left a:visited:hover{
	color : #CC0000;
	text-decoration : none;
}
#left a:active{
	color : #0000CC;
	text-decoration : none;
}
#scrollContainer {
	width: 199px;
	height:150px;
}
.scroll {
	width: 199px;
	height: 149px;
	clip: rect(0, 199px, 149px, 0);
	overflow: auto;
	SCROLLBAR-FACE-COLOR: #0000CC; 
	SCROLLBAR-HIGHLIGHT-COLOR: #0000CC; 
	SCROLLBAR-SHADOW-COLOR: #0000CC; 
	SCROLLBAR-3DLIGHT-COLOR: #0000CC; 
	SCROLLBAR-ARROW-COLOR: #E5E6F0; 
	SCROLLBAR-TRACK-COLOR: #E5E6F0; 
	SCROLLBAR-DARKSHADOW-COLOR: #666666;
}
div#scrollContent {
	font-size: 11px;
	width: 168px;
	text-align: left;
	margin-top: 0px;
}



#center {
	float: right;
	width: 520px;
	color: #000000;
	text-align: justify;
	margin-top: 1px;
	padding: 8px;
	background-color: #ffffff;
}
#center h2 {
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-size: 17px;
	color: #0000CC;
	font-style: normal;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	border-bottom: 1px solid #0000CC;
}
#center h3 {
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-size: 17px;
	color: #666666;
	font-style: normal;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	border-bottom: 1px solid #666666;
}
#center h4 {
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-size: 17px;
	color: #0000CC;
	font-style: normal;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	border-bottom: 1px solid #0000CC;
}
/* 
#center p {
	padding: 0px 5px 0px 2px;
	margin: 3px 0px 15px 0px;
}
*/
#center p {
	padding: 0px;
	margin: 0px;
}
#center a{
	color : #0000CC;
	text-decoration : none;
}

#center a:link{
	color : #0000CC;
	text-decoration : none;
}
#center a:hover{
	color : #CC0000;
	text-decoration : none;
}
#center a:visited{
	color : #0000CC;
	text-decoration : none;
}
#center a:visited:hover{
	color : #CC0000;
	text-decoration : none;
}
#center a:active{
	color : #0000CC;
	text-decoration : none;
}


.homeLinks {
	font-size: 15px;
	color:  #001477;
	border: 1px solid #d5d5ff;
}

#centerBottom {
	font-size: 11px;
	color:  #666;
	line-height: 16px;
	text-align: center;
	padding-top: 6px;
	margin:5px 0 0 0;
	border-top: 1px solid #e5e5e5;
}

#centerBottom a:link{
	color: #666;
	text-decoration : none;
}
#centerBottom a:hover{
	color : #990000;
	text-decoration : none;
}
#centerBottom a:visited{
	color : #666;
	text-decoration : none;
}
#centerBottom a:visited:hover{
	color : #990000;
	text-decoration : none;
}













#littleNav {
    clear: both;
	margin-top:0px;
	text-align: center;
	color: #CCCCCC;
	height: 5px;
	width: 760px;
	font-size: 0px;
	background-color: #0000CC;
	text-transform: uppercase;
	font-weight:bold;
}   
#littleNav ul {
	margin: 0px;
	padding: 0px 0px 0px 0px;
}
#littleNav ul li {
	list-style-type: none;
	display: inline;
	padding-left: 15px;
}
#littleNav a:link{
	color : #CCCCCC;
	padding: 0px;
	text-decoration : none;
}
#littleNav a:hover{
	color : #ffffff;
	text-decoration : none;
}
#littleNav a:visited{
	color : #CCCCCC;
	text-decoration : none;
}
#littleNav a:visited:hover{
	color : #ffffff;
	text-decoration : none;
}
#littleNav a:active{
	color : #ffffff;
	text-decoration : none;
}

#photo {
	border: 1px solid #000000;
	margin: 4px;
}
.smallForm {
	font: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	border: 1px solid #999999;
	text-align: left;
	width: 175px;
}
.rightButton {
	width: 95px;
	background-color:#666666;
	color: #ffffff;
}
