div#maincontent {
	color:#314B61;
	width:588px;
	margin:0px 0px 0px 0px;
	padding:0px 20px 0px 0px;
	float:left;
}
div#maincontent li{
	color:#314B61;
	list-style-position: outside;
	list-style-type: square;
}

div#rightstyle1 {
	width:255px;
	height:588px;
	background-image: url("../images/style01.jpg");
	background-repeat:no-repeat;
	float:right;
}
div#rightstyle2 {
	width:255px;
	height:588px;
	background-image: url("../images/style02.jpg");
	background-repeat:no-repeat;
	float:right;
}
div#rightstyle3 {
	width:255px;
	height:588px;
	background-image: url("../images/style03.jpg");
	background-repeat:no-repeat;
	float:right;
}
div#rightstyle4 {
	width:255px;
	height:588px;
	background-image: url("../images/style04.jpg");
	background-repeat:no-repeat;
	float:right;
}
div#rightstyle5 {
	width:255px;
	height:588px;
	background-image: url("../images/style05.jpg");
	background-repeat:no-repeat;
	float:right;
}
div#rightstyle6 {
	width:255px;
	height:588px;
	background-image: url("../images/style06.jpg");
	background-repeat:no-repeat;
	float:right;
}
#maincontent img {
  /* height:100px;
   width :100px;*/
   border: 0px; 
   padding-top: 15px;
   margin: 5px;
}
#submenu {
   width       : 588px;
   padding     : 15px 5px 0px 0px;
   font-size   : 12px;
   color       : #00224C;
   font-weight : bold;     
}
#maincontent #submenu a {
   color:#EC7404;
   
   text-decoration:none;   
}
#maincontent #submenu a:hover {
   color:#00224C;
}
form {
   padding : 0px;
   margin  : 0px;
}
#formdescrip {
   float : left;
   width : 200px;
   font-size:12px;
}
#forminput {
   float : right;
   width : 400px;

}
.inputtxt {
   width:297px;
   border:0px;
   padding:0px;
   margin:0px;
   background-image: url("../images/bg_input.gif");
   background-position: bottom;
	background-repeat:repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
.inputradio{
   border:0px;
   padding:0px;
   margin:0px;
}
.inputtxtarea {
   width:297px;
   height :65px;
   border: 0px;
   background-image: url("../images/bg_txtarea.gif");
   font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
   line-height:16px;	
}
.inputbutton {
   width:100px;
   border : 1px solid #EC7404;
   color:#EC7404;
   background-color: #fff;
}
.clear {
   clear :both;
}
