HTML, BODY {
	margin: 0;
	padding: 0;
	background: #EEE;
}

H1, H2, H3, H4, H5, H6 {
	margin: 0 0 1em 0;
	padding: 0;
	line-height: 1.25em;
	text-decoration: none;
}

HR { 
	height: 1px; 
	border: none; 
	background-color: #CCC; 
	color: #CCC; 
	margin: 1.5em 0;
}

UL { 
	padding: 0;	margin: 0;
	margin-left: 1.25em;
}
/*
BUTTON, INPUT, SELECT, TEXTAREA {
	font-family: verdana, arial, helvetica, geneva, sans-serif;
	font-size: 11px;
}
*/
DIV#container {
	margin: 0 auto;
	padding: 0px;
	background-color: white;
	text-align: left;
}

DIV#containerInner, DIV#header H1, DIV#footer {
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
	min-width: 720px;
	max-width: 940px;
}

DIV#containerInner {

}


DIV#header {
	background-color: #693;
	vertical-align: bottom;
	padding-top: 1em;
	padding-bottom: .5em;
}

DIV#header H1 {
	font-weight: normal;
	color: #FFF
	vertical-align: bottom;
}
DIV#header H1 A         { font-weight: normal; }
DIV#header H1 A:link    { color: #FFF; text-decoration: none; }
DIV#header H1 A:visited { color: #FFF; text-decoration: none; }
DIV#header H1 A:active  { color: #FFF; text-decoration: none; }
DIV#header H1 A:hover   { color: #FFF; text-decoration: none; }


#siteNav {
	float: left;
	width: 188px;
	width/**/:/**/ 180px;
	margin: 0 2px 0 0;
	padding: 3em 4px 4px 0px;
}

DIV#siteNav UL {
	list-style: none;
	margin: 0; padding: 0;
	font-weight: normal;
}

DIV#siteNav UL LI {
	list-style: none;
	margin: .5em 0 .5em 0;
}

DIV#siteNav UL.siteNavSecondary {
	font-weight: normal;
}
DIV#siteNav UL.siteNavSecondary LI {
	margin: .25em 0;
}

DIV#siteNav A         { display: block; padding: 4px 4px 4px 0px; width:150px; }
DIV#siteNav > UL A    { width: auto; }	/* non-ie */
DIV#siteNav A:link    { color: #666; text-decoration: none; }
DIV#siteNav A:visited { color: #666; text-decoration: none; }
DIV#siteNav A:active  { color: #666; text-decoration: none; }
DIV#siteNav A:hover   { color: #000; text-decoration: none; /*background-color: #CCC;*/ }

#siteNav UL.siteNavSecondary A { padding-left: 14px; }

DIV#mainContentFrame {

}

DIV#mainContent {
	min-height: 400px;

	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 190px;
	margin-left/**/:/**/ 192px;

	padding: 12px;
	border: solid #EEE;
	border-width: 0 0 0 1px;
	background: transparent; 

	line-height: 1.6em;

	color: #555;
}


DIV#mainContent TD {
/*	font-size: 13px; */
}

#mainContent A IMG {
	margin: 1px;
	border: solid 1px #CCC;
}

#mainContent A:hover IMG {
	margin: 0px;
	border: solid 2px #000;
}


DIV#footer {
	padding-top: 4px;
	padding-bottom: 36px;
	color: #CCC;
	border: solid #EEE;
	border-width: 0 0px 0px 0;
}

DIV.clear {
	clear: both;
}


/******************************************/

#skipNav {
	display: none;
}

#PageHeading {
	font-family: cambria, baskerville, georgia, "times new roman", times, serif;
	font-weight: normal;
	/*font-size: 1.6em;*/

	line-height: .9em;
	color: #336699;
	padding-bottom: 4px;;
	margin: 0 0 1em 0;
	border-bottom: dotted 1px #CCC;
}

#PageSubHeading {
	font-family: verdana, tahoma, arial, helvetica, geneva, sans-serif;
	font-weight: normal;
	font-size: 13px;
	color: #030;
}

.breadcrumbs {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666;
}
.breadcrumbs A:link    { color: #999; text-decoration: underline; }
.breadcrumbs A:visited { color: #999; text-decoration: underline; }
.breadcrumbs A:active  { color: #999; text-decoration: underline; }
.breadcrumbs A:hover   { color: #336699; text-decoration: underline; }


.caption {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: black;
}


.externalLink {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

/*
P.portfolioMenu {
	font-family: arial, helvetica, geneva, sans-serif;
	font-size: 1.1em;
	color: #336699;
}
.portfolioMenu IMG { vertical-align: middle; }
*/
