/* All Layout
-------------------------------------------------*/
body,div,ul,ol,li,h1,h2,h3,h4,h5,h6,p,th,td
{
	margin: 0;
	padding: 0;
	
}

img{
	border: 0;
}

address,caption,em,strong,th{
	font-style: normal;
	font-weight: normal;
}

h1,h2,h3,h4,h5,h6{
	font-size: 100%;
	font-weight: normal;
}

body {
	font-size: 62.5% ;
	line-height: 1.5em;
	color: #393939;
	background: transparent url("../images/body-bg.png") repeat;
	text-align: center;
}

* html body {
	font-size: 75%;
}

a:link {color: #cd524f;}
a:active {color: #ffcc00;}
a:visited { 
	color: #cd524f;
	text-decoration: none;
}
a:hover {color: #ffcc00;}

/* container
-------------------------------------------------*/
h1{
	display:none; 
}
h2{
	font-weight: bold; 
	font-size: 130%; 
	color: #0F8821; 
	text-align: center; 
	margin-top: 10px;
}

#header {
	background-color: #D0E8DF;
	margin: 0;
	padding: 0;
	}
#eg{
	color: #79B30B;
	text-align:right;
	font-size: 130%;
	margin-right:20px;}
ul#nav{
	margin:0;
	padding:0;
	list-style-type:none;
	position:relative;
	display:block;
	height:36px;
	font-size:120%;
	font-weight:bold;
	background:transparent url("../images/bgOFF.gif") repeat-x top left;
	border-bottom:4px solid #336666;
	border-top:1px solid #C0E2D4;}
ul#nav li{
	display:block;
	float:left;
	margin:0;
	pading:0;}
	
ul#nav li a{
	display:block;
	float:left;
	color:#874B46;
	text-decoration:none;
	padding:12px 20px 0 18px;
	height:24px;
	background:transparent url("../images/bgDIVIDER.gif") no-repeat top left;}
ul#nav li a:hover{
	background:transparent url("../images/bgHOVER.gif") no-repeat top left;}
ul#nav li a.current,ul#nav li a.current:hover{
	color:#fff;
	background:transparent url("../images/bgON.gif") no-repeat top right;}
#link{
	font-size: 120%;}	
caption{
	line-height:1.5em;
	text-align:left; 
	background-color:#2D96FF; 
	color:white;
	width: 720px;
	text-indent:1em;
	}	
table {
	table-layout:fixed;
	width: 720px;
	font-size: 100%;
	}
table a{text-decoration: none;}
table td {
  padding: 4px 6px;
}

ul#footer{
	margin:0;
	padding:0;
	list-style-type:none;
	position:relative;
	display:block;
	height:36px;
	font-size:120%;
	font-weight:bold;
	}
ul#footer li{
	display:block;
	float:left;
	margin:0;
	pading:0;}
ul#footer li a{
	display:block;
	float:left;
	color:#874B46;
	text-decoration:none;
	padding:12px 20px 0 18px;
	height:24px;
	}
#container{text-align:left}

#container{
	background-color: #F2F2F2;
	width:720px;
	margin:0 auto}
#wrapper{ 
	width: 100%; }