@charset "UTF-8";
html {
	margin:0;
	padding:0;
	
	background-color: #3b648f;
	background-image: url(../img/layout/background.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
	
	
}

body{
	margin:0;
	padding:0;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

#container{
	
	margin-left:-56px;
	margin-top:3px;
	
}

#body{
	background-color:#FFFFFF;
	margin-top:25px;
	margin-left:auto;
	margin-right:auto;
	width:525px;
	min-height: 800px;
	height:100%;
	
	/*
	filter:alpha(opacity=50);
	-moz-opacity:.5;
	opacity:.5;*/
	
	
	background-image: url(../img/layout/content_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

#navigation{
	color:#FF0000;
	margin-left:150px;
	padding-top:59px;
	
	height:67px;
	
	text-align:center;
	
	font-weight:bold;
	font-size:12px;
	
	
	/*background-color:#003366;*/
}


#logo{
	background-image: url(../img/layout/logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
	
	height:203px;
	width:206px;
	position:absolute;
}

#footer{
	/*background-image: url(../img/layout/footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	*/
}

#designBy{
	font-size:10px;
	color:#666666;
	text-align:center;
}


h1{
	text-align:center;
	font-size:18pt;
}

h2{
	text-align:center;
	font-size:12pt;
}

p{
	padding-left:10px;
	padding-right:10px;
}

a{
	color:#DF281D;
}

table p{
	margin-top:0;
}