/*
style-cca.css
v0.1
*/

html {
	height: 100%;
}
body {
	background: black;
	margin: 0;
	padding: 0;
	height: 100%;
}

/********************
	=layout
	position & bg color only
********************/
/*
#page-bg
	#page-fg
		#aux-nav
		#masthead
		#main-nav
		#page-contents
			#sub-nav
			#main-content
			#related-content
		#footer
*/
#page-bg { }
#page-fg {
	background: white;
	overflow: hidden;
	margin: 0px auto;
	position: relative;
	width: 960px;
}
#masthead div { position: relative; }
#masthead img#logo {
	position: absolute;
	top: 10px;
	left: 575px;
}
#section #masthead img#logo {
	left: 560px;
}
#aux-nav {
	background-color: #5277ac;
	position: absolute;
	top: 10px;
	right: 10px;
	padding: 6px;
}
#main-nav {
	margin-bottom: 20px;
	background: #5277ac;
	height: 25px;
	padding: 5px;
}
#page-contents {
	overflow: hidden;
}
div#sub-nav {
	/* 200px wide */
	border-right: 1px solid #5277ac;
	margin: 0;
	padding: 0px 10px 10px 10px;
	float: left;
	width: 179px;
	overflow: hidden;
/*
	padding-bottom: 32000px;
	margin-bottom: -32995px;
*/
}
#main-content {
	/* 560px wide */
	float: left;
	margin: 0px;
	padding: 0 20px 10px 20px;
	width: 520px;
	overflow: hidden;
}
#section #main-content {
	/* 760px wide */
	width: 720px;
}
#related-content {
	/* 200px wide */
	float: left;
	margin-left: 0px;
	border-left: 1px solid #5277ac;
	padding: 0px 10px 10px 10px;
	width: 179px;
	overflow: hidden;
}
#footer {
	background: #5277ac;
	height: 50px;
	padding: 5px;
	overflow: hidden;
	clear: both;
}


/********************
	=HTML style
********************/
h1, h2, h3, h4, h5, h6 { 
	font-size: 12px;
	font-family: times, serif;
	font-weight: bold;
	margin: 12px 0 0px 0; 
}
h1 { 
	color: #800000; 
	font-size: 22px;
	margin-top: 0;
}
h2 {
	color: #181c7a;
	font-size: 14px;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 24px 0 6px 0;
}
h3 { font-size: 14px; font-style: italic; }
h4 { }
h5 { font-style: italic; }
h6 { font-weight: normal; font-style: italic; }

p, ul, ol, dt, dd { 
	color: #4D4D4D;
	font: normal 12px verdana, arial, helvetica, sans-serif;
	margin: 0 0 10px 0;
	padding: 0;
	line-height: 150%;
}
b, strong { }
i, em { }
img { border: none; }
ul { margin-left: 15px; }
ol { margin-left: 20px; }
li { 
	margin: 6px 0 0 0;
	padding: 0;
}
dt {
	font-weight: bold;
	margin-bottom: 0px;
}
dd {
	margin: 0 0 12px 15px;
}

table {
	border: 1px solid #118899;
	border-collapse: collapse;
	margin: 0 auto 10px auto;
}
thead td {
	font-weight: bold;
	background: #118899;
	color: white;
}
th, td { 
	font: 12px normal verdana, arial, helvetica, sans-serif;
	border: 1px solid #118899;
	padding: 3px;
}
th { font-weight: bold; text-align: left; padding-right: 13px; }
td { color: #4D4D4D; text-align: center; }
caption { 
	font: italic 12px normal verdana, arial, helvetica, sans-serif;
	margin-bottom: 6px;
}
tfoot th, tfoot td { 
	color: #118899; 
	font-style: italic; 
	font-weight: bold; 
}

/********************
	=main style
********************/
.hideFromSight {
	/* hidden from browser, but visible to screen readers */
	position: absolute;
	left: -9000px;
	top: auto;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
#aux-nav p { 
	color: white; 
	font: 12px bold arial, sans-serif;
	margin: 0; padding: 0;
}
#aux-nav a {
	color: white;
	padding: 5px;
	text-decoration: none;
}
#aux-nav a:hover {
	text-decoration: underline;
}
#masthead p.sitename {
	color:#5277ac;
	font-size: 50px;
	font-family:Arial, sans-serif;
	font-weight:bold;
	line-height:50px;
	position:absolute;
	top:130px;
	right:50px;
	width:325px;
}
#home #masthead p.sitename {
	display: none;
}
#section #masthead p.sitename {
	display: none;
	font-size: 36px;
	line-height: 36px;
	top: 70px;
}
p.documentDescription { font-size: 12px; font-style: italic; font-weight: bold; }

#sub-nav h2, #related-content h2 {
	margin-top: 0;
}
#related-content .date {
	margin-top: -10px;
	text-align: right;
}
.date {
	font-style: italic;
}
.left {
	float: left;
	width: auto;
	margin: 0px 6px 12px 0;
}
.right {
	float: right;
	width: auto;
	margin: 0px 0px 12px 6px;
}
.clear {
	clear: both;
}

.highlight {
	background: yellow;
	font-weight: bold;
}
#footer p {
	color: white;
	font-size: 10px;
	margin: 5px 0 0 20px;
	text-align: center;
}
#footer a {
	color: white;
}
#footer a:hover {
	background-color: #181c7a;
}
/********************
	=menu-aux
********************/
ul.menu {
	list-style: none;
	margin: 0;
	padding: 0 0 5px 0;
}
/********************
	=menu-main
********************/
/* colors */
.mainMenu a { color: white; }

/* top */
ul.mainMenu {
	list-style: none;
	margin: 0px 0 0 20px;
	padding: 0;
	z-index: 10;
	margin-left: 180px;
}
.mainMenu li {
	float: left;
	font: bold 12px arial, sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-right: 25px;
}
#ie6only .mainMenu li {
	/* IE6 requires a width to float, but it will expand it as needed. */
	width: 10px;
	white-space: nowrap;
}
.mainMenu li a {
	text-decoration: none;
	display: block;
	height: 25px;
}

.mainMenu li a:hover { text-decoration: underline; }

/********************
	=colors
********************/
/*
5277ac	powder blue;	site title, nav bar bg
181c7a	blue	h2, footer bg
800000	maroon;	h1
*/
