/* CSS Document */


body {
	font-family: Arial, Helvetica, sans-serif;
	margin:0;
	margin-top:5px;
	margin-bottom:5px;
	padding: 0;
	width:100%;
}

.outerwrap{
	width:760px;
	margin: 0 auto;
}
.innerwrapper{
		width: 750px;
		height:auto;
		margin: 0 auto;
		background:url(images/inner_bg.jpg) repeat-y;
}
#header{
	width:750px;
	height: 291px;
	background-image:url(images/header.jpg);
}
	#menu{
		width:681px;
		height:53px;
		float:right;
		margin-top:230px;
		margin-right:5px;
	 background:url(images/menu_bg.gif) no-repeat top;
	}
	#menu ul li{
		display:inline;
         padding:0;
		 line-height:15px;
		 margin-top:1.0em;
		  
	}
	#menu li a{
		display:block;
	    float:left;
		text-align:center;
		text-decoration:none;
		font-family:Verdana, Arial, Helvetica, sans-serif;
	    font-size:12px;
	    font-weight:bold;
	    border-right:#33CCFF thin inset;
		padding:0.5em;
	    color:#FFFFFF;
		}
	#menu li a:hover{
		color:#66FFFF;
		text-decoration:underline;
		font-weight:bold;
	}
.contentwrapper{    /*any css content iniside the content wrapper should 
                         be place between the content_wrapper and the footer */ 
		width:750px;
		height:auto;
}
	#left{
		float:left;
		width: 160px;
		height:auto;
		padding:0.2em;
		}
	#center{
		width:380px;
		height:auto;
		float:left;
		padding:0.2em;
	}
	#right{
		width:160px;
		padding:-0.2em;
		height:auto;
		float:right;	
	}
	#title{
			font-family:Arial, Helvetica, sans-serif;
		    font-size:12px;
			font-weight:bold;
			text-align:center;
			padding-top:0.3em;
			margin-left:5px;
			color:#00FFFF;
			width:148px;
			height:30px;
			background:url(images/bgleft.jpg) no-repeat;
		}
	 #title2{
	 		font-family:Arial, Helvetica, sans-serif;
		    font-size:14px;
			font-weight:bold;
			text-align:center;
			padding-top:0.5em;
	 		width:400px;
			height:30px;
			color:#FFFFFF;
			background:url(images/centerbg.gif) no-repeat top right;
	  }
	  #center_content{
	  		height:auto;
			width:400px;
			border:thin #0099FF solid ;
	   }
	   		#center_content fieldset{
				font-family:Arial, Helvetica, sans-serif;
		    	font-size:12px;
				text-align:justify;
				padding:0.9em;
				height:auto;
			    border:thin #FFFFFF;
				margin:10px;
				background:url(images/c_content.gif) repeat-y;
			}
			#home{
				 padding: 5px 5px 5px 5px;
                 background: #66CCFF url(images/shadow.gif) bottom repeat-x;
				 margin-right:5px;
				 border-right: #CCCCCC thin inset;
			}
			#sel{
				width:60%;
				display:block;
				float:right;
			}
			form.niceform div {
			  width:320px;
			  height:30px;
			  margin-left: 0px;
			  border-bottom:none;
			  padding:0;
			}
			form.niceform div span{
			 display:block;
			 position:relative;
			 float:left;
			 text-align:left;
			 width:120px;
			}
			form.niceform fieldset ol {
			  margin: 0;
			  padding: 0;
			}
			form.niceform fieldset {
			  height:auto;
			  border:none;
			
			}
			form.niceform fieldset legend{
			  font-size:14px;
			  font-weight:bold;
			  color:#3399FF;
			  }
		 #left_content{
		 	padding:0.9em;
			background:url(images/centerleft.gif) right repeat-y;
			height:auto;
	   		font-family:Arial, Helvetica, sans-serif;
		    font-size:11px;
			text-align:justify;
		}
	    #right_content{
		    padding:0.9em;
	   		background:url(images/centerleft.gif) right repeat-y;
			height:auto;
			font-family:Arial, Helvetica, sans-serif;
		    font-size:11px;
			text-align:justify;
	   }
	   #right_content ul li{
	   		list-style:url(images/ico.gif);
			/*padding:0 1.0em 0 0.3em;*/
			text-align:left;
			line-height:18px;
			display:list-item;
			margin-top:-3px;
			margin-left:-9px;
			margin-bottom:4px;
		}
		#right_content li a{
			text-align:left;
			color:#000000;
			text-decoration:none;
			font-variant:small-caps;
			font-weight:bold;

		}
		#right_content a:hover{
			text-decoration:underline;
			color:#0099FF;
			font-weight:bolder;
		}
.footer{
	height:77px;
	width:620px;
	float:left;
	background:url(images/footerbg.gif) repeat-x;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:0.2em 0 0.1em 0.1em;
}
	#footerleft{
		 height:77px; 
		 width:17px; 
		 background:url(images/footerleft.gif) no-repeat top right; 
		 float:left;
		 margin-left:45px;
	}
	#footerright{
		 height:77px; 
		 width:17px; 
		 background:url(images/footerright.gif) no-repeat top left; 
		 float:left;
	}

.clearing {
		clear:both;
	    height:30px;
}
	  
