
/* =====================================
    CSS STYLES DEFINITION FOR CAH CLAN
   =====================================
*/  


html, body {
	background-color: #F69D22;
	height:100%;
	width:100%;
	text-align:center;
}

.content_table {
	width:980px;
	margin:0 auto;
	border:none;
	overflow:hidden;
	background-color:#ffffff;
	margin-top:0;
	padding:0;
}

/*
**
** LEFT NAV PANE STYLE DEFINITION
**
*/
.nav_table a:link {
	background-position:0 -74;
	background-repeat:no-repeat;
}

.nav_table a:hover {
	background-position:0 0;
	background-repeat:no-repeat;
}




/*
**
** HEADER PANE STYLE DEFINITION
**
*/
.HeaderPane {
	width:100%;
	margin:0;
	padding:0;
}





/*
**
** CONTENT PANE STYLE DEFINITION
**
*/
.ContentPane, .ContentPane p, .ContentPane ul, .ContentPane table, .ContentPane div {
	font-size:12px;
	color:#333333;
	font-family: Arial;
}
.ContentPane ul {
	margin-top: 10px;
	margin-left: 20px;
}
.ContentPane li {
	margin: 0 0px 10px 0;
}

.ContentPane a,.ContentPane a:link, .ContentPane a:visited, .ContentPane a:active {
	color: #0066d5;
}
.ContentPane a:hover {
	color: #ea2128;
}

.ContentPane h1 {
	font-size:22px;
	font-weight:bold;
	color:#ea2128;
	line-height: normal;
	margin: 0 0 10px 0;
}


.ContentPane h2 {
	font-size:18px;
	font-weight:bold;
	color:#f69c22;
	line-height: normal;
	margin: 0 0 10px 0;
}

.ContentPane h3 {
	font-size:14px;
	font-weight:bold;
	color:#8f4c89;
	line-height: normal;
	margin: 0 0 10px 0;
}