/* P654 = #08215C */
/* P644 = #8CADCB */


HTML {
}

BODY {
	margin: 0;
	padding: 0;
	font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #08215C;
	letter-spacing: 0.1em;

		/*IE hack to center the page content*/
	text-align: center;
	/*background: #E7EDF3 url(motif.gif) repeat;*/
	background: #E7EDF3;
}

* IMG {
	border: none;
}

H3{	font-size: 100%;
		line-height: 1.5em;
}

H2{	font-size: 125%;
		line-height: 1.5em;
}

H1 {	font-size: 150%;
		line-height: 1.5em;
}


#page {	
	margin: 0;
	padding: 0;
}

#main {	
		/*normal browser center the content*/
	margin-left: auto;
	margin-right: auto;

		/*IE hack to un-un-center the content*/
	text-align: left;
	width: 512px;
	background-color: #FFF;
}

#header, #content, #navigation, #footer{	
	margin-left: 64px;
	margin-right: 64px;
}

#header {
	text-align: center;
	padding-top: 32px;
}

#content {
	text-align: left;
	margin-top: 32px;
}

#contact {
	margin-top: 64px;
}

#contact p{
	padding: 0;
	margin: 0 0 0.5em;
}

#navigation {
	margin-top: 32px;
}



/* @group Nav */

#navigation {
	font-size: 11px;
	line-height: 0em;
	color: #08215C;
	border-bottom: 1px solid #CCC;
}

#navigation P {
	padding: none;
	margin: none;
}



/* @group Nav A */

* #navigation a:link, * #navigation a:visited, * #navigation a:active {	
	color: #08215C;
	text-decoration: none;
	border-bottom: none;
}

* #navigation a:hover {	
	color: #08215C;
	text-decoration: underline;
	border-bottom: none;
	background-color: #FFF;
}

* #navigation .navLinkACT a:hover {
	color: #08215C;
	cursor: default;
	text-decoration: none;
	border-bottom: none;
	background-color: #FFF;
}
/* @end */



#navigation p.navLink, 
#navigation p.navLinkACT {	
	border-top: 1px solid #CCC;
	padding-top: 8px;
	padding-bottom: 0px;
}

#navigation p.navLinkACT {	
	font-weight: bold;
}





/* @end */

#footer {
	font-size: 8px;
	color: #E7EDF3;
	padding-bottom: 32px;
}


* A:link, * A:visited, * A:active, * A:hover {
	color: #08215C;
	text-decoration: none;
	border-bottom: 1px solid #8CADCB;
}

* A:hover {
	background-color: #C2D3E3;
}

* #header A, * #header A:link, * #header A:visited, * #header A:active, * #header A:hover {
	text-decoration: none;
	border: none;
	background: none;
}