
html, body{
	margin:0;
	padding:0;
	font-family:Verdana, Helvetica, sans-serif;
	background-color : #9999CC;
	background-image : url(../images/bgmain.jpg);
	background-repeat : repeat-x;
	color:#000000;
}
/* Structure
***********************************************/

#container{
	margin-left:auto;
	margin-right:auto;
	width:800px;
}

ul {
	font-size:70%;
	font-weight : normal;
		
}
li {
	
	}

IMG {
	border:0px;
}
.red {color:#FF0000;
	
}
/* Header
***********************************************/
#logo {
	position: relative;
	float:left;
	width:800px;
	
}

a.inpagelink:link {color: #00007A;text-decoration: none;font-weight:bold;}
a.inpagelink:visited {color: #00007A;text-decoration: none;font-weight:bold;}
a.inpagelink:hover {color: #00007A;text-decoration: underline;font-weight:bold;}
a.inpagelink:active {color: #00007A;text-decoration: none;font-weight:bold;}

/* Center part
***********************************************/
#topnav a:link {font-family:Verdana;font-size: 10pt;text-decoration: none;color:#00007A;}
#topnav a:visited {font-family:Verdana;font-size: 10pt;text-decoration: none;color:#00007A;}
#topnav a:hover {font-family:Verdana;font-size: 10pt;text-decoration: underline;color:#00007A;}
#topnav a:active {font-family:Verdana;font-size: 10pt;text-decoration: none;color:#00007A;}
.nolink {font-family:Verdana;font-size: 10pt;color: #000000;}

#container-inner {
	position:relative;
	float:left;
	width: 800px;
	background-image : url(../images/bg.jpg);
}

#topnav {
	position: relative;
	float:left;
	padding-top:45px;
	padding-bottom:4px;
	padding-left:18px;
	font-size: 10pt;
	width:550px;
}
#leftnav {
	position: relative;
	float:left;
	font-size: 10pt;
	padding-left:54px;
	background-image : url(../images/bg_nav.jpg);
	width:141px;
}
#navspacer {
	position: relative;
	float:left;
	background-image : url(../images/nav_spacer.jpg);
	height:99px;
	width:195px;
}
#navbottom {
	position: relative;
	float:left;
}

#contentimage {
	position: relative;
	float:right;
	width:227px;
}
#content{
	position:relative;
	float:left;
	text-align:left;
	padding-left:10px;
	padding-right:35px;
	width:540px;
	
}
		#content h1{
			font-size:100%;
		}
		#content h2{
			font-size:70%;
			font-weight : normal;
	
}
/* Bottom
***********************************************/
#bottom {
	position: relative;
	float:left;
	font-size:70%;
	height:89px;
	padding-left:40px;
	padding-top:115px;
	width:760px;
	background-repeat : no-repeat;
	text-align:center;
}
#bottom a:link {font-family: Arial, Helvetica, sans-serif;color: #666666;text-decoration: none;}
#bottom a:visited {font-family: Arial, Helvetica, sans-serif;color: #666666;text-decoration: none;}
#bottom a:hover {font-family: Arial, Helvetica, sans-serif;color: #000066;text-decoration: underline;}
#bottom a:active {font-family: Arial, Helvetica, sans-serif;color: #666666;text-decoration: underline;}

#footer {
	position:relative;
	float:left;
	height:28px;
	padding-left: 5px;
	padding-top:125px;
	font-size: 70%;
	text-align:left;
	color:#666666;
	
}
#thelast {
	position:relative;
	float:left;
	width:800px;
	background-image : url(../images/bg_footer.jpg);
	background-repeat : repeat-x;
}

/* Form
***********************************************/
#ctform {
	postion:relative;
	float:left;
	width:308px;
}
#ctupper {
	postion:relative;
	float:left;
	width:308px;	
}
.ctinleft {
	postion:relative;
	float:left;
	width:60px;
}
.ctinright {
	postion:relative;
	float:left;
	width:248px;
}
#ctlower {
	postion:relative;
	float:left;
	width:308px;	
	
}
.frmlabel {
	postion:relative;
	float:left;
	width:110px;
	height:25px;
	text-align:right;
	padding-right:5px;
	
}
.frminput {
	postion:relative;
	float:left;
	text-align:left;
	height:25px;
	width:193px;

}
.bodyTextForm {
	font-family: Arial;color: #000000;font-size: 10pt;
}
