@charset "utf-8";
/* CSS Document */
html, body {height:100%;}

body {
	color:#fff;
	background-color:#214986;
	font:11px Arial, Helvetica, sans-serif;
	margin:0 auto;
	text-align:center;
	padding:0;
	background-image: url(../images/main_bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	}

.clear {clear:both;}

h1, h2, h3, h4, h5, h6 {
	background:url(../images/h-bg.gif) left 30% no-repeat;
	color:#dabe03;
	text-indent:20px;
	margin-bottom:8px;
	margin-top:2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	}
	
p {margin-top:0; margin-bottom:8px;}

p a {
	color:#dabe03;
	font-weight:bold;
	text-decoration:none;	
	}

p a span { text-decoration:underline;}

p img {
	border:2px solid #fff;
	margin-right:8px;
	margin-bottom:8px;
	}


#wrap {
	background-color:#0f2d4f;
	margin:0 auto;
	text-align:left;
	width:637px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #fff;
	border-left-color: #fff;
	}
	
#header {
	background:url(../images/bg-header.jpg) 0 0 no-repeat;
	height:303px;
	vertical-align:top;
	}
	
	#logo {
		height:59px;
		margin-top:15px;
		padding-left:465px;
		}
		
	#welcoming {
		margin-left:295px;
		margin-top:100px;
		width:305px;
		}
		
		p.p1 {
			color:#214986;
			font-family:"Bell MT", Times New Roman, Times, serif;
			font-size:20px;
			font-weight:bold;
			margin-top:0;
			}
		
		p.p1 span {
			color:#a71717;
			text-transform:uppercase;
			}
			
		p.p2 {
			margin-top:0;
			color:#5e5e5e;
			font-size:11px;
			}
	
	#menu { padding-left:2px;}
		
	#menu a {
	background:url(../images/bg-nav.gif) 0 0 no-repeat;
	border:1px solid #1d4a7c;
	color:#fff;
	display:block;
	float:left;
	height:23px;
	margin:2px 2px 0 0;
	padding-top:5px;
	width:123px;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	}

#sidebar form .txtField {
	border:0;
	margin-bottom:3px;
	}
	
#sidebar form .subsBt {
	background:transparent url(../images/bt-subs.jpg) 0 0 no-repeat;
	width:60px;
	height:20px;
	border:0;
	}
