/* CSS Document */

* { margin: 0; padding: 0; line-height: 17px; }

body {
	margin:0px;
	padding: 0px;
	color: #000000;
	background-color: #FEF8E2;
	}
	

table#heading {
	width: 100%;
	margin: 0px;
	border: 0px;
	padding: 0px;
}

#headbox {
	background-color: #FFF;
	line-height: 8em;
	color: inherit;
	}

#slogan {
	background: #690 url(../images/slogan.jpg) no-repeat 0 0;
	color: inherit;
	margin: 0px;
	padding: 0px;
	line-height: 1.8em;
}

/* global links*/

a:link {
	color:#690;
	background-color: transparent;
	border-bottom: 1px dotted #690;
	text-decoration: none;
}
a:visited {color: #690; background-color: transparent; border-bottom: 1px dotted #690; text-decoration: none;}
a:hover{color: #F60; background-color: #FCF3DA; border-bottom: 1px dotted #F60; text-decoration: none;}


/************ Left Navigation **************/

.yellow {

	color: inherit;
	background-color: #FFD966;
	width: 160px;
	min-height: 600px;
	vertical-align:top;
	margin: 0px;
	padding: 0px;
}



div#leftnavbox a, div#leftnavbox a:visited, div#leftnavbox a:hover {
	display: block;
	width: 160px;
	padding:8px 0px 10px 26px;
	background-color: #FFD966;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:16px;
	text-decoration: none;
	letter-spacing:.1em;
	font-weight: bold;
	font-size: 0.7em;
	border-bottom: 1px solid #F60;
	background: url("../images/mm_arrow.gif") 14px 45% no-repeat;
	margin: 0px;
}

div#leftnavbox a:hover {
	background-color: #ffffff;
	color:#FF6600;
}

div#leftnavbox a {
	color: #003366;
	background-color: #ffd966;
}

/************ End of Left Navigation **************/

#content {
	vertical-align:top;
	background-color: #FFF;
	color:#333;
	padding: 15px 380px 10px 20px;
	letter-spacing: 0.5px;
	font: 0.75EM georgia; 
	width: auto;
	
}


hr {
	background-color: transparent;
	color: #FF8000;
}
	
	
div#news {
	left: 200px;
	width: 600px;
	margin: 2px;
	padding: 10px;
}

.subtitle {
	color: #000066;
	background-color: transparent;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000066;
	background-color: transparent;
	border-bottom: 2px dotted #FFD966;
	margin-bottom: 10px;
}


ul {
	list-style-type: square;
	list-style-position: inside;
	text-align: left;
}

li {
	margin-bottom : 3pt;
}

ol {
	list-style-type: decimal;
	list-style-position: inside;
	text-align: left;
}

.photoframe {
	border-style: ridge;
	border-top: 2px solid #F90;
	border-right: 2px solid #F90;
	border-bottom: 2px solid #690;
	border-left: 2px solid #690;
}


.left_borderless{
	float: left; 
	margin-right: 8px;
}

.right_borderless {
	float: right; 
   	margin-left: 8px;
}

.left{
	float: left; 
	margin-right: 8px;
   	border-style: ridge;
	border-top: 2px solid #F90;
	border-right: 2px solid #F90;
	border-bottom: 2px solid #690;
	border-left: 2px solid #690;
}
.right {
	float: right; 
   	margin-left: 8px;
   	border-style: ridge;
	border-top: 2px solid #F90;
	border-right: 4px solid #F90;
	border-bottom: 4px solid #690;
	border-left: 2px solid #690;
}

.bu {
	font-weight: bold;
	text-decoration: underline;
}

.subtitle1 {
	font-weight: bold;
	font-size:14px;
	color: #F60;
	background: transparent;
	border-bottom: 1px dotted #F60;
	
}

td#footnote {
	background-color: #690;
	color: #FFFFFF;
	font-weight: bold;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	padding: 5px;
	border-bottom: 4px solid #FFD966;
}

* html body {
	overflow: hidden;
}
