/* CSS Document */

/* Global Styles */

body {
	margin-top: 0px;
	margin-left: 0px;
	background-color: #98A094;
}

h1  {
	color: #5D4B87;
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: lighter;
	font-variant: small-caps;
	text-align: center;
	letter-spacing: .1em;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #847FB3;
	text-align: left;
	font-weight: normal;
	font-style: italic;
	page-break-after: always;
}

h3  { 
color: #588154; font-size: 13px; 
font-family: Arial, Helvetica, sans-serif; 
font-weight: lighter; 
text-align: center;
 }

h5  { 
color: #275023; font-size: 12px; 
font-family: Arial, Helvetica, sans-serif; 
font-weight: lighter; 
text-align: center;
 }
 
 a {
	color: #443e75;
	text-decoration: underline; 
 }


/* Main Navigation */

#leftnav td a {
	border-bottom: 1px solid #443e75;
}
	
#leftnav a:link   { 
color: #3c3564; 
font: 12px/17px arial; 
text-decoration: none; 
background: url(../images/bullet.gif) no-repeat 8px 50%; 
display: block; 
padding: 8px 6px 8px 20px;
}

#leftnav a:visited      { 
color: #575193; 
font: 12px/16px arial; 
text-decoration: none; 
background: url("../images/bullet_on.gif") no-repeat 8px 50%; 
display: block; 
padding: 8px 6px 8px 20px; 
}
	
#leftnav a:hover   { 
color: #ffffff; 
background: #7B76A4 url(../images/bullet_on.gif) no-repeat 8px 50%; 
}

/* Top Navigation */


#topnav td {
	background-color: #C8C3EE;
	text-align: center;
	vertical-align: middle;
}

	
#topnav a:link   { 
color: #3c3564; 
font: 12px/17px arial; 
text-decoration: none; 
display: block; 
padding: 4px 6px 4px 6px;
}

#topnav a:visited      { 
color: #575193; 
font: 12px/16px arial; 
text-decoration: none; 
display: block; 
}
	
#topnav a:hover   {
color: #5A6256;
background-color: #C8C3EE;

}


/* ID Styles */

#maincontent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: justify;
	text-indent: 16px;
	padding-top: 10px;
}

#lhmenu {
	background-color: #C8C3EE;
	text-align: center;
	vertical-align: middle;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #2F194D;
	border-bottom-color: #2F194D;

}

#dhmenu {
	background-color: #A19CC7;
	text-align: center;
	vertical-align: middle;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #2F194D;
	border-bottom-color: #2F194D;

}

#footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: italic;
	color: #46358A;
	text-align: center;
	vertical-align: middle;
}

#footert {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: italic;
	color: #46358A;
	text-align: center;
	vertical-align: top;
}



/* Class Styles */

.grey12c {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: center;
}

.grey12j {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: justify;
	text-indent: 18px;
}

.grey12l {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: left;
}

.grey12r {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: right;
}

.caption {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: italic;
	color: #46358A;
	text-align: center;
}