/***[ Tags ]***/
html, body
{
	height: 100%; 	
	text-align: center; 
}
body
{
	background-color: #ffffff;
	padding: 0px;
	margin: 0px;
}
div, td, body, p, span
{
	font-family: verdana, sans-serif, arial, tahoma; 
	font-size: 12px;
	color: #ffffff;
}
/***[ Page's Basics ]***/
#main
{
	width: 800px; 
	text-align: left;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	background-color: #ffffff;
}
#upperheader
{
	width: 800px; 
	height: 29px; 
	background-image: url(images/upperheader.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #2e6fc9;
	margin-bottom: 1px;	
}
#header
{
	width: 800px; 
	height: 202px; 
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #ffffff;
	margin-bottom: 1px;	
}
#contenttitle
{
	width: 800px; 
	height: 27px; 
	background-image: url(images/titlebackground.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #2e6fc9;
	padding:0px;
	margin-bottom: 1px;
}
h1.pagetitle
{
	padding: 6px 0px 0px 20px;
	margin: 1px 0px 0px 0px;
	font-size: 12px;
	color: #ffde27;
}
#menus
{
	width: 800px;
	height: 139px;
}
#navigation
{
	width: 194px; 
	height: 139px; 
	float: right;
	margin-right: 1px;
}
.button
{
	width: 194px; 
	height: 27px; 
	background-image: url(images/button.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #729cd7;
	margin-bottom: 1px;
}
.buttontext
{
	padding: 7px 0px 0px 40px;
	margin: 0px;
}
.link
{
	color:#ffffff;
}
#banner
{
	width: 437px; 
	height: 139px; 
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #729cd7;
	float: right;
	margin-right: 1px;
}
#about
{
	width: 167px; 
	height: 139px; 
	background-color: #2e6fc9;
	float: right;
}
h1.abouttitle
{
	font-size: 10px;
	padding: 7px;
	margin: 0px;
}
p.abouttext
{
	color: #ffffff;
	font-size: 10px;
	padding: 0px 7px 0px 7px;
	margin: 0px;
}
#content
{
	width: 760px;
	_width: 800px;
	min-height: 335px;
	_height: 335px;
	background-color: #729cd7;
	margin-bottom: 1px;
	padding: 10px 20px 10px 20px;
}
.contentborder
{
	border: 1px solid #ffffff;
}
#bottom
{
	width: 800px; 
	height: 27px; 
	background-color: #2e6fc9;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
}
.bottomleft
{
	padding-top: 7px;
	padding-left: 20px;
	float: left;
	color: #ffffff;
}
.bottomright
{
	padding-top: 7px;
	padding-right: 20px;
	float: right;
	color: #ffffff;
}
/*** [ Style ] ***/
a 			{ font-weight:bold; text-decoration:none; color:#ffde27; }
a:hover 	{ text-decoration:underline; color:#ffffff; }
.colored	{ color: #ffde27; }
li			{ padding-bottom: 5px;}
h2 			{ font-size: 12px;}