BODY  {

	color : Black;
	font-family : Georgia,"Times New Roman", Times, serif;
	font-size: 12pt;
	text-align:center;
	padding:0;
	margin:0;
	background : #dedede url(images/bodybg.png) repeat-y fixed center;
	
	
	}

#wrap{
width:718px;
padding:0;
margin: 0 auto;
text-align:left;
position:relative;
background:white;
border: 0px solid #A1A100;
border-top:0px;
 /*background : url(/images/mainbg.png) repeat-y;*/
}

#header{
position:relative;
top:0;
margin: 0 auto;
padding:0;
text-align:left;
background: white;
height:0px;
border: 0px;
}
div#topnav{
position:absolute;
top:48px;
width:100%;
margin:0 auto;
padding:0px;
text-align : center;
z-index:1000;

}

div#contentW{
	border-top:0px solid black;
	margin:0 auto;
}
div#outer{
	background-color : white;
	border : 1px solid black;
	border-top:0px;
	/*padding: 5px;*/
}

div#innerWidth{
	width:100%;
}
div#inner{
	background-color : white;
	/*border : 1px solid black;*/
}

#content{
	background-color : transparent;
padding: 0px 50px 0px 50px;
margin:0 auto;
}	

H1 {
	font-size: 20pt;
	letter-spacing:1px;
	color: #bb0000;
	text-align:center;
	font-family:Impact, sans-serif;
	margin-top:5px;
	font-weight:normal;
}


H2 {
	font-size: 16pt;
	color: #585110;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		margin-top: 30px;
		margin-bottom: 20px;
		font-weight: bold;
		text-align:center;
}

H3 {
margin:5px;
text-align : center;
	font-size: 16pt;
	color: maroon;
		font-family:Tahoma, Geneva, Arial, sans-serif;
}

H4 {

font-weight: normal;
    font-size: 16pt;
	font-family: Arial, Helvetica, sans-serif;
	margin-top:0px;
	}
	
H5 {
    font-size: 84%;
	}

ul{
	text-align:left;
	}

li{
	padding:5px;
	text-indent: 0; 
	list-style-image : url(images/tick.png);
	text-align:left;
}	


ol{
	/*font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight:bold;
	color: maroon;*/
}
ol li{
	list-style-image : none;
}
ol p{
	text-indent:none;
	font:georgia;
	font-size: 11pt;
	font-weight:normal;
	color: black;
	padding:5px;
	text-indent: 0; 
	list-style-image : none;
	text-align:left;
}
	
A {
	text-decoration: underline;
	color: Blue;
}

A:Hover {
	text-decoration: none;
	color: #000070;
	background-color : #C2BFA5;
}



P {

	text-indent:0em;
	line-height:150%;
	padding-bottom:.5em;
}
P.noindent {
	text-indent:0;
	text-align:center;
}


#footer{
	font-size: 12px;
	text-align:center;
	color: #333333;
	/*background : url(/images/footerbg-black.png) no-repeat center top;*/
	height:60px;
}
#footer a {


font-size: 11px;
	color: #3333FF;
	text-decoration: underline;
	font-family : Arial, Helvetica, sans-serif;
}

#footer a:hover {
	color: navy;
}


.hilite{
		color:black;
	background-color:yellow;
}

TD p{
	margin:0;
	padding:8px;
	line-height:1.5em;
}

.bold1{
	font-weight : bold;
	color:navy;
}

.bold2{
	font-weight : bold;
	color:maroon;
}

.smalltext{
	font-size:10pt;
	padding:0px;
}
.box1w{
	width:90%;
	margin:5px auto;
	text-align:left;
}
.box1{
padding: 5px;
border:3px dashed #cccccc;
}
.box2w{
	width:90%;
	margin:5px auto;
	text-align:left;
}
.box2{
padding: 10px;
border: 3px dashed #708090;
border: 1px solid maroon; 
background: #FFFFF0 none repeat;
display: block;
text-align: left; }

.box2 p {
margin:0;
border:0;
}

.box3w{
	width:100%;
	text-align : center;
	margin:5px auto;
}
.box3{
padding: 10px;
border: 5px dashed #AEAE57;
background-color:ivory;

}

.box4w{
	width:300px;
	text-align : center;
	margin:5px auto;
}
.box4{
padding: 10px;
border: 2px solid maroon;
background-color:white;
}

.box5w{
	width:100%;
	text-align : center;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}
.box5{
padding: 5px;
border: 3px dashed steelblue;
background-color:ivory;
}

