/* CSS Document */

/******************************************** GLOBAL ********************************************/
body { 
font-family: arial, verdana, sans-serif;
font-size: 13px;
background-color:black;
color:black;
margin:20px 0px 0px 0px;
}

a, a:active {
color:#E9000F;
text-decoration: underline;
font-weight:bold;
}

a:hover {
color:#FEB906;
text-decoration: underline;
font-weight:bold;
}

h1 {
font-size: 24px;
line-height:90%;
color:#F9450A;
}

h2 {
font-size: 20px;
line-height:90%;
color:#CC6600;
}

h3 {
line-height:90%;
font-size: 18px;
}

h4 {
line-height:90%;
font-size: 16px;
}


/****** NAVIGATION *****/
#top_nav {
padding-right:5px;
padding-bottom:5px;
}

#top_nav a, #top_nav a:active {
color:#E9000F;
text-decoration: none;
font-weight:bold;
}

#top_nav a:hover {
color:#FEB906;
text-decoration: none;
font-weight:bold;
}

#main_nav {
border-bottom:2px solid #FEB906;
border-top:2px solid #FEB906;
background-color:#51A500;
text-align:center;
height:30px;
font-size:11px
}

#main_nav a, #main_nav a:active {
color:black;
text-decoration: none;
font-weight:bold;
}

#main_nav a:hover {
color:#FEB906;
text-decoration: none;
font-weight:bold;
}

#copyright {
border-top:2px solid #FEB906;
text-align:center;
padding-top:5px;
padding-bottom:5px;
color:#FEB906;
}

#copyright a:link, #copyright a:visited, #copyright a:hover, #copyright a:active {
font-weight:normal;
color:#FEB906;
font-size:10px;
}

/******************************************** TEMPLATE ********************************************/
/****** TOP SECTION *****/
#main_img {
border-bottom:4px solid #CC6600;
}

#content {
border-top:4px solid #CC6600;
border-bottom:4px solid #F9450A;
padding:5px;
background-color:#EFE2B8;
}

#side_content {
padding:5px;
border-right:1px solid #CD6601;
background-color:#f3Efc6;
font-size: 11px;
}

#side_content2 {
padding:5px;
border-left:1px solid #CD6601;
background-color:#f3Efc6;
font-size: 11px;
}

#main_content {
padding:6px;
line-height:130%;
}


/****** CUSTOM STYLES *****/

.text-box
{
	background: #f3Efc6;
	border-width: 1px 0 1px 0;
	border-color: #CD6601;
	border-style: solid;
	font-size: 12px;
	color: maroon;
	font-style: italic;
	font-weight: bold;
}

