@charset "utf-8";


body  {
	font-family: Verdana, Geneva, sans-serif;
	margin: 0;          /* shorthand for all margins = 0 */
	padding: 0;         /* no padding */
	text-align: center;
	background-color: #083d78;
	background-image: url(../images/one_grid_sq.jpg);
	background-repeat: repeat;
}


#header {
	height: 80px;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #FFF;
	width: 950px;
	position: relative;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: thick;
	border-left-width: medium;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	background-image: url(../images/CPA_logo.jpg);
}


/* ===== main navigation links ===== */

#header #mainMenu {          /* set the position for the nav elements */
	position: absolute;
	bottom: 5px;
	width: 586px;
	right: 5px;
	height: 24px;
}

#mainMenu ul {               /* turn off all the normal list behavior */
	list-style: none;
	margin: 0;
	padding: 0;
}

#mainMenu li {               /* turn off the normal list item behavior */
	float: right;
	margin: 0;
	padding:0;
	top: 5px;
	position: relative;
}

#mainMenu li a:link, #mainMenu li a:visited {
	font-family: Verdana, Geneva, sans-serif;
	display: block;         /* block mode for graphical button */
	color: #6994CB; /* line up text & image */
	margin-right: 8px;
	line-height: 20px;           /* no border */
	font-weight: bold;
	padding-right: 0px;
	padding-left: 0px;
	margin-left: 8px;
	font-size: medium;
}

#mainMenu li a:hover, #mainMenu li a:active {
	color: #A7C1E2;
	text-decoration: none;
}

#mainMenu ul li a.current {  /* different look for "current" link */
	margin-top: 0px;
	height: 20px;
	color: #499e6c;
	line-height: 20px;
}

#mainMenu ul li a.current:hover {
	cursor: default;
	color: #C4D6EC;
}




#footer  {
	padding: 10px;
	text-align: right;
	border: medium outset #999;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}

#footer p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.65em;
	color: #000;
	margin: 0;
	padding: 0;
	text-align: right;
}

#footer a:link, #footer a:visited {
	border: none;           /* don't display a border */
	color: #093D77;
}
#footer a:hover, #footer a:active {
	color: #1b9d95;

}
#footer2  {
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	width: 955px;
	text-align: center;
} 
#footer2 p  {
	margin: 0;
	padding: 5px 0;
	color: #FFF;
	font-size: 10px;
	font-weight: bold;
}


/* ===== miscellaneous styles ===== */

.clear { clear: both }

