body
{
	background-color:#FFFFFF;
	text-align:center;
	font-size:100%;
	font-family:"arial";
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	margin:0px;
	padding:0px;
}



#maindiv
{
	width:1000px;
	height:971px;
	margin:5px auto;
	padding:0px;
}



#main
{
	position:relative;
	width:100%;
	height:100%;
}


th
{
	font-size:2.5em;
}




#logo
{
	position:relative;
	top:40px;
	width:130px;
	height:130px;
	margin:0px auto;
	background-image:url("logo.gif");
	background-size:130px 130px;
	background-repeat:no-repeat;
}




#banner
{
	position:relative;
	height:65px;
	background-color:#FFCC00;
}


div.curve_tl, div.curve_tr, div.curve_bl, div.curve_br
{
	width:50px;
	height:50px;
	position:absolute;
	background-color:transparent;
	background-repeat:no-repeat;
}

div.curve_tl
{
	top:0px;
	left:0px;
	background-image:url('curve_top_left.gif');
}

div.curve_tr
{
	top:0px;
	right:0px;
	background-image:url('curve_top_right.gif');
}

div.curve_bl
{
	bottom:0px;
	left:0px;
	background-image:url('curve_bottom_left.gif');
}

div.curve_br
{
	bottom:0px;
	right:0px;
	background-image:url('curve_bottom_right.gif');
}






#sidebar
{
	vertical-align:top;
	text-align:center;
	position:relative;
	width:170px;
	height:100%
	margin:0px;
	padding:0px;
	background-color:#DDDDDD;
}




#menubar
{
	display:block;
	position:relative;
	top:60px;
	left:0px;
	text-align:center;
	margin:0px;
	padding:0px;
	background-color:#DDDDDD;
}

#menubar ul
{
	list-style:none;
	width:170px;
	margin:0px;
	padding:0px;
}


#menubar ul li a
{
	width:130px;
	height:40px;
	line-height:40px;
	text-decoration:none;
	text-align:center;
	color:#000000;
	display:block;
}

#menubar ul li
{
	position:relative;
	margin:10px auto;
	padding:0px;
	display:block;
	width:130px;
	height:40px;
	background-image:url("button_up.gif");
	background-repeat:no-repeat;
	background-size:130px 40px;
}

#menubar ul li.CurrPageLink
{
	width:150px;
	margin-left:20px;
	padding:0px;
	text-align:left;
	background-image:url("button_connect.gif");
	background-repeat:no-repeat;
	background-size:150px 40px;
}


#menubar ul li a:hover
{
	width:130px;
	margin:0px 0px;
	background-image:url("button_down.gif");
	background-size:130px 40px;
}

#menubar ul li.CurrPageLink a:hover
{
	background-image:url();
}



#rightbar
{
	width:50px;
	position:relative;
	background-color:#FF3300	
}

#bottombar
{
	height:25px;
	position:relative;
	background-color:#0000FF;
}


#vrule
{
	display:block;
	position:relative;
	top:60px;
	background-color:#FFCC00;
	width:3px;
	height:450px;
	margin:0 auto;
	padding:0px;
}



#content
{
	width:770px;
	height:800px;
	text-align:center;
	vertical-align:top;
	padding:20px 0px;
	background-color:#FFFFFF;
}

#content div
{
	width:95%;
	height:100%;
	text-align:left;
	margin:0 auto;	
}


#content p
{
	font-size:14pt;
	text-align:left;
	margin:20px 20px;
	padding:0px;
}

