BODY {
    margin:  4px 0 0 4px; /*top right bottom left*/
	background-color: transparent;
	font-family: Arial, sans-serif;
	font-size : 0.8em;
	color : #0000CC;
}

A:LINK {
   color : #0000CC;
	text-decoration : underline;
}

A:VISITED {
	  color : #0000CC;
	text-decoration : underline;
}
A:HOVER {
	 color : Red;
	text-decoration : underline;
}


.highlite{
	color : Red;
}

H1{
	font-size : 2.0em;
	margin: 0 0 6px 0;
}

H2{
   color : Red;
	font-size :1.4em;
	margin: 0 0 4px 0;
}

H3{
	font-size :1.2em;
	margin: 0 0 2px 0;
}

HR {
	height: 5px;
	background-color : #0000CC;
}
EM{
	font-weight : bolder;
}

UL {
       	list-style: circle;
		margin: 0 0 0 2em;
}

DIV.Header{
margin: 0 0 2px 0;
width : 760px;
height: 193px;
}

Div.Content{
float: left;
margin:  0 0 190px 0;
width: 760px;	
}

DIV.Nav {
float: left;
width : 190px;
}

DIV.Main {
float: right;
width : 560px;
}

DIV.NavFoot 
    {
	clear : both;
	position: relative;
 	width: 760px;
	/*bottom: 48px;*/

}
DIV.line {
	margin-bottom : 2px;
}
Div.RightBox{
	float:right;
}

.Center{
    width: 506px;
	padding-left : 30px;
}



