div, img {position:relative;border:0;}
body,h1,h2,h3,p,quote,small,form,input,ul,li,ol,label {
	margin:0px;
	padding:0px;
}
body {border:0;font-family:sans-serif;background-color:#2B4B6B;width:100%;}
a, a:link, a:visited, a:active, a:hover {text-decoration:none;color:#FFDAA3;}
a:hover {text-decoration:underline;color:#FFF;}
h1{
	font-size:28px;
	font-weight:bold;
	font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
	letter-spacing:1px;
}
h2{
	font-family:"Arial Narrow",Arial,Helvetica,sans-serif;
	font-size:10px;
	font-weight:normal;
	letter-spacing:1px;
	padding-left:2px;
	white-space:nowrap;
	margin-top:4px;
	color:#888888;
}
#main p{
	padding-bottom:8px;
}
.clear{
	clear:both;
}
#main{
	width:800px;
	/* Centering it in the middle of the page */
	margin:60px auto;
}
.container{
	margin-top:20px;
	
	background:#FFFFFF;
	border:1px solid #E0E0E0;
	padding:15px;
	
	/* Rounded corners */
	-moz-border-radius:20px;
	-khtml-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius:20px;
}
.err{
	color:red;
}
.success{
	color:#00CC00;
}

#header {
	height:250px;
	width:100%;
	background-image: url('images/layout4_2_header_2.jpg');
	background-position:center;
	background-repeat: repeat-x;
}
#titleimg {display:block;position:relative;height:250px;width:950px;margin:0px auto;}
#topnav {
	position:absolute;
	height:30px;
	top:0px;
	right:0px;
	padding:5px;
	padding-left:10px;
	color:#FFDAA3;
	background-image: url('images/topnav.png');
}
#topnav a img {top:3px;}
#menubar {
	height:30px;
	width:100%;
	background-color:#000000;
}
#mainmenu {height:30px;width:455px;margin:0px auto;}
.mainmenuitem {font-size:22px;font-weight:bold;color:#0E2A46;padding:0px 5px;}
#body {
/*	background-image: url('images/wall1.jpg'); */
}
#contents {
	min-height:700px;
	width:950px;
	margin:0px auto;
	background-color:#2B4B6B;
}
.bean {padding:5px 75px;color:white;}
.menuTableLeft {
	text-align:left;
}
.menuTableMid {
	text-align:left;
}
.menuTableRight {
	text-align:center;
	background-color:#4B6B8B;
}
#footer {
	height:100px;
	width:100%;
	background-image: url('images/footer.gif');
	background-position:center;
	background-repeat: repeat-x;
}

