/* Global White Space Reset - Hat Tip: Andrew Krespanis of http://leftjustified.net/  */
* {
	padding:0;
	margin:0;
	}
body, form { }
h1, h2, h3, h4, h5, h6 { margin: 0 0 .7em; }
p, pre, blockquote, label, ul, ol, dl, fieldset, address { margin: 0 0 1em; }
li, dd, blockquote { margin-left: 2em; }
fieldset { padding: .5em; }
img { border: 0; }
/* End GWR */



/* Clearing floats - Hat Tip: http://www.positioniseverything.net/easyclearing.html  */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


body{
	background-color: #05260C;
	background-image:url(images/bg.jpg);	
	background-repeat:repeat;
}

p{ margin: 1.2em 0; }



div{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #ffffff;
	margin:0px;
	line-height:normal;
}




a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990;
	margin:0px;
}


.header
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:normal;
	color: #360;
	letter-spacing:2px;
	border-bottom:1px solid #330;
	background-image: url(/images/content_top.gif);
	background-position:left top;
	background-repeat: no-repeat;
	padding-top:50px;
	text-align: right;
	vertical-align: bottom;
}

.subhead
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #360;
	letter-spacing:2px;
	font-weight:bold;
	margin-top:5px;
}

div.box{
	font-size:10px;
	border:1px solid #000000;
	margin:5px; 
	padding:5px;
	background-color:#F6F6F6;
 
}

div.box li{
	font-size:10px;

}

h2, h3, h4{
	 background-color: #003300;
	 padding:.3em;
	 color:#FFFFCC;
}
h4{
	margin-bottom:0em;
}