/* global styles */
BODY{
	margin: 0px 0px 0px 0px;
	padding: 0;
	background-image: url('/images/bg.jpg');	
	text-align: center;
}
a{
	font-weight: bold;
}
a:link{
	color : #1F1F63;
}
a:visited{
	color : #1F1F63;
}
a:hover{
	color : #FBD439;
}
a:active{
	text-decoration: none;
	color : #FBD439;
}

/* Font styles */
H1{
	font-weight: bold;
	font-size: 12pt;
	color: #000066;
	font-family: verdana, arial, helvetica, sans-serif;
}

H2{
	font-weight: bold;
	font-size: 10pt;
	color: #000066;
	font-family: verdana, arial, helvetica, sans-serif;
}
p {
	font-family: arial,verdana,helvetica,sans-serif;
	font-size:10pt;
	color: #999966;
}

.reg {
	font-family: arial,verdana,helvetica,sans-serif;
	font-size:9pt;
	color: #333333;
	line-height: 14pt;
}

.small {
	font-family: arial,verdana,helvetica,sans-serif;
	font-size:8pt;
	color: #999966;
	line-height: 12pt;
}
img {border: 0px;}

/* */
#overall{
	width:765px;
	margin-left:auto;
	margin-right:auto;
	background-color: #000;
	/*border-left: solid 2px #000;	
	border-right: solid 2px #000;	*/
}
#top{
	width: 759px;	
	margin-left:auto;
	margin-right:auto;	
}
#sectnav{
	width: 759px;
	margin-left:auto;
	margin-right:auto;	
}
#sectnav2{
	width: 759px;
	margin-left:auto;
	margin-right:auto;	
}
#sectnav2 td{
	width: 759px;
	background-color: #666666;
	color: #666666;
	text-align: center;	
}
#main{
	width: 759px;
	margin-left:auto;
	margin-right:auto;	
	/*
	background-color: #E8E8D7;
	color: #E8E8D7;	
	*/
}
.maintd{
	width: 379px;
	vertical-align: top;
	background-image: url('/images/bg-content.gif');
}
.maintdwithoutimg{
    background-image: url('/images/bg-content.gif');
}
.maintd2{
	width: 375px;
	height: 272px; 
	vertical-align: top;
/*	background-color: #E8E8D7;
	color: #E8E8D7;
	background-image: url('/images/bg-content.gif');
	background-image: url('/images/bg-imagebg.gif');
	background-repeat: repeat-x;	*/
}
.maintd2 img{
	width: 371px;
	border-width: 2px; 
	border-left: 2px solid #666;
	border-right: 2px solid #666;
	border-top: 2px solid #666;
	border-bottom: 2px solid #666;	
}
.maintd-imagerotate{
	width: 379px;
	height: 100%;
	vertical-align: top;
	background-image: url('/images/bg-imagebg.gif');
}
#footer{
	width: 759px;
	height: 65px;
	margin-left:auto;
	margin-right:auto;	
	background-color: #C3C3B4; 
	clear: both;
	text-align: left;

}
.footertxt {
	font-family: arial,verdana,helvetica,sans-serif;
	font-size:8pt;
	color: #666666;
	line-height: 10pt;
	vertical-align: top;
				
}
#footer hr {
	width: 100%;
  	border: 0;
	color: #666666;
	background-color: #666666;
	height: 16px;;
}

