/* 
common.css
----------------------------------------------
 */
/* BEGIN - CSS reset - Eric Meyer - http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* END - CSS reset */

/* BEGIN - Site specific styles */

body{
	background: #000;
}
#main_body{
	width: 746px;
	margin: auto;
}	

#main_content{
	width: 746px;
	_margin-top: -5px;
}
#main_content .left{
	width: 51px;
	background: url(../images/page_left_border.gif);
}
#main_content .right{
	width: 55px;
	background: url(../images/page_right_border.gif);
}
#main_content .center{
	width: 640px;
	background: #fff;
}
#main_content .center h1{
	color: #6c8222;
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 10px;
}
#main_content .center h2{
	color: #660000;
	font-size: 24px;
	line-height: 24px;
}
#main_content .center h3{
	color: #d8001b;
	font-size: 28px;
	line-height: 30px;
	margin-bottom: 10px;
}

#main_content .center h4.red{
	color: #d8001b;
	font-size: 18px;
	line-height: 22px;
}
#main_content .center h4.green{
	color: #6c8222;
	font-size: 18px;
	line-height: 22px;
}

#main_content .center p span.dkred{
	color: #660000;
}
#main_content .center p span.green{
	color: #6c8222;
}

#main_content .center p a{
	color: #d8001b;
	text-decoration: none;
}
#main_content .center p a:hover{
	text-decoration: underline;
}

#main_content .center p{
	font-family: "Book Antiqua", "Times", "Times New Roman", serif;
	font-size: 14px;
	line-height: 18px;
	color: #666666;
}
#main_content .center p.padded{
	margin-bottom: 10px;
}
#main_content .center ul{
	margin-left: 24px;
	margin-bottom: 10px;
}
#main_content .center ul li{
	list-style-position: inside;
	margin-left: 24px;
	list-style-type: disc;
	font-family: "Book Antiqua", "Times", "Times New Roman", serif;
	font-size: 14px;
	line-height: 18px;
	color: #cc0033;
}


#main_content .leftbottom{
	width: 51px;
	height: 17px;
	background: url(../images/page_left_corner.gif) no-repeat;
}
#main_content .rightbottom{
	width: 55px;
	height: 17px;
	background: url(../images/page_right_corner.gif) no-repeat;
}
#main_content .centerbottom{
	width: 640px;
	height: 17px;
	background: #fff;
}

#footer{
	width: 746px;
	margin: auto;
	text-align: center;
	margin-top: 10px;
}
#footer p{
	font-family: "Book Antiqua", "Times", "Times New Roman", serif;
	font-size: 12px;
	line-height: 16px;
	color: #6c8222;
	margin-bottom: 5px;
}
#footer p a{
	font-family: "Book Antiqua", "Times", "Times New Roman", serif;
	font-size: 12px;
	line-height: 16px;
	color: #d8001b;
	text-decoration: none;
}
#footer p a:hover{
	text-decoration: underline;
}
#footer p.nav{
	font-family: "Book Antiqua", "Times", "Times New Roman", serif;
	font-size: 14px;
	line-height: 18px;
	color: #6c8222;
	margin-bottom: 5px;
}
#footer p.nav a{
	font-family: "Book Antiqua", "Times", "Times New Roman", serif;
	font-size: 14px;
	line-height: 18px;
	color: #d8001b;
	text-decoration: none;
}
#footer p.nav a:hover{
	text-decoration: underline;
}

/* END - Site specific styles */
