/* Main HTML Properties */
html {
	font-size:62.8%;
	height:100%;
}

body {
	background-image:url(../images/sub_bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	font-family:Verdana,sans-serif;
	font-size:1.2em;
	margin:0;
	color:#4e434b;
	background-color:#fff;
}

body.home {
	background-image:url(../images/home_bg.jpg);
	margin:371px 0 0 0;
}

body.usertype {
	background-image:url(../images/sub_bg_img.jpg);
}

/* Heading Properties */
body h1 {
	font-size:1.2em;
	color: #009399;
	margin: 100px 0 20px 0;
}

body.usertype h1 {
	margin: 140px 0 20px 0;
}

h2 {
	font-size:1.2em;
	font-weight: normal;
	color:#242424;
	margin-bottom: 10px;
}

h3 {
	font-size:1em;
	color:#000033;
}

h4 {
	font-size:1em;
	color:#ff0000;
}


/* Layout Properties */

#header {
	width:100%;
	height: 180px;
	float: left;
}
#logoLink {
	display: block;
	height: 100px;
	margin: 70px 60% 0 0;
}

#bodyContent{
	padding: 0;
	background-repeat:no-repeat;
	background-position: 88px 185px;
	*background-position: 88px 5px;
}

#bodyContent p {
	line-height: 1.6em;
	margin: 0 0 1.2em 0;
}

#bodyContent ul {
	margin: 0 0 20px 0;
	padding: 0 2px;
}

#bodyContent li {
	background-image:url(../images/li.gif);
	background-repeat:no-repeat;
	background-position:0 9px;
	padding-left:10px; 
	margin-bottom: 2px;
	line-height: 1.6em;
	color: #877f85;
}

#bodyContent li a {
	color: #877f85;
}

#bodyContent li a:hover {
	color: #009399;
}

#bodyContent li a:visited {
	color: #000;
}
#bodyContent .fileInfo{
	color:#999999;
	font-size:0.78em;
}

#footer {
	margin-top: 20px;
	background-repeat:no-repeat;
	background-position: right top;
	height: 65px;
	font-size:.9em;
	padding-bottom: 10px;
}

#footer p{
	margin: 43px 0 0 0;
	color: #077cb1;
}

#footer a{
	color: #077cb1;
	text-decoration: none;
}

#footer a:hover{
	color: #000;
	text-decoration: hover;
}
#footer img{
	margin-top: 20px;
}

div.flash {
	background-color: #4686B8;
	margin-top: 10px;
	margin-bottom: 20px;
	width: 561px;
	height: 121px;
	background-image: url(/graphics/flashalt.jpg);
}

#video {
	float:left;
	margin:0 25px 0 0;
	width:428px;
}