/* CSS Document */
body { 
	font: normal 11px/18px Verdana, Arial, Helvetica, sans-serif; 
	color: #454545; 
	margin: 0px auto 0px auto;  
	text-align: center;  
}

#page{ 
	margin: 0px auto; 
	padding: 5px 0px 0px 0px; 
	width: 700px; 
	background: #FFFFff;
}

h1 {
	color:#FFF;
	font-size: 11px;
	width:706px;
	line-height: 18px;
	padding: 2px;
	margin: 0px auto 5px auto;  
	text-align:center;
	border: 1px solid #636060;
	background: #858182;
}

#left { 
	float: left; 
	text-align:center; 
	padding-top: 15px; 
	width: 164px; 
}

#right { 
	float: left; 
	padding-top: 5px ; 
	width: 533px; 
	text-align:center; 
	background: #FFF;
	border-left: 2px solid #CCC 
}

/* ------------------- #top ------------------- */

#top {
	position:relative;
	height:79px; 
	border-bottom: 2px solid #CCC;
}

#logo {
	float:left;
	margin-left:20px;
}

#nav {
	float:right;
	height:64px;
	width:500px;
	margin:2px 20px 0px 0px;
}

.topNav{
	float:left;
	margin-left:10px;
	float: left;
	height: 60px;
	width:85px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:600;
    background: url(../images/button.gif) repeat-x;
}

.topNav a{ 
	color: #000000; 
	text-decoration: none;
	display:block;
}

#banner	{
	float:left;
}

	
/* ------------------- #content ------------------- */

.content{ 
	padding: 0px 10px; 
	text-align: justify; 
	height:auto; 	
}

.title{
	float:left;
	color: #ffffff;
	height:auto;
	width:240px;
	padding: 10px 10px 0px 10px;
	background: #047C12;
	margin-bottom: 5px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

/* ------------------- #Footer ------------------- */

.clear { 
	clear: both;
}

#footer{
	padding: 5px 0px 10px 0px;
	color: #fff;
	text-align: center;
	font-size: 10px;
	background:#047C12;
}

#footer a { 
	color: #fff;
}

/* ------------------- #Google Ad ------------------- */

#adLong{ 
	padding: 5px 10px; 
	background: #ffffff; 
	height:auto; 
}

#adTop{
	float:right; 
	height: auto;
	width:260px; 
	padding:9px 5px; 
	margin-bottom:5px; 
	background: #ffffff; 
	text-align:center;
}

#adbottom{ 
	padding: 15px 5px 5px 15px; 
	height: auto; 
}

