@charset "utf-8";
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #CCCCCC;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#holder {
	background-color: #FFFFFF;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 800px;
}
#holder #sidebar {
	padding: 10px;
	float: left;
	width: 200px;
	color: #FFFFFF;
	background-color: #000000;
	font-size: 13px;
}
#holder #content #crumbs {
	font-size: 10px;
	color: #666666;
	padding-top: 5px;
}

#holder #content {
	color: #333333;
	background-color: #FFFFFF;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 215px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: 13px;
}
#holder #footer {
	font-size: 11px;
	color: #666666;
	background-color: #FFFFFF;
	text-align: center;
	padding: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
}
.left {
	float: left;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#underlinemenu{
	margin: 0;
	padding: 0;
	font-size: 10px;
	background-color: #ce0000;
}

#underlinemenu ul{
	margin-bottom: 0em;
	padding-left: 0;
	float: left;
	font-weight: bold;
	width: 100%;
	border: 1px solid #DFDFDF;
	border-width: 1px 0;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
}

* html #underlinemenu ul{ /*IE only rule. Delete extra margin-bottom*/

}

#underlinemenu ul li{
	display: inline;
}


#underlinemenu ul li a{
	float: left;
	font-weight: bold;
	padding: 2px 6px 4px 6px;
	text-decoration: none;
	background-color: white;
	background-image: url(../images/menudivide.gif);
	background-repeat: repeat-y;
	background-position: right top;
	color: #ce0000;
}

#underlinemenu ul li a:hover{
	color: #333333;
	background-color: #F3F3F3;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	padding-bottom: 0em;
}
#holder #content img {
	padding: 5px;
}
.right {
	float: right;
}
#sidebar a:link {
	color: #FFFFFF;
	text-decoration: none;
}

#sidebar a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-style: italic;
	
}
h3 {
	color: #333333;
}
h5 {
	color: #000063;
}
a:link {
	font-weight: bold;
	color: #ce0000;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #ce0000;
	text-decoration: underline;
}#wrapper {
	background-image: url(../images/wrapper.jpg);
	background-repeat: repeat-y;
	width: 820px;
}
#smallbanner {
	text-align: right;
	padding: 5px;
	height: 100px;
	background-color: #FFFFFF;
	background-image: url(../images/smallbanner.jpg);
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;

}
#wrapper #holder #sidebar h3 {
	color: #FFFFFF;
}
