﻿body 
{
	margin-left : 0px;
	margin-top : 0px;
	background-color :Gray;
	font-family : Arial;
}

#content
{
	width:720px;
	border: solid 1px silver;
	background-color :white;
}

#header
{
	width:720px;
}
#nav
{
	position:relative ;
	top: -30px;
	padding-left : 13px;
}

#nav a
{
	text-decoration : none;
	color:#E8F5C2;
	font-weight :bolder ;
	padding-left : 8px;
	padding-right : 8px;
	font-size : small ;
	
}

#nav2
{
	position:relative ;
	top: 0px;
	padding-left : 13px;
}

#nav2 a
{
	text-decoration : none;
	color:#5A5A5A;
	font-weight :bolder ;
	padding-left : 8px;
	padding-right : 8px;
	font-size : small ;
	
}


#pageContent
{
	width:720px;
}



#leftNav
{
	margin: 15px 15px 15px 15px;
	width : 196;
	font-size : small;
}

#leftNav th
{
	background-color : #E4E5DF;
	text-align : left;
	width:196px;
	height:25px;
	padding: 5px 15px 5px 15px;
	color: #252424;	
	font-size : small;
}

#leftNav td
{
	text-align : left;	
	padding: 0px 15px 0px 15px;
	
}

#leftNav td a
{
	text-decoration : none;
	color: #5A5A5A;	
	font-size : small;
}

#footer
{
	width:700px;	
	height: 67px;
	font-size : small ;
	text-align : left ;
	vertical-align :middle ;
	padding-left : 20px;
}

#footer a
{
	text-decoration : none;
	padding-left : 10px;
	padding-right : 10px;
	font-size : small ;
	
}

