body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
    margin-top: 0px;
}

h1 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#004790;
	font-size:30px;
}

h3 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#333;
	font-size:14px;
	font-style: normal;
	font-variant: normal;
	text-transform: capitalize;
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
	line-height: normal;
	padding-bottom: 15px;
}

h2 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#004790;
	font-size:22px;
}

h4 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#004790;
	font-size:18px;
}

h5 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size:14px;
	background-color:#369;
	padding-left: 10px;
}

p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
    
}


.small {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 9px;
}


a {
	color:#004790;
	font-weight:bold;
	text-decoration:none;
}


ul {
	list-style-image: url(../2DStyled_14.graphic.png);
}

#wrapper {
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	width:1000px;
	position: relative;
		
}


#background {
	height: 1350px;
	width:1100px;
	top: 0px;
	left: 50px;
	background-image: none;
	background-repeat: no-repeat;
	position:absolute;
	background-color: #A6CAF0;
}


#header {
	top: 10px;
	right: 25px;
	position:absolute;
	
}


#main {
	top: 200px;
	position:absolute;
	width: 900px;
	height: 980px;
	background-color: white;
	left:50px;
	
}

#bar {
	top: 200px;
	position:absolute;
	left: 15px;
	background-color:#369;
		
}

#icons {
	top: 207px;
	position: absolute;
	left: 720px;
}

#welcome {
	top: 270px;
	position:absolute;
	left: 16px;
	width: 640px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 290px;
		}

#article1 {
	top:720px;
	position:absolute;
	left: 16px;
	height: 200px;
	width: 680px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #FFF;	
}

#article2 {
	top: 930px;
	position:absolute;
	height: 180px;
	left: 16px;
	width: 680px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #FFF;
}

#article3 {
	top: 1110px;
	position:absolute;
	height: 210px;
	left: 16px;
	width: 680px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #FFF;
}



#video {
	top: 270px;
	position:absolute;
	left: 720px;
	width: 355px;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 290px;
}

#news {
	top: 540px;
	position:absolute;
	left: 16px;
	width:680px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 180px;
	background-color: #FFF;
}

#tip {
	top: 580px;
	position:absolute;
	left: 720px;
	width: 355px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#spacer {
	top: 890px;
	padding-right: 10px;
	padding-left: 10px;
}



#footer {
	top: 1160px;
	position:absolute;
	width: 900px;
	left:100px;
	right:100px;
	color:#FFF;
	text-align: center;	
	
}

#footer a {
	color:#9FF;

}
	

.nav {
	width: 1070px;
	overflow: hidden;
	border-bottom: 15px solid white; 
}

.nav ul{
	margin: 0;
	padding: 0;
	padding-left: 0px; /*offset of tabs relative to browser left edge*/
	list-style-type: none;
	font-size: 16px;
}

.nav li{
	display: inline;
	margin: 0;
}

.nav li a{
	float: left;
	display: block;
	text-decoration: none;
	margin: 0; /*right divider between tabs*/
	color: #036; /*background of tabs (default state)*/
	background-color: #369;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #FFF;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

.nav li a:visited{
	color: #036;
}

.nav li.selected a{
	background: white; 
}

.nav li a:hover {
	background: #9FF;
}


#search {
	top: 210px;
	position:absolute;
	right: 25px;
	background-color:#369;
	width: 250px;
}

#full {
	top: 255px;
	position:absolute;
	left: 15px;
	width: 1050px;
	background-image:url(../images/bg2.png);
	background-repeat: repeat-x;
	padding-right: 10px;
	padding-left: 10px;
	height: 1000px;
	background-color:white;
	}

#marquee_replacement{

 width:450px;
 height:700px;
 overflow:auto;
 left:20px;
 color:#036;
}

#marquee_replacement p.spacer{
 height:50px;
}