* {
margin:0;
padding:0;
}

html {
     overflow: -moz-scrollbars-vertical;
}

body {
background-image:url('interface/top_fade_1px.jpg');
background-repeat:repeat-x;
font: 75%/150% "Trebuchet MS", Tahoma, Arial;
}

.bold {
font-weight: bold;
}

.maintitle {
font-family:Georgia, "Times New Roman", Times, serif;
text-align:center;
font-size:medium;
font-weight:bold;
}

#header h1 {
display:none;
}

h1 {
height: 60px;
font: bold 36px/100% "Trebuchet MS", Tahoma, Arial;
}



/* Selectors for links in the "Right" div */
#right a:link {
color:#468966;
font-weight:bold;
}

#right a:visited {
color:#468966;
font-weight:bold;
}

#right a:hover {
color:#B64926;
}
/* Selectors for links in the "Right" div */



/* Start Splash Page styles */
#splash {
margin:0 auto;
width:300px;
height:236px;
background-image:url('interface/splash_bg.jpg');
background-repeat:no-repeat;
}

#logo_text {
text-align:center;
}

#logo_text img {
border:0;
}
/* End Splash Page styles */



/* Start Block of layout styles */
#container {
width:760px;
height:400px;
margin:0 auto;
}

#header {
height:50px;
background-image:url('interface/header.jpg');
background-repeat:no-repeat;
background-position:top left;
}

#left {
float:left;
width:214px;
margin:0 0 0 0;
}
	
	#logo {
	height:184px;
	background-image:url('interface/left_logo.jpg');
	background-repeat:no-repeat;
	background-position:top left;
	}

	#anim_logo {
	width:121px;
	height:100px;
	position:absolute;
	top:0;
	right:50%;
	margin:18px 212px 0 0;
	background-image:url('interface/tornado.gif');
	}


/* Start Main Nav Styles */
	#vert_nav {
	margin:0 0 0 0;
	}
	
	#vert_nav ul {
	list-style-type:none;
	}
	
	#vert_nav li {
	font-weight:bold;
	margin:2px 12px;
	text-align:center;
	font-size: 10pt;
	}
	
	#vert_nav li a, #vert_nav li a:visited {
	display:block;
	text-decoration:none;
	padding:.25em 0;
	background-color:#A9C6D4;
	color:#000000;
	}
	
	#vert_nav li a:hover {
	background-color:#59819C;
	color:#FFFFFF;
	}
/* End Main Nav Styles */



#right {
width:546px;
margin:0 0 0 214px;
}

#footer {
font-size:12px;
color:#FFFFFF;
clear:both;
background-image:url('interface/footer_1px.jpg');
background-repeat:repeat-x;
}
/* End Block of layout styles */



/* Start Local Nav Styles */
#right .horiz_list {
text-align:center;
margin:0 0 10px 0;
}

#right .horiz_list li {
padding:0 1ex;
list-style-type:none;
display:inline;
}

#right .horiz_list li a:link, #right .horiz_list li a:visited {
color:#000000;
font-size:13px;
font-weight:bold;
text-decoration:none;
}

#right .horiz_list li a:hover {
border-bottom:2px solid #000000;
}
/* End Local Nav Styles */



.content {
	background-image:url('interface/content_fade_1px.jpg');
	background-repeat:repeat-x;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	padding-top: 2.5em;
	padding-right: 3em;
	padding-bottom: 2.5em;
	padding-left: 3em;
}

.datatext {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	text-align: left;
	padding-top: 2em;
	padding-right: 2em;
	padding-bottom: 2em;
	padding-left: 4em;
	margin-top: .5em;
}

.legaltext {
	color: #999999;
	text-decoration: none;
	text-align: left;
	padding-top: 2em;
	padding-right: 2em;
	padding-bottom: 2em;
	padding-left: 0;
	margin-top: .5em;
}

.app {
	
	padding-top: 2em;
	padding-left: 12em;
}

.img_wrapper {
	margin: 3em 0 0 0;
	text-align:center;
}

.content a:link, a:visited {
color:#000000;
font-weight:bold;
text-decoration:none;
}

.content a:hover {
border-bottom:2px solid #000000;
}

.nonlink {
cursor:pointer; /*needed for firefox*/
cursor:hand;
font-size: 14px;
color: #000099;
}

/* Start Footer Nav Styles */
#footer ul {
text-align:center;
padding:1em 0;
}

#footer li {
margin:0 .5em;
list-style-type:none;
display:inline;
}

#footer a, #footer a:visited{
color:#FFFFFF;
text-decoration:none;
}

#footer a:hover {
border-bottom:2px solid #FFFFFF;
color:#
}
/* End Footer Nav Styles */
