@charset "UTF-8";
/* CSS Document */
html {height:100%;
		min-height:100%;}
body {
	background:#003366 url(images/shadow.png);
	margin:0;
	padding:0;
	height:100%;
	min-height:100%;
	}
	
/*Organization*/

#wrapper {
	background:#ffffff;
	width: 55em;
	min-height:100%;
	height:auto;
	overflow:auto;
	margin-left:-1em;
	padding-left:1em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border-right:solid .15em #FFF000;
	}
	
#head {
	width:100%;
	height:15em;
	overflow:auto;
	}
	
#nav {
	width: 50em;
	float:right;
	margin-top:-.1em;
	text-align:center;
	border-top:solid .2em #003366;
	border-bottom:double .3em #003366;
	

	}
	
#content {
	width:100%;
	height:auto;
	background:#FFFFFF;
	text-align:justify;
	}
#copy {
	float:left;
	width:65%;
	margin: 2.2em 1em 0 1em;
	}

#bulliten {
	width: 24%;
	height:auto;
	min-height:100%;
	float:left;
	margin:.5em 1em 0 1em;
	padding:1em .5em .5em .8em;
	}

#footer {
	width:65% ;
	float:right;
	height:auto;
	border-top:solid .1em #003366;
	text-align:center;
	margin: 2em 2em .5em 2em;
	}




/*lists*/
#nav ul {
	list-style:none;
	padding:0; 
	margin:0 5em 0 0;
	float:right;
	}

#nav li {
	display: inline;
	margin:0;
	padding:0 .5em 0 .5em;
	}
	
#bulliten ul {
	width:100%;
	list-style:none;
	margin:0;
	padding:0
	}

#bulliten li {
	margin:0;
	padding:.5em 0 .5em 0;
	}
	
#footer ul {
	list-style:none;
	padding:0;
	margin:0;
	}

#footer li {
	display:inline;
	margin:0;
	padding:0 .5em 0 .5em;
	}
	
/*type set*/
#nav a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	letter-spacing:.2em;
	font-variant:small-caps;
	color:#CC0000;
	text-decoration:none;
	}
#nav a:hover {
 border-bottom:solid .2em #003366;
 }
 
#nav a.active {
	border-bottom:solid .2em #003366;
	}

#bulliten a {
	color:#003366;
	text-decoration:none;
	font-size:.7em;
	}

#bulliten a:hover {
	color:#CC0000;
	}
	
h1.large {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.25em;
	font-variant:small-caps;
	font-weight:700;
	letter-spacing:.2em;
	margin:0 0 .5em 0;
	padding:0 0 .3em 0;
	
	}
h1.head {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-variant:small-caps;
	font-size:1.4em;
	color:#cc3333;
	letter-spacing:.3em;
	margin:1em 2em 0 5em;
	float:right;
	}
	
h2.head {
	font-size:1em;
	letter-spacing:.5em;
	float:right;
	font-variant:small-caps;
	word-spacing:2em;
	margin:0 3em 2em 20em;
	padding-right:2em;
	}
	
#content p {
	font-size:.8em;
	line-height:1.5em;
	}

#content p.b {
	font-size:.7em;	
	}
	
#content a.text {
	color: #003366;
	text-decoration:none;
	}
	
#content a.text:hover {
	color: #CC0000;
	text-decoration: none;
	}

#bulliten a.im {
	font-size:1em;
	}

#footer p {
	font-size: .5em;
	margin:0;
	}
	
#footer a {
	font-size: .5em;
	color: #003366;
	text-decoration:none;
	}

#footer a:hover {
	color:#CC0000;
	}
	
/*stylz*/
img.head {position:absolute; z-index:1; top:0;}
img.headr {float:right;}
img.bannert {	margin: 0 0 0 -1.6em;}

img.bannerb {	margin: 1em 0 0 -1.6em;}