/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

body {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 11px;
 background:#999999;
}
.headline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bolder;
	line-height: normal;
	color: #333333;
}

h1, h2, h3 {
	margin: 0;
	text-transform: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}

h1 {
	letter-spacing: -1px;
	font-size: 35px;
}

h2 {
	font-size: 18px;
	color:#CC0000;
}

p, ul, ol {
	margin: 0 0 1em 0;
	line-height: 20px;
}

a:link {
	color: #cc0000;
}

a:hover, a:active {
	text-decoration: none;
	color: #cc0000;
}

a:visited {
	color: #cc0000;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 7px 15px 0 0;
}

img.right {
	float: right;
	margin: 7px 0 0 15px;
}

/* Form */

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

legend {
	display: none;
}

input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

#main { 
 margin: 0 auto;
 padding:0;
 width: 900px;
 padding:0 15px 0 15px;
 background:#fff;
}
#wrapper { 
 margin: 0 auto;
 padding:0;
 width: 900px;
 border: 1px solid #ccc;
}
#header {
 color: #333;
 width: 900px;
 float: left;
 height: 142px;
 margin: 0;
 border-bottom:1px solid #ccc;
 background: #fff;
}


#leftcolumn { 
 background: #fff;
 margin: 0px 0px 0px 0px;
 height: 350px;
 width: 180px;
 float: left;
}

#menuv {
	border-bottom: 1px solid #cccccc;
	border-width: 1px 1px 0 1px;
}

#menuv ul, li {
	list-style-type: none;
}

#menuv ul {
	margin: 0;
	padding: 0;
}

#menuv li {
	border-bottom: 1px solid #cccccc;
}

#menuv a {
	text-decoration: none;
	background: #fff;
	display: block;
	padding: 3px 6px;
}

#menuv a:hover {
	color: #fff;
	background: #cc0000;
}

#leftcolumn h2 {
	padding-bottom: 5px;
	font-size: 16px;
	font-weight: bold;
	color: #000;
}

#leftcolumn strong, #leftcolumn b {
	color: #000;
}

#leftcolumn a {
	text-decoration: none;
	color: #000;
}
#leftcolumn a:hover {
	text-decoration: none;
}

#content { 
 float: left;
 color: #333;
 /*border-left:1px solid #ccc;*/
 background: #fff;
 margin: 0;
 padding: 10px;
 height: auto;
 width: 456px;
 display: inline;
}
#content h2 {
	padding-bottom: 10px;
	font-size: 18px;
	font-weight: normal;
	color: #cc0000;
}
#content .pdf a {
	color: #000;
	text-decoration:none;
}
#leftcolumn content .pdf a:hover {
	color: #cc0000;
	text-decoration: underline;
}

#rightcolumn { 
 color: #333;
 background: #fff;
 margin: 0px;
 padding-right:10px;
 height: auto;
 width: 225px;
 float: right;
}
#rightcolumn ul {
	margin: 0;
	padding: 5px 0 0 0;
	list-style: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
 	font-size: 9px;
	font-weight:bold;
}

#rightcolumn li {
	margin-bottom: 10px;
}

#rightcolumn li ul {
}

#rightcolumn li li {
	margin: 0;
	padding: 3px 0;
}

#rightcolumn li li a {
	margin: 0;
	text-decoration:underline
}

#rightcolumn h2 {
	padding-bottom: 5px;
	font-size: 16px;
	font-weight: bold;
	color: #000;
}

#rightcolumn strong, #rightcolumn b {
	color: #000;
}

#rightcolumn a {
	text-decoration: underline;
	color: #cc0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
 	font-size: 9px;
	font-weight:bold;
}

/* Search */

#search {
}

#search h2 {
}
#s {
	width: 150px;
	margin-right: 5px;
	padding: 2px;
	border:1px solid #D4D0C8;
}
#x {
	padding: 3px;
	border: none;
	text-transform: lowercase;
	font-size: 11px;
	color: #4F4F4F;
}

#footer { 
 width: 900px;
 clear: both;
 color: #fff;
 background: url(images/bg_foot.jpg);
 margin: 0px;
 height: 20px;
 padding-top:10px;
 padding-bottom:10px;
 border-bottom:35px solid #000;
 text-align:center;
}

#footer a{ 
 color: #fff;
 text-decoration:underline;
}
red line {
	color: #FF0000;
	text-decoration: underline;
}
