 /* top/bottom right/left */
 /* top right/left bottom */
 /* top right bottom left */
 /* BEWARE OF COLLAPSING MARGINS!!!!! */
/* INDEX.HTML AND MISSING.HTML STYLES ARE DEEFINED MOSTLY ON THE PAGE HEADERS */


/* SET BASE FONT */
body,th,td,table,div,p {
	font: 10pt/11pt "Trebuchet MS", Arial, Helvetica, Arial, sans-serif;
	color: #000000;
	padding: 0px;
	border: 0px;
	margin: 0px;
}

body{
	background-color: #ffffff;
}

A:visited {
	color : #666666;
	font-weight: bold;
	text-decoration: none;
}

A {
	color : #0624c7;
	font-weight: bold;
	text-decoration: none;
}

A:hover {
	color: #479ea1;
	font-weight: bold;
	text-decoration: underline;
}

A:visited.dark-bg {
	color : #e8e8e8;
	font-weight: bold;
	text-decoration: none;
}

A.dark-bg {
	color : #7ab5f4;
	font-weight: bold;
	text-decoration: none;
}

A:hover.dark-bg {
	color: #479ea1;
	font-weight: bold;
	text-decoration: underline;
}

DIV.inner_box {
	width: 780px;
	height: 700px;
	border-top: solid #195139 1px;
	border-right: solid #195139 1px;
	border-bottom: solid #195139 6px;
	border-left: solid #195139 1px;
	background-image:url(images/interior-bg.jpg);
	background-repeat: repeat-y;
	z-index:3;
}

DIV.interior_menu {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	width: 200px;
	height: 600px;
	background-image:url(images/interior-menu-bg.jpg);
	background-repeat:repeat-y;
	z-index:3;
}

DIV.interior_menu_header {
	position: relative;
	left: 0px;
	top: 0px;
	width: 200px;
	height: 138px;
	background-image:url(images/interior-menu-top.jpg);
	background-repeat:no-repeat;
	z-index:3;
}

DIV.interior_right {
	float: right;
	position: relative;
	left: 0px;
	top: 0px;
	width: 578px;
	background-image:url(images/interior-right-bg.jpg);
	background-repeat:repeat-y;
	z-index:3;
}

DIV.outer_bounding_box {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	background-color: #cfcfcf;
	z-index:2;
}

H2.blue {
	margin: 12px 10px;
	color: #0624c7;
}

H3.title {
	margin: 10px 10px;
	text-align: center;
	font: 12pt/13pt "Trebuchet MS", Arial, Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #f4ece5;
}

H3.blue {
	text-align:left;
	margin: 10px 10px;
	font: 12pt/13pt "Trebuchet MS", Arial, Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #0624c7;
}

HR	{
	width:80%;
	margin:2px 0px;
	padding:0px;
}

LI {
	margin: 2px 8px 5px -6px;
	text-align: justify;
	}

P {
	text-align : left;
	text-indent : 8px;
	margin: 5px;
}

P.address {
	font: 11pt/12pt "Trebuchet MS", Arial, Helvetica, Arial, sans-serif;
	color:#000000;
	text-align:center;
	padding: 5px 0px;
}

P.footer {
	width:780px;
	text-align:center;
	margin:10px 0px 10px;
	font: 8pt/12pt "Trebuchet MS", Arial, Helvetica, Arial, sans-serif;
	color: #000000;
}

P.justify {
	text-align : justify;
	text-indent : 10px;
	margin : 5px 8px 5px 6px;
}

P.menu {
	text-align:left;
	text-indent: 5px;
	margin: 5px 5px 5px 10px;
	font: 10pt/12pt "Trebuchet MS", Arial, Helvetica, Arial, sans-serif;
}

P.no_indent {
	text-align : justify;
	text-indent : 0px;
	margin: 5px;
}

P.no_indent_left {
	text-align:left;
	text-indent : 0px;
	margin: 5px;
}

UL,OL {
	margin-bottom: 6px;
	margin-top: 6px;
}

/* FORM ELEMENTS */

input {
	font-size: 8pt;
	color:#195139;
	background-color: #f4ece5;
	}

select {
	font-size: 8pt;
	color:#195139;
	background-color: #f4ece5;
	}

textarea {
	font-size: 8pt;
	color:#195139;
	background-color: #f4ece5;
	}
	
