/* CSS Document */

	body {
		background-color: #FFFFCC;
		font-family: 		Geneva, Arial, Helvetica, sans-serif;
		font-size: 			12px;
		color: 				#000000;
		text-align: 		center;  
		margin-left:         0px;
	    margin-top:          0px;
	    margin-right:        0px;
        margin-bottom:       0px;}
		
		
	#page-container {
		width: 				780px;
		margin: 			0 auto;
		padding: 			0px;
		background-color:	#FFFFFF;
		border: 			1px solid #000000;
		text-align: 		left; }
		
		
		
		
	#top-bar { height: 40px; background-color:#000000}
	
	
	
	
	
	/********************[ CONTENT SECTION ]***********************/
	#content-sidebar { width: 165px; float: left; color: #E03173; font-weight: bold;}
	
	#content-menu { width: 165px; float: left; color: #ffff00; font-weight: bold;}
	#content-menu ul { margin: 0;	padding: 0; }
	#content-menu li { list-style: none; background-image: url('images/dottedline.gif'); background-position:bottom; background-repeat:no-repeat; padding: 2px 20px; text-align: right; }
	#content-menu li:hover {background-color: #233233;}
	#content-menu a { color: #ffff00; text-decoration: none; }
	#content-menu a:hover { color: #dad88c; }
	
	#content-banner {width: auto; margin-left: 180px;}
	
	#content-main {width: auto; margin-left: 180px;}
	
	#content-main table {font-size:12px;}
	#content-main table a {color: #333333; text-decoration: none;}
	#content-main table a:hover {color: #CC9966;}
	
	
	#content-main ul { margin: 0;	padding: 10px; }
	#content-main ul li {list-style: square; list-style-type:circle; background-color:#FAFAFA; padding: 7px 10px; margin: 5px;}
	#content-main ul li a { text-decoration: none; color: #CC9966 }
	#content-main ul li a:hover { color: #333333 }
	
	
	
	
	
	/********************[ FOOTER ]***********************/
	
	#footer-container { clear: both; text-align: center; color: #333333; font-weight: bold; }

	#footer-navbar { color:	#CC9966; font-size: 11px; word-spacing: 7px; }
	#footer-navbar a { color: #E03173; text-decoration: none; }
	/*#footer-navbar a { color: #CC9966; text-decoration: none; }*/
	#footer-navbar a:hover { color: #333333; text-decoration: none; }	
			
	#footer-copyright { margin:	10px 0px 0px 0px; font-size: 10px; color: #999999; }
	#footer-copyright a { color: #999999; text-decoration:none; }





	/********************[ CLASSES ]***********************/
		
	h1 { font-size: 17px; font-weight: bold; color: #E03173; }
	/*h1 { font-size: 17px; font-weight: bold; color: #CC9966; }*/

	.text-small {font-size: 9px; color:#CCCCCC;	font-weight: normal; }

	.text-normal {font-size: 11px; color: #333333; }
	.text-normal a {text-decoration: none; color: #CC9966}
	.text-normal a:hover {color: #333333}
	
	.text-header {font-weight: bold; color: #E03173; font-style:italic;}
	/*.text-header {font-weight: bold; color: #CC9966; font-style:italic;}*/
	.form-contact {font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 12px;}
		
	img.floatLeft { float: left; margin: 5px; border: 1px solid #AAAAAA; }
	img.floatRight { float: right; margin: 5px; border: 1px solid #AAAAAA; }
