body {  background-color: #ffffff;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;

}

div#cont
{
margin-left: auto;
margin-right: auto;
width: 50em;
text-align: left;
}

hr {padding: 0px;
	width: 500px;
	float: left;}

#content {
	width: 800px;
	margin: 0 px;
	padding: 0 px;
	text-align:left;
	background-color: #ffffff;
	}

#container {
	margin-left: 50px; }


* html #container {margin-right: -20px; 
			ma/rgin-right: 0px;
			/* to ensure frame2 lines up with rounded corners in IE6 */ }

.para {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-style: normal;
	color: #000000;
	line-height: normal;
	width: 550px;
	margin-left: 125px;
	margin-right: 10px;
	text-align: justify;
	padding: 0px;
}


#header {font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	background-color: #666699;
	color: #ffffff;
	line-height: normal;
	width: 700px;
	margin-right: 10px;
	margin-bottom: 5px;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-weight: bold;
	float: left;}

#header2 {font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #996600;
	line-height: normal;
	width: 700px;
	margin-right: 10px;
	margin-bottom: 5px;
	text-align: left;
	padding-left: 10px;
	font-weight: bold;
	float: left;}


#ital {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-style: italic;
	font-weight: bold;
	color: #000000;
	}

.bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-weight: bold;
	color: #000000;
	width: 450px;
	margin-left: 10px;
	margin-right: 10px;
	text-align: justify;
	}

.bold2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #000000;
	}

#small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	font-style: normal;
	color: #000000;
	line-height: normal;
	width: 450px;
	margin-left: 10px;
	margin-right: 10px;
	text-align: justify;
}


#small A:link {font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#009966;
	text-decoration: none}


#small A:visited {font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#009966;
	text-decoration: none}

#small A:active {font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#009966;
	text-decoration: none}


#small A:hover {font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#999999;
	text-decoration: underline}




#points {font-family: Arial, Helvetica, sans-serif;
	font-size: .85em;
	color: #000000;
	line-height: normal;
	width: 550px;
	margin-left: 125px;
	display: block;
	float: left;
	padding-bottom: 10px;}

#points ul {list-style: none;
	width: 550px;
	}

#points li {list-style: none;
	width: 550px;}

#side {	width:150px;
	float:left;
	text-align:left;
	}

#side ul {margin:0px; padding:0px; list-style:none}

#nav {
	color:#009966;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .85em;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px; 
	padding-left:5px;
	font-weight: bold;
	width: 130px;
        }

#nav A:link {font-family: Arial, Helvetica, sans-serif;
	font-size: .85em;
	color:#009966;
	text-decoration: none}


#nav A:visited {font-family: Arial, Helvetica, sans-serif;
	font-size: .85em;
	color:#009966;
	text-decoration: none}

#nav A:active {font-family: Arial, Helvetica, sans-serif;
	font-size: .85em;
	color:#009966;
	text-decoration: none}


#nav A:hover {font-family: Arial, Helvetica, sans-serif;
	font-size: .85em;
	color:#999999;
	text-decoration: underline}


/* Horizontal menu starts here */


ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 130px; /* Width of Menu Items */
	}

ul li {
	position: relative;
	width: 130px;
	}
	
li ul {
	position: absolute;
	width: 130px;
	left: 129px; /* Set 1px less than menu width */
	top: 0px;
	display: none;
	}

/* Styles for Menu Items */
ul li a {
	display: block;
	text-decoration: none;
	color: #669966;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	}



ul li a:hover { color: #669966; background: #ffffff; } /* Hover Styles */
		
li ul li a { padding: 2px 5px; } /* Sub Menu Styles */
		
li:hover ul, li.over ul { display: block; } /* The magic */

/* Horizontal menu ends here */




A:link {font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
	text-decoration: underline;}


A:visited {font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
	text-decoration: underline;}

A:active {font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
	text-decoration: underline;}


A:hover {font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #666699;
	text-decoration: underline;}

.spacer {width: 10px;
		float: left;
		padding: 1px;}

.vspacer {height: 10px;
		float: top;
		padding: 1px;}


.brclear { /* Use a break with this class to clear float containers on both sides */ 
clear:both; 
height:0px; 
margin:0px; 
font-size: 1px; 
line-height: 0; 
}







