/* CSS Document */
/* --------------------------------- General rules ----------------------------------- */
	
img	{
	display: block;
	border: 0;
	}

#sidebar img {
	margin: 00;
	/* border: 1px solid #333; */
	}

#footer img {
	vertical-align: middle;
	border: 0;
	}
	

	/* -------------------------- general layout control ---------------------------- */

body	{
	color: #333;
	margin: 0;
	padding: 0;
	border: 0;
	text-align: center;
	font-family: verdana, lucida, arial, helvetica, sans-serif;
	padding-bottom: 25px;
	}
	
#wrapper	{
	/* background: #ececec; */
	background: #fff;
	color: #333;
	margin: 10px auto;
	padding: 0;
	border: 1px solid #333333;
	width: 758px;  /* box model hack */
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 758px;	 
	}

html>#wrapper	{
	width: 758px;
	} 

#header	{
	background: #fff;
	color: #333;
	border: 0;
	margin: 0;
	padding: 0;
	text-align: left;
	float: left;
	}

#header img	{
	margin: 0;
	padding: 0;
	border: 0;
	}

#pagebody	{
	padding: 0;
	margin: 0;
	border: 0;
	text-align: left;
	color: #444;
	background: transparent;
	clear: both;
	height: 100%;
	}
	

#maincontent	{
	background: #FFFFCD;
	margin: 0;
	padding: 10px;
	width: 458px;  /* box model hack */	
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 448px;	
	height: 100%;
	border-right: 1px #00CC66;
	}
html>#maincontent 	{
	width: 448px;
	} 


#title {
	background-color: #fff;
	text-align: left;
	font-size: 20px;
	padding: 0px;
	margin: 0;
}


#footer {
	border: 0;
	border-top: 1px solid #00A0C6;
	color: #666;
	background: #FFF;
	padding: 2px 7px 2px 10px;
	text-align: left;
	clear: both;
	font-size: xxx-small;
	voice-family: "\"}\""; 
	voice-family:inherit;
	font-size: x-small;	
	}
html>#footer	{
	font-size: x-small;
	} 
#footer p	{
	margin: 10px 0;
	padding: 0;
	}


	
h1, h2, h3, h4, h5, h6	{
	font-family: verdana, lucida, arial, helvetica, sans-serif;
	font-weight: normal;
	margin-top: 25px;
	margin-bottom: 2px;
	letter-spacing: 1px;
	}
	
h1	{
	background-color:#666;
	padding: 5px;
    margin-top: 2px;
	margin-bottom: 10px;
	font-family:Georgia, "Times New Roman", Times, serif;
    font-size: 19px;
	color: #FF9900;
	text-align:left;
    }

h2	{
	background-color:#FDCD12;
	margin-top: 10px;
	padding: 5px;
	margin-bottom: 0px;
	font-size: 12px;
	text-align:left;
	color: #000;
	font-weight: bold;
    }

h3	{
	margin-top: 30px;

	margin-bottom: 0px;
	font-size: 24px;
	text-align:left;
	color: #000000;
    }	
	

p	{
    font-size: 10px;
	line-height: 140%;
	text-align: left;
	margin-top: 0;
	margin-bottom: 1em;
	}

.col2 {
    font-size: 11px;
}	
	
th, td	{
    font-size: 10px;
	}
	
html>#pagebody, html>#pagebody div, html>#pagebody p, html>#pagebody th, 
html>#pagebody td, html>#pagebody li, html>#pagebody dd, html>#pagebody dt    {
    font-size:  small;
    }

	/* ---------------------- General link colors --------------------- */
	
a:link, a:visited {
	font-weight : bold; 
	text-decoration : underline;
	color: #666;
	background: transparent; 
	}

a:hover {
	font-weight : bold; 
	text-decoration : underline;
	color: #336699;
	background: transparent; 
	}

a:active {
	font-weight : bold; 
	text-decoration : none;
	color: #555555;
	background: transparent;  
	}

