/* COMMON STYLE */
body {
	background: #fff;
	color: #000;
	font-family: verdana,arial,sans-serif;;
	
}

body#bd { 
	color: #333333; 
}

#wrapper { 
	width: 760px;
	margin: 0 auto;
}

#logo { 
	width: 760px;
	margin: 0 auto;
	padding:3px 5px 2px 5px;
	display:block;
	height: 100px;
}


#contentwrap {
	background: url(../images/page_background.jpg);
	line-height: normal;
	position: relative;
	margin-bottom: 0px;
}

#content {

	line-height: normal;
	margin-bottom: 10px;
	margin-left:20px;
	margin-right:20px;
	padding-bottom: 10px;
}
.contentbox {
	background: url(../images/table_bk.jpg);
	line-height: normal;
	margin-bottom: 30px;
	padding-bottom: 10px;
}


#footer {
	margin:0;
	padding:0;
	white-space:nowrap;
	list-style-type:none;
	width:760;
	display:block;

	font-size:10px;
	font-weight:bold;
	background:#c8d7e3;

	border-top:2px solid #99afc4; 
	border-bottom:1px solid #99afc4;
}





/*MENU CSS */
ul#menu{
	margin:0;
	padding:0;
	white-space:nowrap;
	list-style-type:none;
	width:760;
	display:block;
	height:20px;
	font-size:10px;
	font-weight:bold;
	background:#c8d7e3;

	border-top:2px solid #99afc4; 
	border-bottom:1px solid #99afc4;
}

ul#menu li{
	display:block;
	float:left;
	margin:0;
	pading:2;
}
	
ul#menu li a{
	white-space:nowrap;
	display:block;
	float:left;
	color:#293d6b;
	text-decoration:none;
	font-weight:bold;
	padding:3px 10px 2px 10px;
	border-right:1px solid #99afc4;
}
	
ul#menu li a:hover{
text-decoration:underline;
}

ul { 
list-style-image: url("../images/arrow.gif") ;
border-left:10px ;
}


/*Typo*/
h1{ 
	color:#000; 
	white-space:nowrap; 
	font-size:25px;
	font-weight:normal; 
}

h2{ 
	color:#fff; 
	background:#3C5F84; 
	white-space:nowrap; 
	font-size:10px;
	font-weight:bold;
	padding:5px 0px 5px 10px;
	border-right:1px solid #99afc4;
}

h3{ 
	
	padding: 8px 10px 8px 36px;
	
	background:  url(../images/arrow.gif) 10px 50% no-repeat;
	color:#5D82A8; 
	white-space:nowrap; 
	font-size:10px;
	font-weight:bold;

}


p{
	padding:5px 0px 5px 10px;
	color:#000; 
 	font-size:10px;
	font-weight:normal;
}
p.footer{
	padding:0px 10px 0px 10px;
	color:#000; 

	font-weight:bold;font-size:11px;color:#293d6b;
}

/*forms*/
form {

 padding: 15px;
}

/* HTML TAGS */







label.error { 
				width:100%; 
				background:#ee0101;
				color:#fff;
				width:50px;
				font-family:tahoma;
				font-size:11px;
				border:2px solid #ddd;
				box-shadow: 0px 0px 6px #000;
				-moz-box-shadow: 0px 0px 6px #000;
				-webkit-box-shadow: 0px 0px 6px #000;
				padding:4px 10px 4px 10px;
				border-radius: 6px;
				-moz-border-radius: 6px;
				-webkit-border-radius: 6px;
				vertical-align: top;
					} 

/* CLASSES */

/*misc*/
.floatright { float: right; }

