/**********************************************************************************************************************************************

UNIVERSAL

**********************************************************************************************************************************************/
body {
	background: #ebebeb;
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Verdana, sans-serif;
	text-align: center; /* hack for centering frame div in IE Win */
	line-height: 1.3em;
	font-size: x-small; /* IE5 Win */
	color: #5b5b5b;
	voice-family: "\"}\""; 
	voice-family: inherit;
	font-size: small;
}

p {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Verdana, sans-serif;
	font-size: 100%;
	font-weight: normal;
	color: #5b5b5b;
	padding: 0;
	margin: 0;
	line-height: 1.75em;
}

h1 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	font-size: 32px;
	font-weight: normal;
	color: #5b5b5b;
	padding: 0;
	margin: 0;
	line-height: 32px;
}

h1.title {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	font-size: 28px;
	font-weight: normal;
	color: #5b5b5b;
	padding: 0 0 .3em 0;
	margin: 0 0 .6em 0;
	border-bottom: 2px solid #cc0033;
	width: 220px;
}

h1.titleFull {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	font-size: 28px;
	font-weight: normal;
	color: #5b5b5b;
	padding: 1em 0 .3em 0;
	margin: 0 0 .6em 0;
	border-bottom: 2px solid #eeab1f;
	width: 99%;
}

h2 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	font-size: 100%;
	color: #425258;
	padding: 0px 0px .7em 0px;
	margin: 1em 0 -1em 0;
	border-bottom: 1px dotted;
	font-weight: bolder;
	}

h3 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	font-size: 90%;
	color: #425258;
	padding: 0px;
	margin: 0 0 0 0;
	font-weight: bolder;
	}

a:link {
	text-decoration: none;
	color: #096B9A;/*blue*/
	}

a:visited {
	color: #5b5b5b;/*gray*/
	}

a:hover {
	text-decoration: underline;
	color: #DA5826;/*orange*/
	}

.italic {
	font-style: italic;
}

.small_body {
	color: #666666;
	font-size: x-small;
}
.strong {
	color: #425258;
}
.strong_2 {
	color: #425258;
	font-size: 8pt;
	font-weight: bolder;
}
.strong_3 {
	color: #425258;
	font-size: 10pt;
	font-weight: bolder;
}

#custom ul ol li:before {
	list-style: none;
	font-size: x-small;
	/*content: "\00BB \0020";*/
}

#custom li {
	color: #666666;
	font-size: x-small;
	line-height: 2em;
}




/**********************************************************************************************************************************************

DIV'S

**********************************************************************************************************************************************/
#frame {
	/*centers main frame div and all content contained therein, also sets text to align left */
	width: 750px;
	margin: 0px auto;
	text-align: left;
}

#header {
	background-color: #ccc;
}

#content {
}

#menuContentWrapper {
/*Sets all of the properties needed to place the menu in a left column*/
	float: left;
	margin-top: 0;
	padding-top: 0;
	width: 231px;
}

#menu {
	background: #fff;
	padding-bottom: 30px;
}

#mainContentWrapper {
/*Sets all of the properties for the main text area*/
	width: 750px;
	background: #fff url(bgContent.gif) repeat-y;
}

#main {
	background: url(../images/bgMain.gif) no-repeat;
	background-position: bottom;
	margin-left: 231px;
	padding: 0 10px 30px 20px;
}

#main p {
	margin-top: 10px;
}

#main img.img01 {
/*controls the main image at the top of the content area, floating it to the right of the content*/
	float: right;
	margin-top: 0;
	padding: 0;
}

#main img.img02 {
/*controls a secondary image at the top of the content area, floating it to the left of the paragraph it's placed before*/
	float: left;
	margin-top: 0;
	padding: 5px 15px 5px 0;
}

#nav ul	{
	line-height: 20px;
	margin: 0;
	padding: 0;
	text-align: left;
	border: 0;
	}
	
#nav ul li	{
	list-style: disc url(../images/subMiddle.gif) inside;
	margin: 0;
	padding: 0;
	line-height: 20px;
	font-size:    xx-small;      
	voice-family: "\"}\"";   
	voice-family: inherit;   
	font-size:    x-small;      
	}

#nav li.top {
	list-style: disc url(../images/subTop.gif) inside;
	}

html>#nav ul li	{
	font-size: x-small;
	} 

#nav ul li a:link {
	font-weight: normal;
	color: #DA5826;/*Orange*/
	text-decoration: none;
	}

#nav ul li a:visited {
	color: #DA5826;/*Orange*/
	text-decoration: none;
	}

#nav ul li a:hover {
	color: #5b5b5b;/*gray*/
	text-decoration: underline;
	}

#nav ul li a:link:active {
	background-color: #BAC2B9;/*colored gray*/
	/*display: block;*/	color: #5b5b5b;/*gray*/
	text-decoration: underline;
	}
#nav img.space {
/*adds padding above each nav graphic in the "normal" state*/
	padding-top: 18px;
	}

#sidebar {
	padding: 0;
	border-bottom: 1px dotted #fff;
}

#quicklinks {
	padding-top: 30px;
}

#footerWrapper	{
	background: #eee url(../images/grFooter.gif);
	width: 750px;
	height: 90px;
	padding: 0;
	/*border: 1px solid #566;*/
	}

html>#footerWrapper	{
	width: 750px;
	}

#footer {
	text-align: left;
	padding: 0;
	width: 730px;
}

#footer p {
	color: #096B9A;
	font-size: 80%;
	line-height: 1.2em;
	text-align: left;
	border-top: 1px dotted #ccc;
	padding: 10px;
	}

#footer .footerLinks {
	padding-left: 50px;
}

#spacer {
	height: 10em;
}

#spacer02 {
	height: 5em;
}

#spacer03 {
	height: 2em;
}
