@charset "utf-8";
/* CSS Document */

/* commented backslash hack \*/ 
html, body {
height					: 100%;
}
 
/* end hack */
html,body {
margin					: 0;
padding					: 0;
}

body {
text-align				: center;
font-family				: Verdana, Helvetica, sans-serif;
font-size				: 10px;
color					: #03335b;
background-color		: #ddecff;
background-image		: url(../images/back.gif);
background-repeat		: repeat-x;
margin					: 0px;
padding					: 0px;
}

p{
font-size				: 1.2em;
line-height				: 1.6em;
}

h1{
font-size               : 1.8em;
color					: #3d5d84;
}

h2{
font-size               : 1.4em;
color					: #3d5d84;
}

h3{
font-size               : 1.4em;
color					: #FFFFFF;
}

h4{
font-size               : 1.4em;
color					: #03335b;
}

a{
color					: #03335b;
text-decoration			: underline;
}

a:hover{
color					: #03335b;
text-decoration			: none;
}

#outer{
	min-height			: 100%;
	height				: auto;
	width				: 100%;
	margin-left			: auto;/* center it*/
	margin-right		: auto;/* center it*/
	position			: relative;
	text-align			: left;
	width				: 780px;
	background-color	: #FFFFFF;
}

* html #outer{
height					: 100%;
width					: 100%;/* box model hack for ie5.+*/
w\idth					: 100%;
}

#inner{
width					: 780px;
margin-left				: auto;/* center it*/
margin-right			: auto;/* center it*/
position				: relative;
text-align				: left;
backgound-color			: #ffffff;
}

* html #inner{
width					: 780px;/* box model hack for ie5.+*/
w\idth					: 780px;
backgound-color			: #ffffff;
}

#header{
background-image		: url(../images/header.jpg);
height					: 149px;
width					: 780px;
}

#login{
margin-left				: 580px;
}

#nav{
width					: 760px;
height					: 22px;
text-align				: left;
background-image		: url(../images/navback.gif);
background-repeat		: repeat-x;
padding-top				: 6px;
padding-left			: 20px;
}

.navlink{
font-size				: 1.2em;
}

.featboxlink{
color					: #ffffff;
text-decoration			: underline;
}

.featboxlink:hover{
color					: #ffffff;
text-decoration			: none;
}

#maincontent{
background-color		: #ffffff;
width					: 780px;
text-align				: left;
}

#content01{
width					: 460px;
padding-left			: 20px;
padding-right			: 20px;
float					: left;
}

#content02{
width					: 240px;
background-color		: #5786bd;
float					: left;
color					: #FFFFFF;
padding-left			: 10px;
padding-right			: 10px;
background-image		: url(../images/newsbase.gif);
background-position		: bottom;
background-repeat		: no-repeat;
}

#feat01cellbck{
background-color		: #3d5d84;
color					: #FFFFFF;
}

#feat01cellbck img{
padding-left			: 6px;
padding-right			: 6px;
}

.newsheader{
font-size				: 1.4em;
font-weight				: bold;
}

#footer{
background-color		: #ffffff;
width					: 780px;
text-align				: center;
}
