@charset "UTF-8";
/* CSS Document */

/*-------------------------
  HTML STYLES
-------------------------*/

body { margin:0; padding:0; font:normal 12px/16px "Times New Roman", Times, Serif; }

td { vertical-align:top; }

h1 { color: #660033; font: normal 28px/30px Georgia, "Times New Roman", Times; font-style: italic; margin: 20px 0 25px 0; }
h2 { font: bold 16px/24px "Times New Roman", Times; color: #330000; margin: 15px 0 5px 0; }
h3 { font: bold 12px/16px "Times New Roman", Times; color: #330000; margin: 15px 0 5px 0; margin:20px 0 6px 0; padding:0 0 3px 2px; border-bottom:dotted #CCCCCC 1px; text-transform:uppercase; letter-spacing:1px;}
p { font: normal 14px/18px  "Times New Roman", Times, Serif; margin: 5px 0 10px 0; }

ul { font: normal 12px/18px Georgia, "Times New Roman", Times, Serif; }
ul li { margin:2px 0 6px 0; }

ol { font: normal 14px/18px Georgia, "Times New Roman", Times, Serif; }
ol li { margin:2px 0 20px 0; }
ol li p { font: normal 12px/16px "Times New Roman", Times, Serif; margin: 5px 0 10px 0; font-style: italic; }

a:link { color: #3300FF; text-decoration: underline; }
a:visited { color: #3300FF; text-decoration: underline; }
a:hover, 
a:active { color: #8EB238; text-decoration: none; }


/*-------------------------
  LAYOUT STYLES
-------------------------*/

#main { width: 780px; margin: 20px 0 0 0; }
#header {}
#content {}
#col1 { float: left; width: 220px; }
#col2 { float: right; width: 550px; }
#col3 { float:right; width:270px; margin:10px 0 20px 25px; }
#footer { border-top: solid #9CC152 2px; margin: 10px 0 10px 0; }

#nav { width: 550px; float: right; text-align: left; padding: 40px 0 30px 0; }
#nav ul { display: block; margin: 0; padding: 0; list-style-type: none; }
#nav ul li { display: block; float: left; border-right: solid #B6D163 1px; padding: 0 18px 0 18px; }
#nav ul li a { display: block; font: bold 14px/14px Arial; text-transform: uppercase; }
#nav ul li a:link { color: #8EB238; text-decoration: none; }
#nav ul li a:visited { color: #8EB238; text-decoration: none; }
#nav ul li a:hover, 
#nav ul li a:active { text-decoration: none; color: #ffcc33; }

.alert { background-color: #FFE9E9; padding: 10px; color: #990000; font: bold 14px/18px Arial; text-align: center; border: solid #CC0000 1px; margin: 10px 0 20px 0; }
.alert_success { background-color: #D3FFC4; padding: 10px; color: #006600; font: bold 18px/21px Arial; text-align: center; border: solid #006600 1px; margin: 10px 0 20px 0; }


/*-------------------------
  TEXT STYLES
-------------------------*/

.clear { clear:both; font:normal 6px/6px Arial; }
.normal { font-weight:normal; }
.small { font-size:11px; }
.big { font-size:14px; }
.address { font:normal 12px/14px Tahoma, Verdana, Arial, Helvetica, sans-serif; color:#330000; margin: 15px 0 10px 0; }
.no_margin { margin:0; }
.light {}
.news { margin:5px 10px 30px 10px; }
.green { color:#00CC00; }
.divider_line { clear:both; font-size:5px; line-height:5px; margin:3px 0 8px 0; border-bottom:dotted #CCCCCC 1px; }


