/* CSS Document */

body				{  
	background-color: #3F3F3F;
	background-image: url(../Images/background.png);
	background-repeat: repeat-x;	
	font-family: Verdana, sans-serif; 
	font-size: 12px; 
	font-style: normal; 
	font-weight: normal; 
	font-variant: normal; 
	line-height: normal; 
	text-align: justify; 
	text-decoration: none; 
	margin-top: 0px; 
	margin-right: 0px; 
	margin-bottom: 0px; 
	margin-left: 0px; 
	color: #999999;
	height: 800;
}
.main {
	width: 800px;
	align: center;
}
.content {
	background-color: #FFFFFF;
	height: 400px;
	vertical-align: top;
}
.content_left {
	font-family: Verdana;
	font-size: 14px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	color: #535353;
	padding-left: 10px;
}
.content_left a {
	font-family: Verdana;
	font-size: 14px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	color: #535353;
}
.content_left a:hover {
	font-family: Verdana;
	font-size: 14px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
	text-decoration: underline;
	color: #535353;
}
.content_title {
	font-family: Verdana;
	font-size: 15px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #3F3F3F;
	text-align: left;
	text-indent: 10pt;
	vertical-align: middle;
	width: 100%;
	padding-left: 0px;
}
.head {
	width: 800px;
	align: center;
}
.head_title {
/*	background-image: url(../Images/title.png);
	background-repeat: no-repeat;*/
	height: 90px;
	width: 630px;
	vertical-align: middle;
	padding-left: 15px;
	background-position: left center;
}
.head_logo {
/*	background-image: url(../Images/logo.png);
	background-repeat: no-repeat;*/
	height: 90px;
	width: 170px;
	vertical-align: middle;
	padding-left: 15px;
	background-position: right center;

}

/* Menu Styles ----------------------------------------------- */

.menu {
	width: 130px;
	align: center;
/*	border: 1px solid #999999;	*/
	background-color: #3F3F3F;
	vertical-align: top;
}
.menu_spacer {	
	height: 40px;
}
.menu_greyleft {
	font-family: Verdana;
	font-size: 14px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	vertical-align: middle;
}
.menu_greyleft a{
	font-family: Verdana;
	font-size: 14px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #F2F2F2;
	text-decoration: none;
	text-align: left;
	vertical-align: middle;
	background-color: #3F3F3F;
}
.menu_greyleft a:hover {
	font-family: Verdana;
	font-size: 14px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	vertical-align: middle;
	background-color: #303030;
	height: 20px;
	width: 120px;
	text-indent: 1pt;
}