/*              Designed by Polar Design Studio             */
/*                 www.polardesignstudio.com                */
/*==========================================================*/

/*-------Global Elements-------*/

* {
	margin: 0px;
	padding: 0px;
}

body {
	background: url(images/background.jpg) repeat-x #006699;
	font: 62.5%/1.7em "Trebuchet MS", Arial, Helvetica, sans-serif;
}

p {
	font-size: 1.2em;
	color: #444444;
	padding: 3px 0 6px 0;
}

h1 {
	color: #006699;
	width: 100%;
	display: block;
	font-size: 1.5em;
	border-bottom: 1px solid #CCCCCC;
}

h2 {color: #999999; font-size: 1.1em; padding: 3px 0;}

h3 {color: #999999; font-size: 1.3em; padding: 3px 0;}

#table {
	border-top: 1px solid #D9D9D9;
	border-right: 1px solid #D9D9D9;
}

#table tr td {
	padding: 3px 8px;
	border-left: 1px solid #D9D9D9;
	border-bottom: 1px solid #D9D9D9;
}

#table tr.row td {
	background-color: #F7F7F7;
}

a {
	padding: 0px;
	color: #006699;
	text-decoration: none;
	border-bottom: 1px dotted #BBBBBB;
}

a:hover {
	color: #0099CC;
	border-bottom: 1px solid #BBBBBB;
}

.object {margin: 10px auto; width: 320px;}

img {
	padding: 1px;
	border: 1px solid #DDDDDD;
}

ul {
	color: #666666;
	list-style: url(images/bullet.gif);
	font-size: 1.2em;
	padding: 5px 35px;
}

ol {
	color: #666666;
	font-size: 1.2em;
	padding: 5px 35px;
}

form {
	text-align: left;
}

label {
	font-size: 1.2em;
}

input {
	margin: 0 0 5px 0;
	width: 265px;
}

.clear {clear:both}

/*-------Content-------*/

#container {
	margin: 30px auto;
	width: 760px;
	background: url(images/containerbg.jpg) top repeat-y #FFFFFF;
}

#header {
	background: url(images/header.jpg) top no-repeat #FFFFFF;
	width: 760px;
	height: 27px;
	padding: 102px 0 0 0;
}

#content {
	background: url(images/contentbg.jpg) top repeat-x;
	width: 729px;
	padding: 10px;
}

#news {
	float: left;
	width: 209px;
	margin: 0 0 10px 0;
}

#news p {color: #003366;}
	
.narrow  {
	float: left;
	width: 240px;
	margin: 0 20px 0 0;
}

.wide {
	float: left;
	width: 500px;
	margin: 0 20px 0 0;
}

#footer {
	width: 760px;
	background: url(images/footerbg.jpg) no-repeat bottom;
	color: #888888;
	text-align: center;
	font-size: 1.1em;
	padding: 8px 0;
	height: 24px;
}

/*-------Menu-------*/

#menu {
	width: 749px;
	background: #000000;
	opacity: .75;
}

#menu ul {list-style: none; padding: 0 130px;} 

#menu ul li {
	float: left;
}	

#menu ul li a {
	text-decoration: none;
	font-size: 1.1em;
	padding: 5px 10px;
	text-align: center;
	display: block;
	color: white;
	border:none;
}

#menu ul li a:hover {
	background: white;
	color: #005588;
}

#menu li ul {
	padding: 0;
	position: absolute;
	top: 159px;
	width: 125px;
	display: none;
	color: white;
}

#menu li ul a {
	float: left;
	text-decoration: none;
	display: block;
	width: 125px;
	padding: 5px 5px;
	background: #000000;
	color: #FFFFFF;
	border-top: 1px solid #BBBBBB;
	text-align: center;
	font-size: .8em;
}

#menu li:hover ul, #menu li.over ul {
	display: block;
}

/*---------Text Formats----------*/

.more {
	color: #006699;
	text-decoration: none;
	font-size: 1.1em;
	float: right;
	border: none;
}

.more:hover {
	border:none;
}

.date {color: #AAAAAA; font-weight: normal; font-size: .9em}

.caption {color: #888888; font-weight: normal; font-size: .9em; text-align: center; line-height: 1.2em;}

.center {text-align: center;}

/*==========================================================*/
/*              Designed by Polar Design Studio             */