html {
	height: 100%;
	margin-bottom: 1px;
}

body {
	color: #444;
	margin: 0;
	padding: 0;
	text-align: center; /* Makes Win IE 5.5 and 5.0 center the design (bug). */
	background-color: #F0F4FD;
	font: 62.5% Calibri, Verdana, Geneva, Arial, sans-serif; 
}
/******************
LAYOUT DIVS
******************/
#wrapper { 
	min-width: 775px; /* Keeps div from shrinking more than 775 pixels in width as window is narrowed. */
	max-width: 910px; /* Keeps div from growing more than 910 pixels in width as window is expanded. */
	padding: 0;
	margin: 0 auto; 
	position: relative;
	font-size: 1.5em;
	word-spacing: 0.1em;
	text-align: left; /* Resets the text alignment from center to left to override hack on body above. */
}

#inner { 
	margin: 0 10px;
}

/* The following hack is read only by Mac IE. It gives it a fixed width for the wrapper div since Mac IE doesn't support min- and max-width. */
/*\*//*/
#wrapper {
	width: 775px;
	}
/* End show to Mac IE. */

#top {
	height: 20px;
}

#mainbody-top {
	border-left: 1px solid #006666;
	background: url(Img/main-t2.jpg) no-repeat 100% 0;
	height: 30px;
}

#links-top 
{
	height: 30px;
}

#links-top ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#links-top li {
	float: right;
	padding-right: 16px;
}

#links-top li a {
	line-height: 25px;
	text-decoration: none;
	font-size: 12px;
	color: #006666;
}

#links-top li a:hover {
	text-decoration: underline;
}

#header {
	height: 62px;
	border-left: 1px solid #006666;
	border-right: 1px solid #006666;
	background: #FFF url(Img/headerBG2.jpg) no-repeat;
}

#search {
	float: right;
	width: 185px;
	margin-top: 5px;
	margin-right: 2px;
}

#topmenu  
{
	height: 25px;
	padding-left: 10px;
	background: #FFF url(Img/topmenubg2.jpg) no-repeat;
	border-left: 1px solid #006666;
	border-right: 1px solid #006666;
	border-bottom: 1px solid #FFF;
}

#topmenuc  
{
	height: 25px;
	padding-left: 10px;
	background: #FFF url(Img/topmenubg3.jpg) no-repeat;
	border-left: 1px solid #006666;
	border-right: 1px solid #006666;
}

#mainbodymain {
	border-left: 1px solid #531E78;
	border-right: 1px solid #531E78;
	background: #FFF url(Img/MainPageSideBar4Up.jpg) repeat-y;
}

#mainbody {
	border-left: 1px solid #531E78;
	border-right: 1px solid #531E78;
	background-color: #FFFFFF;
}

#maincol {
	float: right;
	width: 100%;
	margin-left: -256px;
}

#maincol-container {
	padding: 0 0 0 10px;
	margin-left: 241px;
}

#maincol-containernosidenav {
	padding: 0 0 0 10px;
}

#main-intro 
{
	height: 200px;
	overflow: hidden;
	position: relative;
}

#slogan {
	padding-top: 5px;
	text-align: center;
}

#sidecolmain {
	float: left; 
	width: 250px;
	position: relative;
}

#sidecol {
	float: left; 
	width: 250px;
	position: relative;
	border-right: 1px solid #663399;
	border-bottom: 1px solid #663399;
	margin-top: 25px;
}

#topleftsidehome {
	margin-top: 25px;
	padding-bottom: 25px;
}

#topleftside 
{
	padding-bottom: 15px;
}

#bottomleftsidemain {
	background-color: #531E78;
}

#bottomleftside 
{
	border-top: solid 1px #663399;
}

#sidebarimagemain {
	height: 358px;
	width: 249px;
}

#sidebarimage {
	height: 200px;
	width: 249px;
}

div#sidebarimagemain img {
	position: absolute;
	top: auto;
	left: 1px;
}

div#sidebarimage img {
	position: absolute;
	top: auto;
	left: 0;
}

#crumbs {
	margin: 10px 15px 0;
	padding: 0; 
	font-size: 0.9em;
}

#crumbs a  {
	text-decoration: none; 
	color: #006666;
	font-weight: normal; 
}

#crumbs a:hover  {
	color: #95b8bb;
}

#crumbs span  {
	font-weight: normal; 
}

#content {
	padding: 20px;
}

#content h2 {
	margin-top: 7px;
	border-bottom: 1px solid #a15e81;
	color: #a15e81;
}

#mainbody-bottommain {
	background: url(Img/main-bm.gif) 100% 0 no-repeat;
	height: 20px;
}

#mainbody-bottom {
	background: url(Img/main-bc.gif) 100% 0 no-repeat;
	border-left: 1px solid #531E78;
	height: 20px;
}

#footer {
	margin-bottom: 10px;
	text-align: center;
}

/******************
PARAGRAPHS, LISTS
******************/
p, ul, ol 
{
	line-height: 1.5em;
}

/******************
HEADINGS
******************/
h1, h2, h3
{
	font-weight: normal;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
}

h1 { 
	font-size: 2.5em;
}

h2 
{
	font-size: 1.5em;
}

h3 
{
	font-size: 1.2em;
	color: #59898d;
}
/******************
LINKS
******************/
a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#content a:link, 
#content a:visited { 
	color: #59898d;
	text-decoration: underline;
}

#content a:hover, 
#content a:active, 
#content a:focus { 
	color: #006666;
}

a img {
	border: 0;
}

/******************
FORMS
******************/
form {
	margin: 0;
	padding: 0;
}

fieldset {
}

fieldset.input {
	border: 0;
}

#content label {
	display: block;
	padding-top: 8px;
}

/******************
CLASSES
******************/
.clr {
	clear: both;
}

.addressmain
{
	padding-left: 15px;
	color: #FFF;
	font-weight: bold;
}

.address 
{
	padding-left: 15px;
	color: #006666;
	font-weight: bold;
}

.imglogo {
	width: 560px;
	height: 52px;
	position: absolute;
	float: left;
}

.datemodified {
	font-size: 10px;
	font-family: Verdana, Arial, sans-serif;
}

a.nounder {
	text-decoration: none;
	border: 0;
	cursor: pointer;
}

a.nounder:hover {
	text-decoration: none;
}
/******************
CLASSES - PODS Quick Links
******************/
.pods {
	border-top: none;
	float: left; 
	margin: 10px 30px 0 30px;
	width: 35%;
	font-family: Geneva, Arial, Verdana, sans-serif; 
}

.pods ul {
	list-style-type: none;
	margin-left: 0;
	padding: 0;
	line-height: 1em; 
}

.pods li {
	margin-top: 2px;
}

.pods li a {
	margin: 0; 
	color: #663399; 
	list-style-type: none;
	text-decoration: none;
	font-size: 0.8em;
}

.pods li a:hover {
	color: #006666; 
	text-decoration: underline;
}

.pods h2 {
	padding: 2px;
	color: #663399;
	border-bottom: #663399 1px solid;
	border-top: #663399 1px solid;
}
/******************
CLASSES - Related Sites
******************/
.pods2 
{
	border-top: none;
	float: right; 
	margin: 10px 30px 0 30px;
	width: 35%;
	font-family: Geneva, Arial, Verdana, sans-serif; 
	white-space: nowrap;
}

.pods2 ul {
	list-style-type: none;
	margin-left: 0;
	padding: 0; 
	line-height: 1em; 
}

.pods2 li {
	margin-top: 2px;
}

.pods2 li a {
	margin: 0; 
	color: #006666; 
	list-style-type: none;
	text-decoration: none;
	font-size: 0.8em;
}

.pods2 li a:hover {
	color: #660066; 
	text-decoration: underline;
}

.pods2 h2 {
	padding: 2px;
	color: #006666;
	border-bottom: #006666 1px solid;
	border-top: #006666 1px solid;
}