body {
	margin: 0;
	padding: 0;
	background: #0D0D0D url(home_header.swf) repeat-y center top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

h1, h2, h3, h4, h5 {
	text-transform: capitalize;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	color: #99CC00; /*FF941D*/
}

h2 {
	font-size: 20px;
}
h3 { font-size: 18px; }
h4 { font-size: 16px; }
h5 { font-size: 14px; }

p, ol, ul, blockquote {
	line-height: 2.0em;
}

a {
	border-bottom: 1px dotted #707070;
	text-decoration: none;
	color: #BFBFBF;
	line-height: 22px; /*addition*/
}

a:hover {
	border: none;
	color: #99CC00;
	border-bottom: 1px dotted #707070;
}

strong {
	color: #8D8C8C;
}

/* Posts */

.post {
	margin-bottom: 9px;
	background: url(images/img1a.gif) repeat-y -150px 0px;
	/*border-top: 1px solid #1F1F1F;
	border-right: 2px solid #000000;*/
	border-bottom: 2px solid #000000;
	background: url(images/img1a2.gif) repeat-y -150px 0px;
}

.post h2, .post h3 {
	margin-left: 0px;
}

/* Header */

#header {
	width: 960px;
	height: 297px;
	margin: 0 auto;
	background: url(images/header3.jpg);
	clear: none;
	padding: 0 0px 0 0px;
	border: 3px solid #003300;
}

#header h1 {
	margin: 0;
	padding: 70px 0 0 40px;
	font-size: 36px;
}

#header h2 {
	margin: 0;
	padding: 0 0 0 192px;
	font-size: 16px;
}

#header a {
	border: none;
	letter-spacing: -1px;
	color: #FFFF52;
}

/* Content */

#content {
	width: 960px;
	margin: 0 auto;
	padding: 1px;
	border-left: 1px solid #222222;
	border-right: 1px solid #222222;
	border-top: 1px solid #333333;
}

#colOne {
	float: left;
	width: 200px;
}

#colOne ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

#colOne ul li {

	
}

#colOne ul li a{
	line-height: 2em;
	color: #BFBFBF;
	border-bottom: 1px dotted #707070;
	text-decoration: none;
}

#colOne ul li .current{
	color: #ffff00;
}

#li-highlight {
	line-height: 2em;
	color: #99cc00;
	border-bottom: 1px dotted #707070;
	text-decoration: none;
}

#colOne ul li a:hover{
	border-bottom: 1px dotted #99cc00;
	color: #99CC00;
	
}

#menu {
	padding-left: 10px;


}

#colTwo {
	float: right;
	width: 730px;
	border-left: 1px dotted #222222;
	padding: 0 10px 0 15px;
}

/* Footer */

#footer {
	clear: both;
	width: 960px;
	margin: 0 auto;
	border-left: 1px solid #222222;
	border-right: 1px solid #222222;
	border-top: 1px solid #222222;
	padding-top: 10px;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
}

#footer * {
	color: #99CC00;
}
img.float-right {
  margin: 5px 0px 5px 15px; 
}

/*img.float-center  { float: center; }*/

#img.float-left  { float: left; }



/* images */
img {
	border: 2px solid #666666;
}
img.no-border {
	border: none;
}
img.float-right {
  margin: 5px 0px 5px 15px;  
}
img.float-left {
  margin: 5px 15px 5px 0px;
}
img.float-center {
  margin: 5px 15px 5px 0px;
}
a img {  
  border: 1px solid #666666;
}
a:hover img {  
  border: 1px solid #fff !important; /* IE fix*/
  border: 1px solid #fff;
}
.highlightRed {
	color:#CC0000; 
	font-weight:bold;
}
.highlightgreenBold {
	color:#99cc00; 
	font-weight:bold;
}
.highlightGreen {
	color:#99cc00;
	font-weight:normal;
}

.fineprint {
	font-size: 0.9em;
	color: #99cc00;

}
