body {
	margin: 0px;
	padding: 0px;
	background: #ffffff url(../images/img01.gif) repeat-x left top;
	font: 13px Arial, Helvetica, sans-serif;
	color: #041373;
}

h1, h2, h3 {
	margin-top: 0px;
}

h1 {
	font-size: 2.4em;
}

h2 {
	font-size: 1.8em;
	color:#ea5b38;
}

h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1.3em;
	color:#ea5b38;
}


p, ol, ul {
	margin-bottom: 1.8em;
	line-height: 160%;
}

a {
	color: #ea5b38;
}

a:hover {
	text-decoration: none;
	color: #FF0000;
}

a img {
	border: none;
}

/* Header */

#header {
	width: 900px;
	height: 115px;
	margin: 0px auto;
	
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	
}
#header #logo img {
	padding: 10px;
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Logo */

#logo {
	float: left;
	

	
}

#logo p {
	margin:10px;
	line-height:20%;
	font-weight: normal;
	color: #FFFFFF;	
}



/* Menu */

#menu {
	float: right;
}

#menu ul {
	margin: 0px;
	padding: 76px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	margin: 0px 0px 0px 1px;
}

#menu a {
	display: block;
	width: auto;
	height: 28px;
	padding: 12px 20px 0px 20px;
}

#menu a:hover {
	text-decoration: underline;
	color:#000066;
	background: #E0E0E0 url(../images/img02.gif) no-repeat 0px 0px;
}

#menu .active {
	background: #ca2a2a url(../images/img02.gif) no-repeat 0px 0px;
}

#menu .active a {
	background: url(../images/img02.gif) no-repeat 100% -40px;
}

/* Page */

#page {
	
	width: 900px;
	margin: 0px auto;
	padding: 14px 0px;

}

/* Content */

#content {
	float: right;
	width: 552px;
	background-color:#fcf5f5;
	padding: 20px;

	list-style-image: url(../images/bullet.gif);
	
}

.post {
	margin: 0px 0px 30px 0px;
}

.post .title {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #041373;
}

.post .entry {

}

.post .meta {
	font-weight: bold;
}

.post .byline {
	margin: 0px;
}

/* Sidebar */

#sidebar {
font-size: 0.95em;
	float: left;
	width: 300px;
	background: url(../images/img03.gif) repeat-y left top;
}

#sidebar-bgtop {
	height: 3px;
	background: url(../images/img04.gif) no-repeat left top;
}

#sidebar-bgbtm {
	height: 8px;
	background-color:#FFFFFF;
}

#sidebar-content {
	padding: 20px;
	background-color:#E0E0E0;
}

#sidebar ul {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
}

#sidebar li ul {
	margin-bottom: 1.8em;
	list-style-position: inside;
	list-style-image: none;
	list-style-type: none;
}

#sidebar h2 {
	font-size: 1.4em;
}

#sidebar a {
	text-decoration: none;
	color:#000066;
}

#sidebar a:hover {
	text-decoration: underline;
	color:#ca2a2a;
}
#sidebar-mission {
background-color:#003366;

padding:20px;}

#sidebar-mission p {
	color: #FFFFFF;
	font-size:1.2em;
}


/* Search */

#search {
}

#search form {
	margin-bottom: 1.8em;
	padding: 0px;
}

#search fieldset {
	margin: 0px;
	padding: 0px;
	border: none;
}

#search #s {
	width: 160px;
}

/* Footer */

#footer {
	clear: both;
	width: 900px;
	height: 185px;
	margin: 0px auto 30px auto;
	color: #FFFFFF;
	background-color: #FFFFFF;
	background-image: url(../images/img06.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#footer p {
	margin: 0px;
	padding: 25px 0px 0px 0px;
	text-align: center;
	line-height: 130%;
	font-size: smaller;
}

#footer a {
	color: #FFFFFF;
}


#footer img {
	margin-top: 8px;
	margin-right: 4px;
	margin-bottom: 18px;
	margin-left: 4px;
}
#content img {
	border: 10px solid #FFFFFF;
}
