/* CSS Document */
body {	margin: 0px;	padding: 0px;	background: #efefef;
	font-family: "Trebuchet MS", verdana, lucida, arial, helvetica, sans-serif;
	font-size: 13px;	color: #000;	text-align: center;		
}
div, hr, h1, h2, h3, h4, h5, ul, li, dl, dt, dd, img, form, fieldset, blockquote {
    margin: 0px;    padding: 0px;    border: 0px; text-align: left;
}
p {margin: 0px;    padding: 8px 0px 10px 0px; } 
h1 {	font-size: 24px; }
h2 {	font-size: 22px; padding: 5px 0px 5px 0px; }
h3 {	font-size: 18px; padding: 0px;}
h4 {	font-size: 14px; color: #fff; padding: 4px 0px 4px 5px; background: url(../images/title_bg.jpg) repeat-y}
h5 {	font-size: 13px; padding: 2px; }
li{	
	list-style-position: inside;
	list-style-type: none; }
#mainwhole tr{
	font-size: 12px;
	height: 25px;
	}
#mainwhole td{
	padding-left: 5px;
	border: 1px solid #efefef;
	}
#mainposts tr{
	font-size: 12px;
	height: 25px;
	}
#mainposts td{
	padding: 5px;
	border: 1px solid #efefef;
	}
td {
	font-family: "Trebuchet MS", verdana, lucida, arial, helvetica, sans-serif;
	font-size: 13px;	color: #000;
	}
	
	
td.headline {
	color: #fff;
	font-weight: bold;
	font-size: 15px;
	height: 25px;
	background: url(../images/menubg.jpg) repeat-x;
	}
tr.subline {
	height: 5px;
	background: url(../images/menubg.jpg) repeat-x;
	}
td.subline {
	height: 5px;
	background: url(../images/menubg.jpg) repeat-x;
	}
a { text-decoration: none; }
a:hover { text-decoration: underline; }
a.headlink {
	color: 0e2567;
	}
hr {
	background:  #efefef;
	color: #efefef;
	height: 5px;
	width: 280px;
	margin: 20px 20px 20px 60px;
	text-align: center;
	display: block;
}
#list li{
	padding: 5px;
	display: inline;
	}
#layout {
	margin:0 auto;
	padding:0 auto;
	position: relative;
	background: #fff;
	width: 950px;
	border-left: 4px solid #e5e5e5;
	border-right: 4px solid #e5e5e5;
	}
#head {
	height: 110px;
}
#logo {
	position: absolute;
	top: 15px;
	left: 20px;
	width: 400px; 
}
#search {
	width: 150px;
	position: relative;
	top: 15px;
	left: 750px;
}
#search li {
	display: inline;
	padding: 0px 5px 0px 5px;
}
#search a {
	color: #00185d;
	display: inline;
	padding: 0px 5px 0px 5px;
	text-decoration: none;
}
#search a:hover {
	display: inline;
	padding: 0px 5px 0px 5px;
	text-decoration: underline;
}
#login {
	width: 10px;
	position: absolute;
	top: 0px;
	left: 920px;
	}
#add {
	position: relative; 
	width: 400px;
	left: 275px;
	padding-top: 30px;
	height: 400px;
	text-align: center;
	}
#menu {	
	width: 950px;
	border-bottom: 2px solid #e5e5e5;
	border-top: 2px solid #e5e5e5;
	background: #00185d url(../images/menubg.jpg) repeat-x;
}
#menu ul {
	position: relative;
	left: 9px;
	color: #00185d;
	font-size: 14px;
}
#menu li {
	display: inline;
	margin: 1px;
	background: #fff;
}
#menu a {
	padding: 0px 15px 0px 15px;
	color: #00185d;
	text-decoration: none;
}
#menu a:hover {
	background: #efefef;
	padding: 0px 15px 0px 15px;
	text-decoration: none;
}

#main{
	width: 950px;
}
#mainhead {
	position: relative;
	background: #efefef;
	width: 950px;
	height: 120px;
}
#mainhead_small {
	position: relative;
	background: #fff;
	width: 950px;
	height: 25px;
	font-size: 12px;
}
#mainhead_small ul {
	position: relative;
	top: 5px;
}
#mainhead_small li {
	display: inline;
	padding: 0px 5px 0px 5px;
}
#mainimage {
	position: absolute;
	left: 10px;
	top: 10px;
}
#motto {
	position: absolute;
	top: 30px;
	left: 260px;
	width: 400px;
} 
#mainrightimage {
	position: relative;
	width: 80px;
	top: 10px;
	left: 820px;
} 
#mainleft{
	float: left;
	width: 250px;
}
#innerleft{
	position: relative;
	top:10px;
	left:10px;
	width: 230px;
}
#maincenterright{
	float: left;
	width: 700px;
}
#innercenterright{
	position: relative;
	top:10px;
	left:10px;
	width: 650px;
}
#mainwhole{
	float: left;
	width: 950px;
}
#innermainwhole{
	position: relative;
	top:10px;
	left:10px;
	width: 930px;
}
#mainforum{
	float: left;
	width: 950px;
}
#innerforum{
	position: relative;
	top:10px;
	left:10px;
	width: 930px;
}
#mainhalfleft{
	float: left;
	width: 500px;
}
#innerhalfleft{
	position: relative;
	top:10px;
	left:10px;
	width: 470px;
}
#mainhalfright{
	float: left;
	width: 450px;
}
#innerhalfright{
	position: relative;
	top:10px;
	left:10px;
	width: 420px;
}
#forumbox{
	margin-bottom: 5px;
	float: left;
	width: 928px;
	border: 1px solid #ccc;
}
#userbox{
	float: left;
	width: 200px;
	background: #efefef;
}
#inneruserbox {
	position: relative;
	top:5px;
	left:10px;
	width: 190px;
	padding-bottom: 10px;
	}
#postbox{
	float: left;
	width: 727px;
	background: #fff;
	border-left: 1px solid #ccc;
}
#innerpostbox {
	position: relative;
	top:5px;
	left:10px;
	width: 710px;
	padding-bottom: 10px;
	}
#forumboxbottom{
	clear: both;
	width: 800px;
	height: 10px;
	}
	
#maincenter{
	float: left;
	width: 450px;
}
#innercenter{
	position: relative;
	top:10px;
	left:10px;
	width: 430px;
}
#news {
	position: relative;
	background: #efefef;
	top: 10px;
	
}
#newsheadline {
	position: relative;
	left: 2px;
	top:2px;
	height: 22px;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bolder;
	
}
#innernews {
	background: #fff;
	width: 430px;	
}
#mainright{
	float: left;
	width: 250px;
}
#innerright{
	position: relative;
	top:10px;
	left:10px;
	width: 230px;
}
#leftmenu {
	background: #efefef;
	width: 230px;
	padding-bottom: 20px; 
}
#innerleftmenu {
	position: relative;
	left: 4px;
	top: 4px;
}
#innerleftmenu a{
	margin: 5px 0px 5px 0px;
	font-size: 14px;
	color: #000;
	text-decoration: none;
}
#innerleftmenu a:hover{
	margin: 5px 0px 5px 0px;
	color: #000;
	text-decoration: underline;
}
#partners {
	background: #efefef;
	width: 230px;
	padding-bottom: 4px; 
}
#partners a{
	text-decoration: none;
}

#mainbottom{
	clear: both;
	background: #fff;
	height: 40px;
	width: 950px;
}
#footer{
	position: relative;
	bottom: 10px;
	font-size:9px;
	text-align:center;
	background: #efefef;
	height: 40px;
	width: 950px;
}
#disclaimer{
		text-align:center;
	position:absolute;
	left:150px;
	top:10px;
	width:650px;}
