/* CSS Document */
body			{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	color:#003333;
	background-image:url(images/bg_sidebar.jpg);
	background-repeat:repeat-y;
}

ul li {
list-style-type:disc;
color:#cc0000;
}

/* headers */
h3 {
font-weight:900;
}

h1, h4  	{ font-weight: normal; }
h5				{ text-transform: uppercase; font-size: 110%; }


h3		{ text-align: center; }

/* id */

#home			{ text-align: center; }

#wrapper {
margin-bottom:25px;
}

/* classes */

.red {
color:#cc0000;
}

.green {
color:#004201;
}

.small {
font-size:12px;
}

.dark {
font-weight:900;
}


/* horizontal rules */
.half 			{ width: 200px; }
.full			{ width: 400px; }


/* links */
#color a:link{
display:block;
font-size:18px;
padding: 1px 8px 1px 12px;
color:#ffffff;
text-decoration:none;
font-weight:bold;
border:2px solid #ffffff;
}

#color a:visited {
display:block;
font-size:18px;
padding: 1px 8px 1px 12px;
color:#004201;
font-weight:bold;
text-decoration:none;
border:2px solid #004201;
}

#color a:hover, .color a:focus {
display:block;
font-size:18px;
padding: 1px 8px 1px 12px;
color:#cc0000;
text-decoration:none;
border:2px solid #cc0000;
font-weight:bold;
}


#content a, #content a:link {
background-color:#fff;
color:#003333;
text-decoration:underline;
}

#content a:visited {
background-color:#fff;
color:#663300;
text-decoration:underline;
}

#content a:hover, #content a:active, #content a:focus {
background-color:#fff;
color:#cc0000;
text-decoration:underline;
}
