@import url(print.css) print, handheld;

body.custom {
	background-color: #003366;
}

.custom #container {
	background-color:#FFFFFF;
}

.custom #container {
	
    margin-top: 1em;
    margin-bottom: 2em;
    padding: 0.2em;
    background: #999999;
    border: 0.1em solid	#000;
}

.custom #page {
    background: #fff;
}

.custom #logo {
	display:none;
}

.custom #tagline {
	display:none;
}	

.custom #header {
	background-image:url(images/header.jpg);
	background-repeat: no-repeat;
	background-position:right;
	height:173px;
	padding:0;
}

.custom #footer {
	margin-top:10px;
}




.wp-caption { 
-moz-border-radius-bottomleft:3px;
-moz-border-radius-bottomright:3px;
-moz-border-radius-topleft:3px;
-moz-border-radius-topright:3px;
background-color:#F3F3F3;
border:1px solid #DDDDDD;
margin:10px;
padding-top:4px;
text-align:center;
}

.custom p.wp-caption-text {
font-size:11px;
line-height:17px;
margin:0;
padding:0 4px 5px;
}

.custom h1.entry-title, .custom h2.entry-title, .custom .headline_area h1 {
	font-weight: bold;
}

.custom div.entry-content>h2, .custom div.format_text>h2 {
	font-size: 1.5em;
	font-weight: bold;
	margin:.5em 0 .5em 0;
}	
.custom div.format_text>h3 {
	font-size: 1.2em;
	font-weight: bold;
	margin:.4em 0 .4em 0;
}	

.custom .alignleft {
	float: left;
}

.custom .alignright {
	float: right;
}



/* #############  NAV STYLES  ##############*/

.custom .menu ul a {
width:15em;
}

/* #############  Table STYLES  ##############*/

.custom table {
margin-bottom:20px;
}