/* Layout */
body {
text-align:center;
font-family:Helvetica,Arial,sans-serif,Tahoma;
font-size:11px;
margin:0px;
padding:0px;
margin-bottom:10px;
}

#news {
width:150px;
float:right;
padding:20px 10px 10px 10px;
background-color:#031d44;
color:#FFFFFF;
min-height: 400px;
}

#holder {
width:850px;
text-align:left;
margin:0pt auto;
}

#header {
height:100px;
width:100%;
float:left;
}

#main {
float:left;
width:640px;
padding-left:20px;
padding-right:20px;
padding-top:20px;
background-image:url(../images/bg.jpg);
background-repeat:repeat-x;
min-height: 400px;
margin-bottom:-10px;
}

#menu {
height:20px;
background-color:#324784;
overflow:hidden;
text-transform:uppercase;
width:100%;
float:left;
border-bottom:1px solid #ffffff;
}
#menu2 {
height:40px;
overflow:hidden;
width:100%;
float:left;
}
#menu3 {
height:20px;
background-color:#324784;
text-transform:uppercase;
width:100%;
float:left;
border-bottom:1px solid #ffffff;
}
#footer {
clear:both;
}
/* End Layout */


/* Fonts */
h1 {
font-size:3em;
padding-top:60px;
padding-left:30px;
margin:0px;
padding-bottom:20px;
}

h2 {
font-size:1.4em;
padding-bottom:5px;
}

h3 {
font-size:1.3em;
padding:2px 0pt 0pt 10px;
margin:0px;
}

.menu h3 {
margin-top:10px;
margin-bottom:10px;
border:0px;
padding:0px;
}

.pagecomponent a:hover {
text-decoration:underline;
}

a:hover {
text-decoration:underline;
}

#news a{
color:#dfdfdf;
font-weight:bold;
font-size:1.1em;
}

#news p{
font-size:1em;
line-height:13px;
}
/* End Fonts */


/* Menu */
.menu li {
display: inline;
}

.menu ul {
margin: 0;
padding: 0;
padding-top:1px;
line-height:20px;
}

.menu {
height:5px;
}

.menu a, .menu a:visited {
float: left;
padding: 4px 8px;
text-decoration: none;
border-right: 1px solid #ffffff; 
margin-top:-6px;
}

.menu ul li a:hover, .menu ul li .current{ 
color: white !important;
background-color:#ae9456;
}
/* End Menu */

/* Menu2 */
.menu2 li {
display: inline;
}

.menu2 ul {
margin: 0;
padding: 0;
padding-top:1px;
line-height:20px;
}

.menu2 {
height:5px;
}

.menu2 a, .menu2 a:visited {
padding-left:5px;*/
float: left;
padding: 4px 15px;
text-decoration: none;
border-right: 2px solid #ffffff; 
margin-top:-6px;
background-color:#a2b2e8;
}

.menu2 ul li a:hover, .menu2 ul li .current{ 
color: white !important;
background-color:#596da8;
}
/* End Menu2 */

/* Menu3 */
.menu3 li {
display: inline;
}

.menu3 ul {
margin: 0;
padding: 0;
line-height:20px;
}

.menu3 {
height:5px;
}

.menu3 a, .menu3 a:visited {
float: left;
text-decoration: none;
color:#324784;
margin-right:20px;
}

.menu3 ul li a:hover, .menu3 ul li .current{ 
text-decoration:underline;
}
/* End Menu3 */


/* Update Forms */
p.forum_description, p.forum_intro_msg, div.forum_list_item {
margin-left:0px;
}

#duformerrorbox, .duformerrorbox {
margin-right:30px;
margin-left:0px;
}

div.forum_list_item, p.forum_description, p.forum_intro_msg, div.thread_list_item, div.post_list_item, #modheader {
margin-right:10px;
}

.duupdategroup1 {
margin-bottom:20px;
}

.duleft {
margin-bottom:20px;
}

div.forum_list_item, p.forum_description, p.forum_intro_msg {
margin-left:0px;
}
/* End Update Forms */