@charset "utf-8";
body {
	background-color: #1d7fb6;
	background-image: url(../../pics/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:0px;
	padding:0px;

}

div,p, td {padding: 0px; margin: 0px;}

/************************************************************/
/***********general style *********/
/************************************************************/
p {
  padding: 5px;
}
a {
  color: #0224b2;
}
a:hover {
  color: #f62a37;
}
ul, ol {
  margin: 5px 0;
  text-align: left;
}
li {
  margin: 3px 20px;
}
hr {
  color: #333333;
  background: #333333;
  width: 100%;
  height: 1px;
  border: 0;
}
input.textbox, select, option, textarea {
  font: 11px Arial, Verdana, Helvetica, sans-serif;
  color: #333333;
  border: 1px solid #7f9db9;
  background: #ffffff !important;
}
option {
  border: 0;
}
.required, .error {
  color: #cc0000;
}
.formerror {
  width: 300px;
  margin: 5px 237px;
  color: #cc0000;
  border: 1px solid #cc0000;
  background: #ffeeee;
}
.hidden {
  display: none;
}

/**************************************************************
                          PAGE LAYOUT
**************************************************************/
#WholePage 
{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 0px;
	
	height:500px;

}
.light_button{
	background-image:url(../../pics/light_button_bg.png);
	width:120px;
	height:75px;
	font-size:12px;
	font-weight:bold;
	background-repeat: no-repeat;
	background-position: center top;
	text-align:center;	
}
.light_button a{
margin-top:20px;
color:#000000;
text-decoration:none;
}
.light_button a:hover{
color:#000000;
text-decoration:underline;
}

#LeftMenu{
	float: left;
	width: 250px;
	padding-top:30px;

}
#LeftMenu ul{
list-style:none;

font-size:14px;
font-weight:bold;
text-align:right;
margin-right:30px;
margin-left:0px;
}
#LeftMenu ul li
{
	margin:0px;
	padding-top:10px;
	padding-bottom:15px;
	background-image:url(../../pics/sep.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#LeftMenu a{
color:#FFFFFF;
text-decoration:none;
}

#MainContent{
	float: right;
	width: 750px;
}

#ContentContainer{
text-align:left;
width:695px;
}

#Footer{
text-align:center;
font-size:11px;
}
#Footer a{
color:#003300;
}

