<?
	Header ("Content-type: text/css");
?>

/* global styles */ 
body {margin:0; padding:20px 0 0 0; background-color:#ffffff; width:100%; height:100%; font-size: 13px; color:#000000; line-height: 15px; font-family: Arial, Helvetica, Geneva, sans-serif;}
p, blockquote, li, td { font-size: 13px; color:#000000; line-height: 15px; font-family: Arial, Helvetica, Geneva, sans-serif; }

/* header styles */
#container {width:900px;}
#logo {width:100%; height:100px;}
#main {width:100%; height:480px; position:relative;}
#nav {width:193px; height:480px; float:left;}
#content_area {width:700px; position:relative; float:right; }
#content {width:275px; height:450px; margin:20px; overflow:hidden; font-size: 13px; color:#000000; line-height: 15px; font-family: Arial, Helvetica, Geneva, sans-serif;}
#contact {clear:both; width:100%; padding-left:194px;}
#footer { width:100%; clear:both; text-align:center; font-size:11px; padding-top:25px; padding-bottom:10px; }
#bottom_nav {padding-bottom:10px; padding-left:100px;}
.clear {clear:both;}

/* link styles */
a:link, a:visited { color: #2B8204; text-decoration: underline }
a:hover, a:active { color: #D15524; text-decoration: underline }
a.b_nav:link, a.b_nav:visited, a.b_nav:hover, a.b_nav:active  { color:#555555; padding: 0 10px 0 10px; }

/* content styles */
.pagetitle { text-align:center; font-style:italic; color: #14a82a; font-size:24px; line-height:26px; margin-bottom:10px; }
.bold {font-weight:bold; }
