/*======================================*
** ca-stylesheet.css
** ------------------------------------------------------------*
**======================================*/

/*------------------------------------------------------------*
**  Global
**------------------------------------------------------------*/
body {
	background-color:#CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	text-align: center;
	margin: 0;
	padding: 0;
	color: #000;
	}

a { text-decoration: none; color:#000000; font-weight: bold }
a:hover { color: #49515C; }
/*------------------------------------------------------------*
**  Container
**------------------------------------------------------------*/	
#container {
	margin: 0 auto;
	width: 740px;
	background: #fff;	
	border: 5px solid #000000;
	padding: 0 0px;
	text-align: left;
	}
	
/*------------------------------------------------------------*
**  Header
**------------------------------------------------------------*/		
#header {
	background:#ffffff url(img/header.jpg) no-repeat 100% 0;
	border-bottom: 5px solid #000000;
	border-top: 0px solid #000000;
	padding: 35px 50px;
	}	
#header h1 { 	
	margin: 0;
	color:#FFFFFF;
	text-indent: -5000px;
	font-size: 1.8em;
	font-weight: bold;
	cursor: default;
	}	

/*------------------------------------------------------------*
**  Nav
**------------------------------------------------------------*/

#nav {
	background: #000000; 
	border-bottom: 0px solid #fff;
	margin: 0; 
	padding: 0;
	height: 2.2em;
	}
#nav li {
	list-style-type: none;
	display: inline;
	line-height: 50px;
	}		
#nav li a { 
	text-decoration: none; 
	color:#FFFFFF;
	background-color:#000000;
	border-right: 0px solid #fff; 
	border-bottom: 0;
	padding: 2px 8px;
	font-size: 1em;
	float: left;
	font-weight: bold;
	}
#nav li a:hover { background-color:#666666; }
#nav li a.on { background-color: : #858F9E; color:fff; }


/*------------------------------------------------------------*
**  Content
**------------------------------------------------------------*/
#content {
	float: left;
	position: relative;
	width: 700px;
	padding: 10px 10px;
	margin-left: 5px;
	line-height: 20px; 
	text-align: left; 
	word-spacing: 0px;	
	}
	

/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/
#footer {
	
	background-color:#999999;  
	border-top: 5px solid #000000;
	text-align: center;	
	color:#333333;
	font-size: 0.7em;
	padding: 3px;
	line-height: 4px;
	clear: both;
	}
	
#footer a { text-decoration: none; color:#000000; border-bottom: 0px; }
#footer a:hover { border-bottom:0px ; color:#333333; }