 /* Main Stylesheet */

img, div { behavior: url(iepngfix.htc); }
* { behavior: url(iepngfix.htc); }

body {
	background: #3399FF url(../img/bg_page.gif) top repeat-x;
	font-family: "Trebuchet MS" sans-serif;
	font-size: 10pt;
	margin: 0;
	padding: 0;
	}

a {color: inherit; text-decoration: underline; font-weight:bold;}
a:hover {text-decoration: none;}
a.active {font-style: italic;}
a>img{border:none;}
p { margin-top: 0;}

ul {margin: 0;}

address {padding-left: 5em; padding-bottom: 1em; }

.center {display: block; text-align: center;}

/* Layout Styles
================================================*/

#page { margin: auto; margin-top: 20px; width: 750px;}

#bannercontainer {
	background: url(../img/bg_flags.png) bottom center no-repeat;
	margin: auto;
	width: 750px;
	}	
#banner {
	height: 180px;
	margin: auto;
	width: 600px;
	}

	img#logo {
		float: left;
		height: 120px;
		margin-left: 20px;
		width:120px;
		}
	#title { float: left; height: 40px; line-height: 40px; margin-top: 20px; width: 440px;}
	
	#nav a,#mininav a {
		color: black;
		display: block;
		float: left;
		font-size: 12pt;
		font-weight: normal;
		text-align: center;
		text-decoration: none;
		position: relative;
		}
		#nav a:hover,#mininav a:hover {text-decoration: underline;}
	#nav a {
		/* background: #F9DE55; */
		height: 40px;
		line-height: 40px;
		text-transform: uppercase;
		width: 100px;
		}
	#mininav a {
		/* background: #FF0000; */
		color: #F9DE55;
		height: 20px;
		line-height: 20px;
		text-transform: lowercase;
		width: 133px;
		}
		
#main {
	background: #336699;
	color: white;
	margin: -60px 90px 0px 90px;
	min-height: 50em;
	padding: 5px;
	position: relative;
	top: -5px;
	}

#rightcol { float: right; width: 200px; position: relative; top: -0px;}
	#rightcol .box {background: #224161; font-size: 10pt; margin: 5px; 	padding: 5px;}
	#rightcol ul {margin: 0; padding-left: 1.25em;list-style-type: square;}
	
#news {margin-left: 20px;/*margin-right: 205px;*/}
	#news>.title {display: block; font-size:12pt; margin-left: -20px;}
	#news .author {font-style: italic;}
	
#footer {
	font-size: 9pt;
	text-align: center;
	}
/* #bottom {
	background: #3399FF;
	margin: auto;
	padding: 2px 25% 2px 25%;
	position: fixed;
	text-align:center;
	bottom: 0px;
	left: 0px;
	}
*/

.announce {
	background-color: #BBE4FF;
	color: black;
	margin: 5px;
	padding: 5px;
	}

/* Header Styles
================================================*/

hr { border: 1px solid white; width: 90%; margin: 5px auto 5px auto;}

h1,h2, h3 {
	text-align: center;
	padding: 0;
	margin: 0;
	}
h4 {margin: 0; padding: 0;}
	
h1 { font-size: 18pt;}
h2 { color: white; font-size: 14pt;}
h3 { color: white; font-size: 12pt;}
