﻿body {
	font-family : Geneva, sans-serif;
	background : transparent;
	border : 0;
	margin : 0;
}
h1 {
	font-family : Geneva, sans-serif;
	font-size : 18pt;
	margin: 0px;
	padding: 2px;
	color : #336699;
	font-weight : 600;
}
h2 {
	font-family : Geneva, sans-serif;
	font-size : 14pt;
	margin: 5px;
	padding: 2px;
	color : #990066;
	font-weight : 600;
}
h3 {
	font-family : Geneva, sans-serif;
	font-size : 12pt;
	margin: 5px;
	padding: 2px;
	color : #336699;
	font-weight : 600;
}
h4 {
	font-family : Geneva, sans-serif;
	font-size : 11pt;
	margin: 5px;
	padding: 2px;
	color : #336699;
	font-weight : 600;
}
i {
	font-family : Geneva, sans-serif;
	font-size : 10pt;
	margin: 5px;
	padding: 2px;
	color : #800000;
	font-weight : 500;
}
P {
	font-family : Geneva, sans-serif;
	font-size : 11pt;
	margin: 5px;
	padding: 5px;
	color : #000000;
	font-weight : 500;
}

a {
	text-decoration: underline;
	font-family : Geneva, sans-serif;
	font-weight : 500;
	font-size : 11pt;
	color : #990066;
}
a:hover {
	border: none;
	text-decoration: none;
	font-family : Geneva, sans-serif;
	font-weight : 500;
	color : #336699;
	font-size : 11pt;
}
 img {
	text-decoration: none;
	border:0px
	}

#header {
	border: 1px solid #cecea5;
	background: #d7dabd;
	margin: 0 0 0 0;
	padding: 0px 0px 0px 0px;
	}
#outer_wrapper {
	background: #fff url("images/background_2.gif") repeat-y left;
}
#wrapper {
	background: url("images/background_3.gif") repeat-y right;
}

#container {
	width: 100%;
	float: left;
	margin-right: -200px;
	background: url("images/background_3.gif") repeat-y right;
}
#content {
	margin-right: 200px;
	background: url("images/background_2.gif") repeat-y left;
}
#main {
	margin: 0px 10px 10px 150px;
	padding:10px;
}
#left {
	width: 150px;
	float: left;
}
#sidebar {
	width: 195px;
	float: right;
	position: relative;
}
#footer {
	border: 1px solid #cecea5;
	background: #d7dabd;
	margin: 0 0 0 0;
	padding: 2px 5px 5px 5px;
}

.last {
	margin-bottom: 0;
}
.clearing {
	height: 0;
	clear: both;
}
ul {

	margin: 0;

	padding: 0;

	list-style: none;

	width: 150px; /* Width of Menu Items */

	border-bottom: 1px solid #ccc;

	}



ul li {

	position: relative;

	}

	

li ul {

	position: absolute;

	left: 149px; /* Set 1px less than menu width */

	top: 0;

	display: none;

	}



/* Styles for Menu Items */

ul li a {

	display: block;

	text-decoration: none;

	color: #990066;

	background: #e7e7d6; /* IE6 Bug */

	padding: 5px;

	border: 1px solid #ccc;

	border-bottom: 0;

	}
.red {
	color: #FF0000;
	}

/* Fix IE. Hide from IE Mac \*/

* html ul li { float: left; height: 1%; }

* html ul li a { height: 1%; }

/* End */


ul li a:hover { color: #336699; background: #f9f9f9; } /* Hover Styles */

p#footer {
	font-family: Geneva, sans-serif;
	font-weight : 600;
	font-size: 10px;
	color : #3E59A1;
	
}
a#footer {
	font-family: Geneva, sans-serif;
	font-weight : 600;
	font-size: 10px;
	color : #3E59A1;
	text-decoration:underline	
}
a:hover#footer {
	font-family: Geneva, sans-serif;
	font-weight : 600;
	font-size: 10px;
	color : #3E59A1;
	text-decoration:underline	
}
