
/* Main Styles
-------------------------------------------------------------- */

body {
	background:url(/images/structure/bottom-bkgd.jpg) bottom repeat-x fixed #b7bdd7;
	margin:0;
	padding:0;
	height:100%;
	font-size: 100%;
	font-family: verdana,sans-serif;
	color:#393b6b;
	text-align: center;
}

#contentwrap p, 
#contentwrap ul, 
#contentwrap ol { font-size: 80%; font-family: verdana,sans-serif; line-height: 1.4em; }

a:link 		{ color: #739a09; }
a:visited { color: #90b725;}
a:hover 	{ text-decoration: underline; }
a:active 	{ text-decoration: none; }

/* Images 
-------------------------------------------------------------- */

img 								{ border: none; margin: 0; padding: 0; }

/* Tables
-------------------------------------------------------------- */

table { 
	font-size: 70%;
	}
	
table th {
	padding: 3px;
	background: #eee;
	}
	
table td {
	padding: 3px;
	}

/* Headings 
-------------------------------------------------------------- */

h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
	}
	
h1, h2, h3, h4 { font-family: Arial, sans-serif; margin:0.5em 0; padding:0 10px; color:#5689BE; }

h2 { font-size: 130%; }


h1.pagetitle {
	background-image:url(/images/titlebar/News.jpg);
	background-repeat:no-repeat;
	background-position:right;
	margin:8px 5px 0 160px;
	height:130px;
}

h1.pagetitle span {display:none;}


h1.sitetitle {
	margin:0 0 10px 0;
	padding:0;
}

h1.sitetitle a {
	display:block;
	background-image:url(/images/structure/logo-text.gif);
	background-repeat:no-repeat;
	background-position:center;
	width:155px;
	height:90px;
}

h1.sitetitle span {display:none;}


/* Container 
-------------------------------------------------------------- */

#container { text-align:left;width:760px;margin:30px auto 0 auto; }

/* TopBar 
-------------------------------------------------------------- */

#topbar { float:left;width:760px;background-image:url(/images/structure/topbar.jpg);background-repeat:no-repeat; }

/* Content 
-------------------------------------------------------------- */

#contentwrap { float:left;width:760px;background:#e5e9ff;padding:5px 0; }

/* Navigation 
-------------------------------------------------------------- */
ul#navigation 		{	width:155px;list-style:none;margin:0 5px;padding:0;float:left; }
ul#navigation li 	{	font-size:90%; background:#f3f5ff;border-bottom:1px solid #e5e9ff;text-align:right;padding:2px 5px;text-transform:uppercase;font-weight:bold; }
ul#navigation li a 	{	color: #5689BE; text-decoration:none; }
ul#navigation li:hover { background:#ABCB4C; }
ul#navigation li:hover a 	{	color: #f3f5ff; }


/* Main Column 
-------------------------------------------------------------- */

#maincol { float:left;background:#fff;width:590px;}
#maincol p { padding: 0 10px; }
#maincol h2,
#maincol h3,
#maincol h4 {
	padding: 0 10px;
}

label { float:left; width: 120px; }