/* CSS Document */

/*Site Colors: #3399FF, #3333FF, #9933FF, #33FFFF, #007AF5, #005CB8, #FFFF33 - white, black and grey also used*/

/* Scrollbar properties - supported only by IE 5.5+  */
/*zero out body tag for browsers to set correct margins later*/
/*begin rules*/
body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #000000;
	color: #000000;
	scrollbar-3dlight-color : #33FFFF;/*lt blue*/
	scrollbar-arrow-color : #000000;/*black*/
	scrollbar-base-color : #000000;/*black*/
	scrollbar-darkshadow-color : #005CB8;/*drk blue*/
	scrollbar-face-color : #3399FF;/*cornflower blue*/
	scrollbar-highlight-color : #FFFFFF;/*white*/
	scrollbar-shadow-color : #3333FF; /*drk blue*/
	scrollbar-track-color : #000000;/*black*/
}
a {	
	text-decoration: none;
}
a:hover {	
	text-decoration: underline
	}
a:link	{	
	text-decoration: none;
	color:	#33FFFF;
}		
a:visited	{	
	text-decoration:	none;
	color:	#9933FF;
	}	
		
a:active	{	
	text-decoration:	none;
	color:	#FFFF33;
	}	
h1, h2, h3, h4, h5, h6{
	color:#333333;
	background-color: transparent;
	font-weight: bold;
	}
h1 {
	font-size: 115%;
	border: solid #FFFF33 2;
	margin: 10px;
	padding: 5px;
	}
h2 {
	font-size: 110%;
	}
h3 {
	font-size: 100%;
	background-color: FFFFFF;
	}
h4 {
	font-size: 80%
	}
h5 {
	font-size: 70%;
	}
h6 {
	color: #003366;
	background-color: transparent;
	font-size: 60%;
	}
p {
	font-size:90%;
	}

/*Descendant Selector*/
p em{
	color: #FFFF33;
	}
ul {
	list-style-type: square;	
	list-style-position: outside;
	}
ol {
	list-style-position: outside;
	}
li {
	font-size: 80%;
	}

/*ID Selectors - use once per web page on div tags*/
/*800 pixel wide resolution*/
/*auto keeps everything centered on the page*/
#wrapper {
	width: 770px;
	margin: 0 auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	position: relative;
	background-color: #3399FF;
	padding-top: 25px;
	}
#bluebox {
	background: #3333FF;
	width: 250px;
	border: 1px solid #000000;
	}
/*menu bar - begin*/
#message div.menuBar,
#message div.menuBar a.menuButton {
  	font-family: Verdana, Arial, Helvetica, sans-serif;
  	font-size: 8pt;
  	color: #000000;
}
#message div.menuBar {
  	background-color: #3399FF;
  	padding: 6px 2px 6px 2px;
  	text-align: center;
  	margin-left:0px;
}
#message div.menuBar a.menuButton {
  	background-color: transparent;
  	border: 1px solid;
  	border-color: #f0f0f0 #909090 #909090 #f0f0f0;
  	color: #000000;
  	cursor: pointer;
  	left: 0px;
  	margin: 1px;
  	padding: 2px 6px 2px 6px;
  	xposition: relative;
  	text-decoration: none;
  	top: 0px;
  	z-index: 100;
}
#message div.menuBar a.menuButton:hover {
  	background-color: transparent;
  	border-color: #909090 #f0f0f0 #f0f0f0 #909090;
  	color: #000000;
}	
/*menu bar - end*/
#content {
	width:90%;
	font-size:9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	border-bottom:1px dotted #333333;
	padding-top:6px;
	padding-bottom:6px;
	}
#content .header{
	font-size:9px;
	font-weight:bold;
	color: #333333;
	}
#contentLast {
	width:90%;
	font-size:9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	padding-top:6px;
	}
#contentLast .header{
	font-size:9px;
	font-weight:bold;
	color: #333333;
	}
#mainCenter {
	height:100%;
	background-color: #3399FF;
	}
#imagebox {
	width: 700px;
	border: 1px ridge #FFFFFF;
	background-color: #FFFFFF;
	height: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	}
	
/*Class Selectors*/
.box {
	background-color: #FFFFFF;
	width: 250px;
	height: auto;
	border: 2px solid #FFFF33;
	margin-left: 250px;
	}
.leftimage{
	margin-right: 15px;
	margin-bottom: 5px;
	}
.floatleft {
	float: left;
	}

.floatright {
	float: right;
	}
.flashbox {
	margin-right: 25%;
	margin-left: 25%;
	}
.header {
	padding-top: 3px;
	padding-bottom: 2px;
	margin-right: 5%;
	font-size: 9px;
	font-style: italic;
}
.reserved {
	font-size: 9px;
	color: #000000;
	font-style: oblique;
	}
.footer {
	font-size: 9px;
	color: #666666;
	font-style: italic;
}	
a.anchor {
		font-size:10px;
		font-weight:normal;
		}
		
p.anchor {
		text-align:right;
		}
.crumbs {
	color: #005CB8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-variant: small-caps;
	font-size: 10px;
	margin-left: 25px;
		}
.banner {
	font-family: Veranda, Arial, Helvetica, sans-serif;
	font-size: 110%;
	}
.banner .title{
	font-weight:bold;
	}
.banner .date{
	font-size:0.9em;
	font-weight:bold;
	}
.navigation{
	font-size:0.9em;
	font-weight:bold;
	}
.thumbnail{
	font-size:x-small;
	color: #007AF5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	}
.blink {
	text-decoration: blink;	
	}