body {
	margin: 0; padding: 0;
	text-align: center;
}

a img { border: 0; }

.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #515151;
	text-align:left;
}

.bodytext_white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
}

.mmhide_footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
}

/*.mmhide_table_center {
	text-align: center;
}*/

.mmhide_lighter_purple {background-color: #ce9ab3;}
.mmhide_light_purple {background-color: #c59ddc; border-right: 3px solid #fff; }
.mmhide_dark_purple {background-color: #b28ec7; border-right: 3px solid #fff; }
.mmhide_darker_purple {background-color: #9c3063;}
.mmhide_tag {margin-left: 10px; margin-bottom: 6px;}
.mmhide_search {margin-bottom: 7px; margin-left: 9px;}
.mmhide_search_border {border: 1px solid #7e658d;}
.mmmhide_index_sidebar {background-color: #f1f1f1;}
.mmhide_right_sidebar {width: 140px; margin-left: 5px;}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #9C3063;
}

a img { border: 0; }

div#related {
	border-top: 10px solid #8CAABD;
	background-color: #F1F1F1;
	margin: 0 10px 10px 0;
	padding-bottom:2px;
}

div#notes {
	border-top: 10px solid #B5C784;
	background-color: #F1F1F1;
	margin-right: 10px;
	padding-bottom:2px;
}

div#notes div { padding: 7px 7px;}
div#notes ul { padding-left:15px; margin: 10px 5px; }
div#notes ol { padding-left:15px; margin: 10px 5px; }

div#related h1, div#related h2, div#related h3 {
	background-color: #316DA5;
	color: #fff;
	padding: 5px 7px;
	font-size: 12px;
	margin: 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

div#notes h1, div#notes h2, div#notes h3 {
	background-color: #319208;
	color: #fff;
	padding: 5px 7px;
	font-size: 12px;
	margin: 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

ul.relatedParent {
	padding-left:0;
	list-style-type:none;
	margin: 5px auto;
}

ul.relatedParent li {
	display: block;
	padding: 4px;
	list-style: none;
	color: #333;
}

ul.relatedParent li a {
	text-decoration: none;
	color: #333;
}

ul.relatedParent li a:hover {
	color: #000;
	text-decoration: underline;
}

ul.relatedParent ul, ul.relatedParent ul li ul {
	margin: 5px 0 0 0;
	padding-left:0;
	list-style-type:none;
}

ul.relatedParent ul li {
	display: block;
	padding: 4px 0;
	border-top: 1px solid #d1d1d1;
}

ul.relatedParent ul li ul li { padding-left: 10px; }

ul.relatedParent ul li ul li .bullet { padding: 0; }

/* Provide space for our own "bullet" inside the LI */
ul.relatedParent li .bullet { margin-left: 0; }

/* Show "bullets" in the links, depending on the class of the LI that the link's in */
ul.relatedParent li.liOpen .bullet { cursor: pointer; background: url(/images/minus.gif) center left no-repeat; padding-left: 15px; }
ul.relatedParent li.liClosed .bullet { cursor: pointer; background: url(/images/plus.gif) center left no-repeat; padding-left: 15px; }
ul.relatedParent li.liBullet .bullet { cursor: default; background: none;  padding-left: 0; }

/* Sublists are visible or not based on class of parent LI */
ul.relatedParent li.liOpen ul { display: block; }
ul.relatedParent li.liClosed ul { display: none; }

#send {
 height: 400px;
 background: #F1F1F1;
 border-top: 10px solid #CE9AB3;
}

#send h1 {
background-color: #9c3063;
color: #fff;
font: 12px Arial, Helvetica, sans-serif;
margin: 1px 0 0 0;
padding: 5px 15px;
}

#send form {
font: 11px Arial, Helvetica, sans-serif;
text-align:left;
padding: 5px 15px;
}

.error {
font: 11px Arial, Helvetica, sans-serif;
color: #900;
margin: 5px 15px;
}

#userContent, #userContent p, #userContent div, #userContent span {text-align:left;}

.menu {
position:relative;
z-index:100;
margin: 0 auto;
text-align:left;
padding: 0;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
}

.menu ul ul {
width:149px;
border: 0;
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
float:left;
width:149px;
position:relative;
margin-right: 1px;
}

.menu li.last, .menu li.last img, .menu li.last a { margin: 0; }

/* style the links for the top level */
.menu a, .menu a:visited {
display:block;
text-decoration:none; 
width:139px; 
text-align: left;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
width:149px;
w\idth:137px;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
height:0;
top:40px;
left:0; 
width:149px;
border: 0;
}
/* another hack for IE5.5 */
* html .menu ul ul {
top:40px;
t\op:41px;
border: 0;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
color:#fff; 
height:auto; 
padding:5px 10px; 
width:129px;
background: #985385 url(/images/menu_separator.gif) top left repeat-x;
/* yet another hack for IE5.5 */
}
* html .menu ul ul a{
width:150px;
w\idth:129px;
}


/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
color:#fff; 
background: #7f476e url(/images/menu_separator.gif) top left repeat-x;
}
.menu :hover > a, .menu ul ul :hover > a {
color:#fff;
background: #7f476e url(/images/menu_separator.gif) top left repeat-x;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible; 
}

br.hide {
	clear: both;
	height: 1px;
}
.newsBox {
	background: url('/images/blue_underline.gif') bottom repeat-x;
	text-align:left;
	padding: 5px;
}

.newsBox div.fullLink {
	padding: 10px;
	font-weight: bold;
	text-align: right;
}
.newsBox h3 {
	font-size: 1.1em;
}

ul.newBoxList {
	list-style-image: url('/images/arrow_right.gif');
	list-style-type: disc;
	margin: 10px 20px;
	padding: 0;
	text-align:left;
}

ul.newBoxList li { margin-bottom: 5px; }

div#pastNews {
	border-top: 10px solid #B5C784;
	background-color: #F1F1F1;
	margin-right: 10px;
	padding-bottom:2px;
}

div#pastNews h2 {
	background-color: #316DA5;
	color: #fff;
	padding: 5px 7px;
	font-size: 12px;
	margin: 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
