/* CSS Document */
body {
	background: #555555;
	margin: 0px;
	padding: 0px;
	font-size: 8pt; 
    line-height: 12pt; 
    font-family: verdana, arial, sans-serif; 
    color: #333333 
}
#body {
	width: 749px;
	height: 100%;
	background: #FFFFFF;
	margin-top: 0px;
	padding: 0px;
	text-align: left;
}
#topnav {
	height: auto;
	text-align: right;
	background: #555555;
	color: #FFF;
	padding-right: 5px;
	padding-top: 5px;
}
#header {
	width: 749px;
	height: 268px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	margin-bottom: -2px;
}
#container {
	width:749px;
	height:100%;
}
#con-top {
	width: 749px;
	height: 9px;
	margin-top:-2px;
	margin-bottom:-2px;
}
#con-middle {
	width:749px;
	height:auto;
	color: #FFF;
	background: #BFBFBF;
	background-image: url('images/index_06.gif');
	background-position: center top;
	background-repeat: repeat-y;
}
#con-m1 {
	float: left;
	height:100%;
	width:150px;
	margin-left:0px;
	color: #333333;
}
#con-m2 {
	height:100%;
	width:550px;
	margin-right:10px;
	margin-left:180px;
	color: #333333;
}
#con-bottom {
	width: 749px;
	height: 9px;
	margin-top:-4px;
	margin-bottom:-2px;
}
h2.main2 {
    padding: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    width: 100%;
    color: #CCCCCC;
    border-bottom: #CCCCCC 1px solid;
}
/* .............................. */
/* Links */
/* .............................. */

a {
	color:#323232;
	text-decoration:underline;
	}
	
a.toplink {
	color:#E5E5E5;
	text-decoration:none;
	}

a:link {
    color: #323232;
    text-decoration:underline;
}
a:visited {
    text-decoration:underline;
}
a:hover {
    color: #75B9E7;
}
a:active {
    color: #75B9E7;
    text-decoration:none;
}
/* .............................. */
/* Menu */
/* .............................. */
ul.sidemenu {
	padding: 0;
	margin: 0;
	margin-left: 5px;
	list-style: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 120px;
	text-decoration:none;
}

ul.sidemenu li {
	text-decoration:none;
}

ul.sidemenu li a {
	text-decoration: none;
	display: block;
	width: 120px;
	color: #333333;
	font-weight: bold;
	padding: 4px 10px;
}

ul.sidemenu li a:link {
	text-decoration: none;
	display: block;
	width: 120px;
	color: #333333;
	font-weight: bold;
	padding: 4px 10px;
}

ul.sidemenu li a:visited {
	text-decoration: none;
	display: block;
	width: 120px;
	color: #333333;
	font-weight: bold;
	padding: 4px 10px;
}

ul.sidemenu li a:hover {
	background-color: #75B9E7;
	color: #FFF;
	text-decoration: none;
}
#clearer {
	clear:both;
}