html {
	background-color:#212D5E;
	background-image:url("../images/bg_pattern.gif");
}
body {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:11px;
	width:990px;
	padding:0px;
	margin:0px auto 0px auto;
}

#bordertop {
	background-image:url("../images/bordertop.gif");
	background-repeat:no-repeat;
	width:990px;
	height:45px;
	position:relative;
	float:left;
	margin: 20px 0px 0px 0px;
	
}

#borderbottom {
	background-image:url("../images/borderbottom.gif");
	background-repeat:no-repeat;
	width:990px;
	height:45px;
	position:relative;
	float:left;
	margin: 0px 0px 20px 0px;
}

#main {
	background-color:#FFFFFF;
	width:990px;
	position:relative;
	float:left;
	background-image:url("../images/mainbg.gif");
	background-repeat:no-repeat;
	background-position:bottom;
}

#top {
	width:990px;
	height:156px;
	position:relative;
	float:left;	
}

#middle {
	width:990px;
	margin:30px 0px 0px 0px;
	position:relative;
	float:left;
}

#flashlogo {
	width:507px;
	height:156px;
	position:relative;
	float:left;
}

#chairman {
	width:378px;
	height:129px;
	position:relative;
	float:right;
	margin-right:20px;
}

#leftpanel {
	position:relative;
	float:left;
	width:228px;
}

#centerpanel {
	position:relative;
	float:left;
	width:464px;
	padding:0px 20px 0px 20px;
	text-align:justify;
	font-size:12px;
}

#centerpanel h1 {
	font-size:18px;
	font-weight:bold;
	margin:0px;
	padding-bottom:5px;
	border-bottom:2px solid #D3AD68;
}

#rightpanel {
	position:relative;
	float:right;
	width:240px;
}

#menu {
	position:relative;
	float:right;
	width:227px;
	height:512px;
}

#menuleft {
	position:relative;
	float:left;
	background-image:url("../images/menuleft.gif");
	background-repeat:no-repeat;
	width:45px;
	height:512px;	
}
#menutop {
	position:relative;
	float:right;
	background-image:url("../images/menutop.gif");
	background-repeat:no-repeat;
	width:182px;
	height:45px;	
}

#menumain {
	background-color:#294272;
	position:relative;
	float:right;
	width:155px;
	height:426px;
	padding:0px 27px 0px 0px;
}

#menubottom {
	position:relative;
	float:right;
	background-image:url("../images/menubottom.gif");
	background-repeat:no-repeat;
	width:182px;
	height:41px;
}

#bulletin {
	top:20px;
	background-image:url("../images/bulletin.gif");
	background-repeat:no-repeat;
	width:215px;
	height:282px;
	padding:10px;
	position:relative;
	float:left;
	padding-bottom:50px;
}

.btitle {
	margin-bottom:2px;
	font-family:"Trebuchet MS", Balthazar, Helvetica, sans-serif;
	font-size:18px;
	text-align:center;
}

.bparagraph {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:justify;
}


#menumain ul {
list-style: none;
margin: 0;
padding: 0;
width: 155px;
float: left;
position:relative;
}

#menumain a {
font: 12px "Trebuchet MS", Balthazar, helvetica, sans-serif;
display: block;
margin: 0;
color:#FFF;
background-image:url("../images/menuitem.gif");
background-repeat:no-repeat;
width:155px;
height:38px;
}

#menumain a {
color: #FFFFFF;
text-decoration: none;
}

#menumain a:hover {
color: #BE9F3E;
background: #294272;
text-decoration:none;
background-image:url("../images/menuitem.gif");
background-repeat:no-repeat;
}

#menumain li {
	position: relative;
	text-align:center;
	height: 38px;
	float: left;
}

#menumain ul ul ul {
position: absolute;
top: 0;
left:-200px;
}

#menumain ul ul {
position: absolute;
z-index:-100;
top:0px;
left:-200px;
width:200px;
font-size:14px;
color:#FFF;
font: 12px "Trebuchet MS", Balthazar, helvetica, sans-serif;
background-color:#294272;
}

div#menumain ul ul {
display: none;
}

div#menumain ul li:hover ul{
	display: block;
	z-index:200;
}

div#menumain ul li ul li a {
	width:200px;
	background-position:center;
}

div#menumain ul li ul li a:hover {
	width:200px;
	background-position:center;
}

div#menumain ul ul,
div#menumain ul li:hover ul ul,
div#menumain ul ul li:hover ul ul
{display: none;}

div#menumain ul li:hover ul,
div#menumain ul ul li:hover ul,
div#menumain ul ul ul li:hover ul{
	display: block;
	z-index:200;
}





#intromain {
	background-color:#FFFFFF;
	width:990px;
	height:450px;
	position:relative;
	float:left;
}

#introleftpanel {
	position:relative;
	float:left;
	width:420px;
}

#introrightpanel {
	position:relative;
	float:right;
	width:570px;
}

.regfield {
	font-size:11px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	border:1px solid #006;
	padding:1px;
	width:250px;
}

.regtextarea {
	font-size:11px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	border:1px solid #006;
	padding:1px;
	width:250px;
	height:100px;
}

