/***********************************************/
/* stylesheet.css                              */
/***********************************************/

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

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

a{
	color: #00A8EC;
	text-decoration: none;
}

a:link{
	color: #00A8EC;
	text-decoration: none;
}

a:visited{
	color: #00A8EC;
	text-decoration: none;
}

a:hover{
	color: #00A8EC;
	text-decoration: underline;
}

a.grey{
	color: #333333;
	text-decoration: none;
}

a.grey:link{
	color: #333333;
	text-decoration: none;
}

a.grey:visited{
	color: #333333;
	text-decoration: none;
}

a.grey:hover{
	color: #333333;
	text-decoration: underline;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #00A8EC;
 font-weight: bold;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Arial,sans-serif;
 font-size: 114%;
 color: #00A8EC;
 font-weight: bold;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Arial,sans-serif;
 font-size: 100%;
 color: #00A8EC;
 font-weight: bold;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 90%;
 color: #00A8EC;
 font-weight: bold;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

ul{
 list-style-type: square;
}

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

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

label{
 font-family: Verdana, Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}

input.field{
	background-color:#FFFFFF;
	background: true;
}

.disclaimer{
   font-family: Verdana, Arial;
   font-size:11px;
}

.news{
   font-family: Verdana, Arial;
   font-size:12px;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#body{
	position:absolute;
	width:1000px;
	top:0px;
	left:0px;
}

#logo{
	float:left;
	padding-left: 45px;
	padding-top:45px;
}

#subNavBar{
	float: left;
	width: 200px;
	margin: 0px;
	padding: 0px;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
