@charset "utf-8";
/* CSS Document */
body {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  background-color: #F5F5F5;
  font-size:14px;
  color: #525252;
  margin: 0px;
  padding: 0px;
}

html {
overflow: -moz-scrollbars-vertical; 
overflow-y: scroll;
overflow-x: scroll;
}

h3 {
	font-size: 18px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#topbar {
	margin: 0px;
	padding-top: 5px;
	padding-left: 45px;
	height: 44px;
	min-width: 1280px;
	background-color: #333;
	color: #FFF;
	font-size: 26px;
	font-weight: bold;
}

#maincontent {
	display: block;
	position: relative;
    width: 1112px;
	min-height: 600px;
	/*border-radius: 6px;*/
	padding: 0px;
    margin: 0px;
	margin-left: 210px;
	margin-bottom: 8px;
	/*background-color:#FCC;*/
}

#contentleft {
	display: block;
	/*box-shadow: 0 0 14px #999;
	-moz-box-shadow: 0 0 14px #999;
	-webkit-box-shadow: 0 0 14px #999;
	-o-box-shadow: 0 0 14px #999;*/
    width: 846px;
	min-height: 600px;
    background-color:#FFF;
	padding-left: 14px;
	padding-right: 16px;
	padding-top: 6px;
	padding-bottom: 20px;
    margin: 0px;
	margin-top: 0px;
	float: left;	
}

#contentright {
	display: block;
    width: 190px;
	/*	
	border-radius: 6px;
	border: 1px solid gray;
	border-radius: 2px;*/
	padding: 10px;
    margin: 0px;
	margin-right: 5px;
	margin-top: 60px;
	float: right;
	clear: right;
	background-color:#FFF;
	border: 2px solid gray;
	border-radius: 2px;
}

#navmenu {
	display: inline;
    width: 198px;
	height: 425px;
    background-color: #DEFADE;
	border-width: 1px;
	border-style: solid;
	border-color: #090;	
	border-radius: 2px;
	padding-left: 12px;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-right: 8px;
	margin-left: -188px;
    margin-top: -4px;
	margin-right: 18px;
	margin-bottom: 16px;
	float: left;
	line-height: 210%;
	font-size: 15px;	
}

#footer {
	display: block;
    width: 280px;
	/*	
	border-radius: 6px;
	border: 1px solid gray;
	border-radius: 2px;*/
	padding: 0px;
	padding-right: 25px;
	padding-top: 10px;
	margin-top: 0px;
    margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
	clear: both;
}

.italics {
	font-style: italic;
	font-weight: bold;
}

.bold {
	font-weight: bold;
}

ul {
    padding: 0px;
    margin: 12px;
	margin-top: 8px;
	margin-left: 14px;
}

/* unvisited link */
a:link {
    color: #000;
	text-decoration:underline;
}

/* visited link */
a:visited {
    color: #000;
	text-decoration:underline;
}

/* mouse over link */
a:hover {
    color: #999;
	text-decoration:underline;
}

/* selected link */
a:active {
    color: #0F0;
	text-decoration:underline;
}

a.h:link {
    color: inherit;
	text-decoration:none;
}

a.h:visited {
    color: inherit;
	text-decoration:none;
}

a.h:hover {
    color: #999;
	text-decoration:none;
}

a.h:active {
    color: #0F0;
	text-decoration:none;
}

a.green:link {
    color: #090;
	text-decoration:underline;
}

a.green:visited {
    color: #090;
	text-decoration:underline;
}

a.green:hover {
    color: #333;
	text-decoration:underline;
}

a.green:active {
    color: #0F0;
	text-decoration:none;
}