/* CSS Document */
body{
	text-align:center;
	margin-left:0px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	background:#000000;
}
#pagebackground {
	position:relative;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
#wrapper {
	margin:0px auto;
	width:900px;
}
#header {
	width:900px;
	height:347px;
}
#header_top {
	width:900px;
	height:54px;
	background:url(images/header_top.jpg) no-repeat top;
}
#header_middle {
	width:900px;
	height:163px;
	background:url(images/header_middle.jpg) no-repeat top;	
}
#header_bottom {
	width:900px;
	height:130px;
	background:url(images/header_bottom.jpg) no-repeat top;	
}
#menu {
	width:900px;
	height:30px;
	background:url(images/menuBG.jpg) no-repeat top;
}
#menu_area {
	width:662px;
	height:30px;
	float:left;
	color:#FFFFFF;
}
#login {
	float:right;
	width:222px;
	height:30px;
}
.image_link {
	border:none;
}
#shell {
	float:left;
	width:900px;
	background:url(images/shell_repeat.jpg) repeat-y top;
}
#shellBG {
	width:900px;
	min-height:271px;
	_height:271px;
	background:url(images/shellBG.jpg) no-repeat top;
}
#contactus {
	float:left;
	width:212px;
	padding: 0 0 0 46px;
}
#contactus .Normal {
	font-size: 12px !important;
	font-family: "Century Gothic", "Times New Roman", Verdana, Arial !important;
	line-height: 19px !important;
}
#content_text {
	float:right;
	width:568px;
	text-align:left;
	padding-top:15px;
	padding-left:20px;
	padding-right:45px;
}
#content_text ol li ul li{
list-style-type:square;
}

#content_text ol{
	color: #000000;
	font:12px Verdana,Arial,Sans-Serif;	
	line-height:1.5;
	margin-left:-20px;
}

#content_text ul{
	list-style-type:square;
	color: #000000;
	font:12px Verdana,Arial,Sans-Serif;	
	line-height:1.5;
	margin-left:-25px;
}
#content_text p{
 font:Normal 12px Verdana,Arial,Sans-Serif;
 color:#000000;
 line-height:1.5;
}

#content_text h2{
	font-family:Verdana,Arial;
	 color:#000000;
	line-height:1.5;
}
#content_text h3{
	 color:#000000;
	font-family:Verdana,Arial;
	line-height:1.5;
}
#content_text h4{
	font-family:Verdana,Arial;
	line-height:1.5;
	color:#000000;
}
#content_text h5{
	font-family:Verdana,Arial;
	 color:#000000;
	line-height:1.5;
}
#content_text a{
	font-family:Verdana,Arial;
	color:#000000;
}

#content_bottom {
	width:900px;
	height:30px;
	background:url(images/content_bottom.jpg) no-repeat top;
}
#footer {
	width:900px;
	height:30px;
	color:#ffffff;
	font:normal 11px Verdana;
	clear: both;
}
#footer_text {
	width:900px;
	color:#ffffff;
	font:normal 11px Verdana;
}
.admin{
 	color:#ffffff;
	font:normal 11px Verdana;
}

#footer_text a{
color:#ffffff;
}

#footer_text a:hover{
color:#ffffff;
text-decoration:underline;
}

#clear {clear:both;}
.clear {clear:both;}

/*INNER PAGE*/
#header_top_inner {
	width:900px;
	height:54px;
	background:url(images/header_top_inner.jpg) no-repeat top;
}
#header_middle_inner {
	width:900px;
	height:163px;
	background:url(images/header_middle_inner.jpg) no-repeat top;	
}
#header_bottom_inner {
	width:900px;
	height:130px;
	background:url(images/header_bottom_inner.jpg) no-repeat top;	
}
#title {
float:left;
width:573px;
text-align:left;
padding-top:15px;
padding-left:20px;
padding-right:45px;
font-size:30px;
}

/* Menu implementation */
#MainMenu {
	margin: 0px 30px 0px 50px;
	padding:0px 0px 0px 0px;
	text-align:center;
}

#MainMenu ul {
	margin:5px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	height:20px;
	z-index:95;
}

#MainMenu ul li {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	list-style:none;
	float:left;
	display:inline;
	height:20px;
	position:relative;
	z-index:96;
}

#MainMenu ul li a {
	line-height:32px;
	padding:4px 0px 4px 15px;
	margin:0px 0px 0px 0px;
	color:#ffffff;
	font:normal 14px Verdana;
	text-transform:lowercase;
}

#MainMenu ul li a:hover {
	color:#00eaff;
	text-decoration:none;
}

#MainMenu ul li a img {
	padding:0px 20px 0px 10px;
	vertical-align:middle;
	margin:0px 0px 0px 0px;
}

#MainMenu ul li ul {
	position: absolute;
	height:auto;
	width: 158px;
	padding: 0px 0px 14px 0px;
	margin: 5px 0px 0px 0px;
	display: none;
	z-index: 99;
	background: url(images/menubottom.gif) bottom no-repeat ;
}

#MainMenu ul li ul li {
	float:none;
	padding:0;
	display: block;
	height:auto;
	background-color:#000000;


}

#MainMenu ul li ul li a {
	padding: 4px 2px 2px 0px;
	margin: 0px 0px 0px 0px;
	font:normal 13px Verdana, sans-serif;
	color: #FFFFFF;
	text-align: center;
	display:block;
	text-transform: none;
	top: 0px;
	height:auto;
	background-color:#000000;
	
}

#MainMenu ul li ul li a:hover {
	color:#ffffff;
	background: #338380;
	text-decoration: none;
}

.SelectedTab {
	font-weight: normal !important;
	font-family: inherit !important;
	font-size: inherit !important;
}