.primary {
	color: #55ab24;
	font-family: "Courier New", Courier, monospace;
}
.secondary {
	color: #0974dd;
	font-family: "Courier New", Courier, monospace;
}


body {
	margin: 0px;
	padding: 0px;
	background: #242323 url("../images/img06.jpg") repeat-x left top;
	/*background: #242323 url("../img/12_col.gif");*/
	text-align: justify;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #444444;
	line-height: 1.5em;
}

#container {
	width: 912px;
	margin: 0 auto;
	background: #fff ;
}

em {
	color: #888;
}

h1, h2 {
	margin-top: 0px;
	font-weight: normal;
	color: #fff;
}

h1 {font-size: 4em;}

h2 { 
	font-size: 1.6em;
	height: 19px;
	padding: 7px 25px;
}
	
h3 {
	font-size: 1.5em;
	color: #000;
}

h4 {
	font-size: 1em;
	letter-spacing: 0em;
	color: #000;
	text-transform: uppercase;
}

img {
	margin-bottom: 10px;
}

ol {
	list-style-type: decimal;
	margin-left: 20px;
}

p, ol, ul {
	margin-top: 1em;
	margin-bottom: 1em;
}

ul {
	list-style-type: square;
	margin-left: 20px;
	position: relative;
}

a {
	color: #000000;
}

a:hover {
	text-decoration: none;
	color: #0079c9;
}

a img {
	border: none;
}

.external {
	background: url(../images/external.png) right no-repeat;
	padding-right: 12px;
	margin-right: 2px;
	margin-left: 2px;
	color: navy;
	text-decoration: underline;
}
.key {
	background: url(../images/key.png) 0px 1px no-repeat;
	display: inline-block;
	width: 16px;
	height: 17px;
	margin-right: 2px;
	margin-left: 2px;
}
.pdf {
	background: url(../images/pdf.gif) 0px 1px no-repeat;
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 2px;
	margin-left: 2px;
}

#wrapper {
	margin: 0 auto;
	border: 10px solid #FFFFFF;
}

/* Header */
#header {
	height: 100px;
	margin: 0px auto;

	border: 10px solid #ffffff;
	width: 892px;
}

#header ul li {
	float: left;
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Logo */

#logo {
	margin: 0;	
	height: 94px;
}

#logo h1, #logo p {
	margin: 0px;
	line-height: normal;
	font-weight: normal;
	color: #FFFFFF;
}

#logo h1 {
	padding: 27px 0px 13px 0px;
}

#logo p {
	text-indent: -99999px;
}

/* Menu */

#nav {
	margin: 0px;
	padding: 30px 0px 0px 0px;
	list-style: none;
	line-height: normal;
	float: left;
	font-size:17px;
}

#nav li {
	float: left;
	margin: 0px;
	list-style-type: none;
}

#nav a {
	display: block;
	width: auto;
	padding: 6px 10px 6px 15px;
	background: url("../images/bullet_green.png") no-repeat left 45%;
	font-weight:bold;
}

#nav a:hover {
	text-decoration: underline;
}

#nav .active {

}

#nav .active a {

}

/* #Wrap */
#page {
	margin: 0px auto;
	padding: 10px 0px 0px 0px;
	background: #FFFFFF;
}

/* Content */
#content {
	/*float: right;*/
}

.post {
	background: #FFFFFF;
	margin: 0px 0px 30px 0px;
}

.post h2 {
	margin: 0px;
	background: url("../images/h2_8_blue.jpg") left top;
	background-repeat:no-repeat;
	padding: 7px 25px;
	padding-bottom: 20px;
}

.post .title h1 {

}

.post div {
	padding: 10px 20px 0px 20px;
}

.post .meta {
	font-weight: bold;
	padding-left: 20px;
}



.post .byline {
	margin: 0px;
	padding-left: 20px;
}

/* Sidebar */
#sidebar {
	/*float: left;*/
}

#sidebar ul {
	padding: 0px 0 5px 0;
	margin: 0px;
	list-style: none;
	margin-bottom: 1em;
	list-style: none;
}

#sidebar li {
	margin-right: 10px;
	line-height: 30px;
	padding-left: 15px;
	border-bottom: 1px dashed #BDBDBD;
}

#sidebar h2 {
	background: url(../images/h3_4_green.jpg) no-repeat left top;
	padding: 7px 25px;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Display */
#display {
	width: 588px;
	height: 144px;
	margin-bottom: 10px;
	position: relative;
}
#display img {
	margin-bottom: 0px;
}


/* Footer */
#footer {
	clear: both;
	height: 40px;
	margin: 0px auto 30px auto;
	background: url("../images/img08.jpg") no-repeat left top;
	color: #858585;
}

#footer a {
	color: #ccc;
}
