* { margin: 0; padding: 0; outline: 0 }

body {
	background: #000 url(images/background.jpg);
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:19px;
	color: #555; 
	text-align: center;
	margin: 0 0 50px 0;
}

/* links */

a {	
	color: #1A5AA2;
	background: inherit;
	text-decoration: underline;	
}

a:hover {
	color: #27241e;
	background: inherit;
	text-decoration: none;	
}

a:visited {	
	color: #551a8b;
	background: inherit;
	text-decoration: underline;	
}

/* headers */
h1, h2, h3 {
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
	color: #444;
}
h1 {
	font-size: 15px;	
	font-weight: normal;
	color:#27241e;
	font-weight:bold;
	padding-top:20px;
}

h1 a {
	font-size: 15px;	
	font-weight: normal;
	color:#1A5AA2;
	font-weight:bold;
}

h3 {
	font-size: 150%;	
	font-weight: normal;	
}

#a {
	position: relative;
	background: #fff;
	width: 800px;	
	margin: 50px auto 0 auto;
	text-align: left;
	border-top:15px solid #fff;
}
#b {
	background: #1a5aa2 url(images/head-bg.jpg) bottom center no-repeat;
	width: 770px;	
	height: 290px;	
	padding: 0;	
	margin: 0px auto;
}
#b h2 {
font-size:250%;
color:#f5cc40;
line-height:50px;
text-indent:10px;
}
#b h2 a, #b h2 a:visited {color:#cccccb;}
#b h2 a:hover {text-decoration:normal; color:#fff;}
#c {
	background: #fff;
	clear: both;
	width: 770px;	
	padding: 0; 			
	margin-left: 15px;	
}

/* header-photo */
#header-photo {
	clear: both;
	background: #fff;
	margin: 5px auto;
	padding: 0;		
	height:206px; 
	width: 770px;
}
#header-photo img {
	border: none;
	margin: 0; padding: 0;
} 

/* Main Column */
#d {
	float: left;
	width: 450px;
	padding: 15px 0 0 0; margin: 0 0 0 10px;
	display: inline;	
}
#d p {
margin:10px 0px;
height: auto;
overflow: hidden;
}

#d hr {
background: #1A5AA2;
color: #1A5AA2;
height: 1px;
}


#d p img {
margin-right:10px; 
float:left; 
text-align:left;
}



/* Sidebar */	
#e {
	float: right;
	width: 280px;
	padding: 0 0 0 0; margin: 0;		
}	
#e h3 {
	margin-top: 10px;
	padding: 5px 5px; 
	font: normal 1.6em 'Trebuchet MS', Tahoma, Sans-serif;	
	color: #27241e; 			
}
#e ul {
	text-align: left;
	margin: 7px 10px 8px 0px;
	padding: 0;
	text-decoration: none;		
}
#e ul li {
	list-style: none;
	border-bottom: 1px solid #EBEBEB;
	padding: 3px 0 3px 3px;
	margin: 0 2px;		
}
* html body #e ul li {
	height: 1%;
}
#e ul li a {
	text-decoration: underline;
	background-image: none;	
	color: #1A5AA2; 		
}
#e ul li a:hover {	
	color: #27241e;	
	text-decoration: none;		
}

#e ul li a:visited {	
	color: #551a8b;
	background: inherit;
	text-decoration: underline;	
}
#e ul ul { margin: 0 0 0 3px; padding: 0; }
#e ul ul li { border: none; }

/* footer */

#f {
	clear: both;
	color: #fff;
	background:#1A5AA2;	
	margin: 0 auto; 
	width: 740px;
	padding: 10px 15px;
	height:20px;
	text-align: left;
	border-bottom:15px solid #fff;
}
#f  a {
	color: #976834;
}
#f p {display:inline; float:right; line-height:19px;}
#f ul {display:inline; line-height:19px;}
#f ul li {display:inline; padding:0px 8px;}

#g {
	clear: both;
	color: #fff;
	background:#1A5AA2;	
	margin: 0 auto; 
	width: 740px;
	padding: 10px 15px;
	text-align: left;
}
#g  a {
	color: #F5CC40;
}
#g ul {display:inline}
#g ul li {display:inline; padding:0px 8px;}
.clear { clear: both; }

.xw {padding:20px;}


