/* CSS Document */

* {
 padding: 0;
 margin: 0;
}
body {
 font-family: Arial, Helvetica, sans-serif;
 color: #000000;
 font-size: 14px;
 line-height: 20px;
/* background-color:#e8e7e2; */
}
#wrapper {
 width: 1000px;
 margin: 0 auto;
 background-color:#FFFFFF;
 padding: 0 10px;
}

#header {
 /* border: 1px solid #ccc; */
 margin: 0px;
 height: 190px;
 padding: 0px;

}

#leftcolumn {
 margin: 2px 2px 2px 0;
 display: inline; /* IE Hack */
 padding: 10px;
 width: 25%;
 float: left;
 min-height: 550px;
 background-color:#ffffff;
}
* html #leftcolumn {height:500px} /* IE Min-Height Hack */ 

#centercolumn {
 margin: 2px 2px 2px 2px;
 display: inline; /* IE Hack */
 padding: 10px;
 width: 70%;
 float: right;
 min-height: 550px;
 background-color:#ffffff;
}
* html #centercolumn {height:500px} /* IE Min-Height Hack */ 


#footer {

 margin: 0px 0px 0px 0px;
 display: inline; /* IE Hack */
 padding: 0px;
 float: left;
 width: 100%;
}

#centercolumn h1 {
	font-family: Arial, Helvetica, sans-serif;
	color:#333333;
	font-size: 18px;
	letter-spacing: 1.2pt;
	font-style: normal;
	font-weight: bolder;
	margin-bottom: 10px;
}

#centercolumn h2 {
	font-family: Arial, Helvetica, sans-serif;
	color:#333333;
	font-size: 16px;
	letter-spacing: 1.2pt;
	font-style: normal;
	font-weight: bolder;
	margin-top: 15px;
	margin-bottom: 10px;
}

#centercolumn h3 {
	font-family: Arial, Helvetica, sans-serif;
	color:#333333;
	font-size: 14px;
	font-style: normal;
	font-weight: bolder;
	margin-bottom: 10px;
}

#centercolumn ul li {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 14px;
	margin-bottom: 5px;
	margin-left: 15px;
	padding-left: 15px;
	/*line-height: 25px;
	list-style-position: inside;*/
	
	list-style-type: disc;
	text-align: left;
	
}

#centercolumn ol li {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 14px;
	margin-bottom: 5px;
	margin-left: 15px;
	padding-left: 15px;
	/*line-height: 25px;
	text-indent: 30px; */
	list-style-type: lower-alpha;
	text-align: left;
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #000099;
	text-decoration: none;
	/*border-bottom: 0px dotted #FF9900;*/
	
}


a:visited { 
	font-family: Arial, Helvetica, sans-serif;
	color:#333333;
	text-decoration: none;
	/*border-bottom: 1px dotted #FF9900;*/
	}
	
a:hover { 
	color:#3333FF;
	text-decoration: underline;
	}
a:active { 
	color: #333333;
	}




.floatright
{
	float: right;
	width: 400px;
	background-color: #fff;
	padding: 10px;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
/*border-top: 1px solid #999;
border-right: 1px solid #555;
border-bottom: 1px solid #555;
border-left: 1px solid #999;*/
}

.floatrightsm
{
	float: right;
	width: 250px;
	background-color: #fff;
	padding: 10px;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
/*border-top: 1px solid #999;
border-right: 1px solid #555;
border-bottom: 1px solid #555;
border-left: 1px solid #999;*/
}

div.floatright img
{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #555;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #555;
}


.floatleft
{
	float:left;
	width: 200px;
	background-color: #fff;
	padding: 10px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
/*border-top: 1px solid #999;
border-right: 1px solid #555;
border-bottom: 1px solid #555;
border-left: 1px solid #999;*/
}

div.floatleft img
{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #555;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #555;
}
p { margin-bottom: 10px; }

a.menu { font-size: 18px;
        font-weight: bold;
		line-height: 25px; }
.current  { font-size: 18px;
        font-weight: bold;
		color: #333333;
		line-height: 25px; }

.small
{
text-align:left;
font-size:small;
padding: 5px;
}

.hidden
{
text-align:left;
text-indent:-1000px;

}
