body{
	font-family:Arial,Helvetica,sans-serif;
	font-size: 13px;
	background: #ffffff;
	padding: 0;
	margin: 0;
}

div{
	padding: 0;
	margin: 0;
}

a:link, a:visited{
	text-decoration: none;
	font-weight: bold;
	color: #4E698F;
}
a:hover{
	text-decoration: none;
	font-weight: bold;
	color: #222222;
}
a:active{
	text-decoration: none;
	font-weight: bold;
	color: #4E698F;
}

img{
	margin: 0;
	padding: 0;
	border: none;
}

a img { 
	border:0;
	vertical-align: middle;
}

table{
	border-collapse: collapse;
}

th{
	background: #4E698F;
	color: #ffffff;
	padding: 2px;
}

td{
	border-collapse: collapse;
}

h2{
	margin-bottom: 10px;
}

.input{
	border: 1px solid #98A1D7;
	margin-bottom: 3px;
}

.bold {
font-weight: bold;
}

.submit{
	background: #4E698F;
	margin-bottom: 3px;
	font-weight: bold;
	color: #ffffff;
	padding: 0;
}

#wrapper{
	width: 100%;
}

#header{
	background: #000000;
}

#header_content{
	width: 1000px;
	height: 130px;
	margin: auto;
	position: relative;
}

#header_menu{
	height: 25px;
	position: absolute;
	bottom: 0;
	right: 0;
}

#header_menu_left{
	background: url(images/header_menu_ends.gif) left bottom no-repeat;
	overflow: hidden;
	float: left;
	width: 84px;
	height: 25px;
}

#header_menu_middle{
	float: left;
	height: 25px;
	background: #dcdcf6;
}

#header_menu_middle ul{
	list-style-type: none;
	height: 25px;
	margin: 0;
	padding: 0;
}

#header_menu_middle ul li{
	display: block;
	float: left;
}

#header_menu_middle ul li:hover{
	background: #000000;
	color: #ffffff;
}

#header_menu_middle ul li a{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	display: block;
	text-align: center;
	padding: 5px 0;
	font-size: 13px;
	width: 90px;
}

#header_menu_middle ul li a:hover{
	color: #ffffff;
	background: #4E698F;
}

.header_menu_middle_active a{
	color: #ffffff !important;
	background: #4E698F;
}

#header_menu_right{
	background: url(images/header_menu_ends.gif) right bottom no-repeat;
	overflow: hidden;
	float: left;
	width: 84px;
	height: 25px;
}

.subheader{
	height: 10px;
	background: #dcdcf6;
}

#content{
	width: 1000px;
	margin: auto;
	position: relative;
	overflow: auto;
}

#left{
	width: 200px;
	background: #dcdcf6;
	float: left;
	padding: 15px 0;
	height: 100%;
}

.left_menu_header{
	margin: auto;
	width: 180px;
	background: url(images/left_menu_header.gif) center bottom no-repeat;
	height: 18px;
	text-align: center;
	font-weight: bold;
	color: #ffffff;
	font-size: 13px;
}

.left_menu_content{
	border-left: 1px solid #4E698F;
	border-right: 1px solid #4E698F;
	border-bottom: 1px solid #4E698F;
	width: 168px;
	margin: auto;
	padding: 5px;
}

.left_menu_footer{
	margin-bottom: 10px;
}

#right{
	float: right;
	width: 770px;
	padding: 15px;
	overflow: hidden;
}

.wide_box{
	border: 1px solid #cccccc;
	margin-bottom: 15px;
	padding: 0 15px 15px 15px;
	overflow: auto;
} 

#footer{
	background: #000000;
	padding: 15px;
	color: #ffffff;
}

#footer a{
	color: #ffffff;
}

.error{
	border: 1px solid #DD3C10;
	background: #eed1c9;
	padding: 7px;
	margin: 10px auto;
	text-align: center;
}

#forumHeader{
	background: #4E698F; 
	text-align: center; 
	color: #ffffff; 
	border-top: 2px solid #000000; 
	border-bottom: 2px solid #000000; 
	margin-bottom: 1px; 
	width: 750px;
}

#forumHeader td{
	padding: 10px; 
}