@charset "utf-8";

html, body, form, fieldset {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 120%;
}

/* Neutralize styling: Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address {
	margin: 0px;
	padding: 0px;
}
a  img, a img:hover, a img:visited {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}


#pageWrapper {
	width: 1024px;
	background-image: url(images/colorBar.gif);
	background-repeat: repeat-y;
	background-position: right;
	margin-right: auto;
	margin-left: auto;
}
#mainImage {
	width: 525px;
	float: left;
	background-image: url(images/mainImageMenu.jpg);
	background-repeat: no-repeat;
	height: 725px;
}
#mainMenu {
	width: 174px;
	z-index: 100;
	margin-top: 125px;
	margin-left: 300px;
}


#footer {
	clear:both;
	background-color: #fff;
	height: 75px;
}

#footer p,  #footer a, #footer a:visited {
	font-size: .8em;
	color: #7E6191;
	text-align: center;
	text-decoration: none;
}
	
#footer a:hover {
	color: #CFBE79;
	text-decoration: underline;
}

#contentArea {
	width: 800px;
}

#mainContent {
	width: 800px;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: top;
	padding-left: 70px;
	padding-right: 70px;
}
#mainContent   h1, h2, h3 {
	font-size: 1em;
	text-transform: uppercase;
	color: #660460;
}
#mainContent h2 {
	color: #990000;
	font-size: 0.75em;
}
#mainContent  h3 {
	font-size: 0.75em;
	text-transform: none;
	margin-top: 5px;
}
#mainContent   ul li {
	list-style-type: square;
	color: #5A5E69;
	margin-left: 20px;
}
#mainContent  li  p{
	margin-bottom: 1em;
}
#mainContent p {
	font-size: 0.65em;
	color: #5a5e69;
	margin-bottom: 2em;
	line-height: 1.75em;
}

#mainContent a, #mainContent a:visited {
	font-size: 1em;
	color: #806296;
	line-height: 1.75em;
	font-weight: bold;
}

#mainContent a:hover {
	color: #806296;
}
#mainContent ol {
	font-size: .65em;
	margin-left: 20px;
}
#mainContent ol li p {
	margin-bottom: 1em;
	font-size: 1em;
}
#mainContent p.iconHeight {
	line-height: 16px;
	height: 16px;
	display: block;
}
#footer a.normSize {
	font-size: 1em;
}
a[href $='.pdf'] { 
   padding-right: 18px;
   background: transparent url(images/iconPDF.gif) no-repeat center right;
}
