/* 

"Opportunity makes a thief." */
html, body {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
}

a {
	color: #577696;
	text-decoration: none;
}

ul#menu li {
	list-style: none;
	margin-left : 0px;
}

li {
	margin-left : 12px;
}

h1, .h2 {
	font-weight: bolder;
	font-size: 18px;
	margin-top: 0;
	margin-bottom: 8px;
	color: #336699;
}

/* Classes and ID's */

#top {
	width: 100%;
	height: 120px;
	background-color: #FFFFFF;
	margin-bottom: 7px;
	border: #445565 1px solid;
}

#logo {
	width: 100%;
}

#logo_center {
	text-align: center;
	background-image:url(img/bg.jpg);
}

#left {
	float: left;
	width: 200px;
}

#menu {
	border-top: #445565 1px solid;
	border-left: #445565 1px solid;
	border-right: #445565 1px solid;
	padding: 0px;
	margin: 0px;
	width: 191px;
}

.menu_a:hover {
	background-color: #3781cc;
	color:#000000;
}

.menu_a {
	text-decoration: none;
	color: #000000;
	list-style: none;
	background-color: #dedec8;
	padding: 3px;
	border-bottom: #445565 1px solid;
	width: 185px;
	display: block;
}

#selected {
	width: 185px;	
	padding: 3px;
	border-bottom: #445565 1px solid;
	background-color:#a09a9a;
	color: #000000;
}

#wrapper_left {
	width: 191px;	
	border-bottom: #000000 1px solid;
	border-left: #000000 1px solid;
	border-right: #000000 1px solid;
	background-color: #eeeee0;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 5px;
	text-align: center;
}

#right {
	margin-left: 5px;
	line-height: 16px;
}

#options {
	float: right;
}

#wrapper_right {
	float: left;
	width: 100%;	
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
}

#footer {
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
}