/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #000000;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	width: 800px;
}

a{
	color: #00105A;
	text-decoration: none;
}

a:link{
	color: #00105A;
	text-decoration: none;
}

a:visited{
	color: #00105A;
	text-decoration: none;
}

a:hover{
	color: #000000;
	text-decoration: underline;
	background-color: #FFFFCC;
}

h1{
 font-size: 120%;
 color: #00105A;
 margin: 0px;
 padding: 0px;
}

h2{
 font-size: 114%;
 color: #00105A;
 margin: 0px;
 padding: 0px;
}

h3{
 font-size: 100%;
 color: #00105A;
 margin: 0px;
 padding: 0px;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #00105A;
 margin: 0px;
 padding: 0px;
}

h5{
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

ul{
  list-style-type: disc;
}

li{
  margin-left: -20px;
  line-height: 1.35;
}
  
ul ul{
 list-style-type: none;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	width: 340px;
	padding-left: 10px;
	padding-top: 10px;
	height: 70px;
	font-size:12px;
}

#masthead img {
	position: absolute;
	left: 480px;
	top: 0px;
}

#infoBar {
	background-image: url(images/greygrad1.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 20px;
	width: 730px;
	font-size: 12px;
	clear: both;
	height: 20px;
}

#infoLeft {
	text-align:left;
	float: left;
}

#infoRight{
	color: #CC0000;
	margin-right: 10px;
	text-align: right;
}

#infoRight a{
	color: #CC0000;
}

#leftcontent{
	width: 120px;
	padding: 6px 5px 10px 10px;
	margin-top: 20px;
	float: left;
	font-size: 12px;
	clear:both;
}

#rightcontent{
	position: absolute;
	top: 90px;
	left: 550px;
	width: 200px;
	margin-top: 20px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-size: 12px;
	text-align: left;
	border-left: 1px solid #CCCCCC;
}

#content{
	position: absolute;
	left: 129px;
	top: 90px;
	width: 397px;
	margin-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 14px;
	text-align: justify;
	padding-bottom: 20px;
}

#widecontent{
    position: absolute;
	left: 129px;
	top: 90px;
	width: 630px;
	margin-top: 20px;
	padding-left: 10px;
	font-size: 14px;
	text-align: justify;
	padding-bottom: 20px;
}


.LeftImage {
	float: left;
	margin-right: 7px;
	margin-bottom: 5px;
	margin-left: 2px;
	padding: 2px;
}

.RightImage {
	float: right;
	margin-left: 7px;
	margin-bottom: 2px;
	margin-right: 2px;
	padding: 2px;
}

.navgroupbox {
	display: block;
	margin-bottom: 0px;
	width: 8em;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	border: 1px solid #cccccc;
	font-weight: bold;
}

.navsubbox {
	display: block;
	width: 8em;
	margin-top: 4px;
	padding-top: 4px;
	border-top: 1px solid #cccccc;
	font-weight: normal;
}

.navgroupcurrent {
	color: #CC0000;	
	display: block;
	margin-bottom: 0px;
	width: 8em;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	border: 1px solid #cccccc;
	font-weight: bold;
}

.navsubcurrent {
	color: #CC0000;	
	display: block;
	width: 8em;
	margin-top: 4px;
	padding-top: 4px;
	border-top: 1px solid #cccccc;
	font-weight: normal;

	}
	
.smallertext {
	font-size: 11px;
} 

.copyrighttext {
	font-size: 10px;
	color: #666666;
} 

.magnate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-style: oblique;
	font-weight: bold;
	text-transform: uppercase;
	color: #013879;
}
