/* CSS Document */

/*text elements*/
body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background: #ffffff url("bg_grad.jpg") fixed;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/************** header tag styles **************/

h1{
	font: 120% Arial,sans-serif;
	color: #0033CC;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 0px;
	padding: 0px;
	line-height: 25px;
}

h2{
	font: 100% Arial,sans-serif;
	color: #0033CC;	
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-weight: bold;
}

h3{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 100% Arial,sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 90% Arial,sans-serif;
 color: #000000;
 text-indent: 15px;
}

bodytext{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	vertical-align: top;
}
/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/*positional elements*/
#pagecell1{
	position:absolute;
	top: 20px;
	left: 2%;
	right: 2%;
	width:95.6%;
	height: 90%;
	background-color: #ffffff;
	z-index: 100;
}

#tl {
	position:absolute;
	top: -1px;
	left: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#tr {
	position:absolute;
	top: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#bl {
	position:absolute;
	bottom: -1px;
	left: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#br {
	position:absolute;
	bottom: -1px;
	right: -2px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#content {
	position: relative;
	top: 14px;
	margin: 0px;
	z-index: 100;
	padding-left: 50px;
	padding-right: 50px;
}

#nav {
	position: absolute;
	top: 60px;
	left: 42px;
	z-index: 120;
}

#nav_overlay {
	position: absolute;
	top: 65px;
	left: 60px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height: 20px;	
	z-index: 100;
}

#logo {
	position: absolute;
	top: -15px;
	left: 34px;
	z-index: 180;
	width: 100px;
	height: 70px;
}

#logo_overlay {
	position: absolute;
	top: 12px;
	left: 44px;
	z-index: 200;
	width: 50px;
	height: 30px;
}

#validator {
	position: absolute;
	top: 186px;
	left: 60px;
	z-index: 190;
	width: 66px;
	height: 44px;
}
/*table modifiers*/
#horizontal_top {
	background-image: url(images/background_orange.gif);
	background-repeat: repeat-x;
	height: 4px;
}

#horizontal_bottom {
	background-image: url(images/background_orange.gif);
	background-repeat: repeat-x;
	height: 4px;
}

#vertical_left {
	background-image: url(images/background_orange.gif);
	background-repeat: repeat-y;
	width: 4px;
	background-position:left;
}

#vertical_right {
	background-image: url(images/background_orange.gif);
	background-repeat: repeat-y;
	width: 4px;
	background-position:right;
}
/*.inline styles*/

.inline {
	float: left;
	
}