/* CSS Document */
html,body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: arial, Helvetica, sans-serif;
	font-size: 14px;
	background: #FFF url("../images/border.jpg") repeat-y center;
}
img { 
	border: none; 
}
a { 
	text-decoration: none; 
	color: #2965a6; 
	font-weight: bold;
}
a:hover { 
	text-decoration: underline; 
	color: #fca00e; 
}
#container {
	width: 890px;
	overflow: hidden;
	text-align: left;
	font: 90% Tahoma, Helvetica, sans-serif;
	margin: 0px auto;
	border-top: 3px solid #6fb2e6;
	border-bottom: 3px solid #ffb93f;
	background: #e5e5e5;
}  
* html #container {
	  overflow: visible;
}
h1 { 
	padding-top: 0;
	margin-top: 0;  
	font: 120% Arial;
	font-weight: bold;
	color: #5c94bf;
}
h2 {
	padding-top: 0px;
	margin-top: 0px;
	font: 110% arial;
	font-weight: bold;
	color: #5c94bf;
}

/*----------------start header--------------------------*/
#header {
	background: url("../images/header.png") no-repeat center;
	height: 120px;
	width: 100%;
	margin: 0 auto;
}
#logo{
	padding-top: 30px;
	margin: 0 auto;
	width: 890px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 850px;
}
html>body #logo { 
	width: 850px 
}  /* for opera */

#logo a:hover {
	text-decoration: none;
}
#logo a {
	float: left;
	background: url("../images/logo.png") no-repeat 0px 0px;
	width: 317px;
	height: 85px;
}
/*#######################################*/

/*---------- Navigation Menu ----------*/
#navcontainer {
	padding-top: 30px;
	padding-left: 15px;
	min-height: 380px;
	float: left;
	overflow: hidden;
	width: 180px;
}
* html #navcontainer {
	height: 380px; 
	overflow: visible;
}
.nav {
	width: 170px;
	position: relative;
	list-style-type: none;
	margin: 0;
	padding: 0px;
	font-size: 105%;
}
.nav li {
	text-align: left;
	margin: 3px 1px;
	padding: 0;  
}
.nav li a {
	border: 1px solid #52a3e2;
	display: block;
	padding: 4px 0 4px 10px;
	background: #6fb2e6;
	color: #e5ffff;
	font-weight: bold;
	text-decoration: none;
	width: 170px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 160px; 
}
.nav li a:hover {
	background: #ffb93f;
	color: #949494;
	font-weight: bold;
	cursor: pointer;
}
.advert{
	width: 160px;
	padding: 5px;
	background: #fff;
	border: 1px solid #c8c8c8;
}

/*---------- Footer ----------*/
#footer {
	height: 30px;
	margin: 0 auto;
	padding: 10px 0 10px 0;
	font-size: 80%;
	text-align: center;
	color: #6a6666;
	width: 890px;
	background: #fff;
}
#footertextleft{
	margin-left: 10px;
	text-align: left;
	width: 350px;
	float: left;
}
#footertextright{
	margin-right: 10px;
	text-align: right;
	width: 450px;
	float: right;
}
/*############################################*/

/*------------------------------start content-------------------------------*/
#content{
	float: right;
	width: 690px;
	background: #fff url(../images/nav-edge.jpg) repeat-y;
	padding-bottom: 40px;
	min-height: 380px;
}
* html #content {
	height: 380px; 
	overflow: visible;
}
#maincontent {
	float: left;
	float: right;
	padding: 30px 20px 0px 20px;
	overflow: hidden;
	/*width: 450px;*/
	width: 680px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	/* width: 410px; */
	width: 640px;
}
.mainheading {
	font-weight: bold;
	font-size: 123%;
}
.underline{
	padding-bottom: 3px;
	width: 230px;
	border-bottom: 2px solid #ffb93f;
}
.underline2{
	padding-bottom: 3px;
	width: 360px;
	border-bottom: 2px solid #ffb93f;
}
#maincontent ul{
	list-style-image: url(../images/bullet.png)
}
.tdHead {
	text-align: center;
	font-weight: bold;
	border-top: 1px solid #405F91;
}
.tdBorder {
	border-top: 1px solid #CCCCCC;
	vertical-align: top;
}
.tdBottom {
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #405F91;
	vertical-align: top;
}
.remark {
	color: #FF0000;
	text-decoration: underline;
}
.trForm {
	height: 40px;
}
.btnSubmit {
	border: 1px solid #52a3e2;
	display: block;
	padding: 4px 10px 4px 10px;
	background: #6fb2e6;
	color: #e5ffff;
	font-weight: bold;
}
.btnSubmit:hover {
	background: #ffb93f;
	color: #949494;
	font-weight: bold;
}
.btnSubmit2 {
	border: 1px solid #CC6600;
	display: block;
	padding: 4px 10px 4px 10px;
	background: #CC6600;
	color: #e5ffff;
	font-weight: bold;
}
.btnSubmit2:hover {
	background: #ffb93f;
	color: #949494;
	font-weight: bold;
}


#headerP {
	height: 180px;
	width: 100%;
	margin: 0 auto;
}
#logoP a {
}
#contentP{
	float: right;
	width: 890px;
	background: #fff url(../images/nav-edge.jpg) repeat-y;
	padding-bottom: 40px;
	min-height: 380px;
}
* html #contentP {
	height: 380px; 
	overflow: visible;
}

.padLI {
	padding-bottom: 10px;
}
.padP {
	padding-left: 25px;
}