body
{
	background:url('../images/bg.jpg') #FFF repeat-x 0 0;
	font-family: "Times New Roman";
	height:100%;
}
p
{
	font-family:Verdana, Arial;
	padding:4px;
}
a 
{
	color:black;
	text-decoration:none;
}
a:visited
{
	color:black;
	text-decoration:none;
}
a:hover
{
	color:black;
	text-decoration:underline;
}
a:active
{
	color:black;
	text-decoration:none;
}
#main_wrapper {
	margin:auto;
	width:966px;
}
#left_wrapper {
	float:left;
	width:284px;
}
#left_top {
	background:#0470AA url('../images/topright.jpg') no-repeat 0px 5px;
	border-width: 3px 3px 1.5px 3px;
	border-color: black;
	border-style: solid;
	height:219px;
}
#left_middle {
	background:#0470AA none repeat scroll 0 0;
	border-width: 1.5px 3px;
	border-color: black;
	border-style: solid;
	height:517px;
}
#left_bottom {
	background:#0470AA none repeat scroll 0 0;
	border-color:black;
	border-style:solid;
	border-width:1.5px 3px 3px;
	color:white;
	font-size:10px;
	height:118px;
	text-align:center;
	vertical-align:bottom;
}
#right_wrapper {
	float:right;
	width:671px;
}
#right_top {
	background:#FFC500 none repeat scroll 0 0;
	border-width: 3px;
	border-color: black;
	border-style: solid;
	height:60px;
}
#right_middle {
	background:#ffffff url('../images/header.jpg') no-repeat top right;
	border-width: 3px;
	border-color: black;
	border-style: solid;
	height:205px;
	margin-top:10px;
}
#right_bottom {
	background:#FFFFFF none repeat scroll 0 0;
	border-width: 3px;
	border-color: black;
	border-style: solid;
	min-height:568px;
	height:auto !important;
	height:568px;
	margin-top:11px;
	padding: 0 15px;
}
#nav_wrapper
{
	width:671px;
	margin:auto;
}
.nav_button
{
	color:black;
	cursor:pointer;
	float:left;
	font-family:verdana;
	font-size:11px;
	font-weight:bold;
	margin:9px 2.5px;
	text-align:center;
}

#exec_board
{
	color:white;
	font-family:"Times New Roman";
	font-size:20px;
	margin-top:25px;
	text-align:center;
}

hr
{
	border: 0pt none ; 
	background: rgb(31, 168, 208) none repeat scroll 0% 0%; 
	width: 75%; 
	color: rgb(31, 168, 208); 
	height: 3px;
}
.exec_name
{
	text-align:center;
	color:#FFC500;
	font-family: Tahoma;
	font-size:14.44px;
	margin-top:17px;
}
.exec_title
{
	text-align:center;
	color:#FFF;
	font-family: Tahoma;
	font-size:14.44px;
}
.sub_menu
{
	float:left;
	display:none;
	color:black;
	cursor:pointer;
	float:left;
	font-family:verdana;
	font-size:11px;
	text-align:center;
	position:relative;
	font-weight:bold;
}
.copyright
{
	margin-bottom:auto;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	top:80px;
	vertical-align:bottom;
}