BODY
{
    FONT-FAMILY: Arial, Helvetica;
    FONT-SIZE: 78%;
    line-height:1.5;
    text-decoration:none;
	color:#333333;
	margin: 0px;
	padding: 0px;
	text-align:center;	
	background: url('../images/layout/background.jpg') #4e75a0 top repeat-x;
	behavior: url("/css/csshover.htc");
}

#wrapper {
	background: url('../images/layout/bg_top.jpg') #fff top repeat-x;
	position:relative;
	width:990px;
	height: auto;
	min-width:990px;
	min-height:1250px;
	padding: 0px;
	z-index:1;
	font-size:100%;
	margin: 0 auto;
	text-align:left;
	/* background: url('/images/menubar.jpg') #ffffff repeat-y top left;  */
}

/* for Internet Explorer */
* html #wrapper {
height: 1250px;
}

/* Main Body CSS */

#pagetitle
{
	background: url('/images/layout/title_bg.jpg') #fff no-repeat top;
	position:relative;
	margin-left:180px;
	margin-top:12px;
	padding-top:10px;
	width:780px;
	height:75px;
	line-height:50px;
	font-size:105%;
	text-indent:30px;
}

#pagetitle H1
{
	margin-top:0px; margin-bottom:0px;
}

#maincontent, #maincontent_norightbar
{
	background: #ffffff;
	position:relative;
	top:12px;
	margin-left:195px;
	width:740;
	height:auto;
	min-height:1250px;
	font-size:105%;
}

#maincontent
{
	/* width:465px; */
	width:auto;
	padding-right:20px;
	margin-right:170px;
	padding-bottom:20px;
}

/* for Internet Explorer */
* html #maincontent {
	width:625px;
	height: 1250px;
}

TD
{
	font-size:80%;
}

/* Footer */
#footer
{
	background: url('/images/layout/bg_footer.jpg') #333 bottom repeat-x;
	position:relative;
	bottom:0px;
	height:135px;
	width:auto;
	text-align:center;
}

/* Left Bar CSS */

#leftmenu
{
	position:absolute;
	top:220px;
	left:0px;
	width:180px;
	height:auto;
	padding-left:5px;
	text-align:left;
	z-index:3;
}

.menutitle {
	background: url('/images/menutitle.jpg') #218865 repeat-x; 
	width:auto;
	height:27px;
	line-height:27px;
	font-family: "Trebuchet MS",Arial;
	color: #ffffff;
	padding: 0px 5px 0px 10px;
	text-align:left;
}

/* Right Bar CSS */

#rightmenu, #rightmenu_nopagetitle
{
	width:170px;
	position:absolute;
	top:310px;
	right:0px;
	/* margin-right:5px; */
	height:auto;
	text-align:left;
	z-index:1000;
}

#rightmenu_nopagetitle
{
	top:220px;
}

.rightmenutitle {
	background: url('/images/rightmenutitle.jpg') #218865 no-repeat;
	width:160px;
	height:27px; 
	line-height:27px;
	font-family: "Trebuchet MS",Arial;
	color:#ffffff;
}

/* Title CSS */

#title
{
	position:relative;
	width: 990px;
	height: 210px;
	z-index:10;
}

#header
{
	clear:both;
	position:absolute;
	top:70px;
	left:30px;
	background: url("/images/layout/top.jpg") #ffffff no-repeat;
	width: 930px;
	height:128px;
	z-index:11;
}

#header_photo
{
	position:absolute;
	top:0px;
	left:750px;
	width: 240px;
	height: 188px;
}

#title_topbar
{
	position:absolute;
	top:18px;
	left:250px;
	color:#cccccc;
}

#title_topbar a
{
	color:#0f4c78;
	text-decoration:none;
}

#title_topbar a:hover
{
	text-decoration:underline;
}


#title_searchbox
{
	position:absolute;
	top:14px;
	right:10px;
}

#title_logo
{
	position:absolute;
	top:45px;
	left:-10px;
}

#headerphoto
{
	position:absolute;
	top:0px;
	left:446px;
	width: 544px;
	height: 177px;
 	background-repeat: no-repeat; 
 	background-position: top right;
 	background-color: #286619;
}

/* Other Main Layout */

H1, H2, H3
{
	font-family: "Trebuchet MS",Arial;
	font-weight:normal;
	COLOR: #225a89;
	margin-bottom:15px;
}

H1
{
	font-size: 18px;
}

H2
{
	font-size: 16px;
	margin-top:20px;
}

H3
{
	font-size: 14px;
}

.descriptions H2 {
	margin-bottom:0px;
	margin-top:20px;
}

H2.forumthreadtitle {
	font-family: "Trebuchet MS",Arial;
	font-weight:normal;
	COLOR: #225a89;
	margin-bottom:0px;
	font-size: 14px;
}

.grey
{
	color: #666666;
    
}

.spellinghighlight
{
	border:1px solid #bbbbff;
	background-color:#ddddff;
	padding:2px;
}

.spellinghighlight a:link {
	text-decoration:none;
}

.smalltext
{
    FONT-SIZE: 12px;
    TEXT-DECORATION: none;
}

.justify
{

	font-weight: normal;
	TEXT-DECORATION: none;
	TEXT-ALIGN: justify;
    
}

hr {
	color: #dddddd;
	height: 1px;
	padding: 3px 0px 4px 0px;
	border-style: solid;
	border-width: 1px 0 0 0;

}

hr.home
{
	clear:left;
	width:83%;
}

A
{
	text-decoration:underline;
}

A:link /* unvisited link */ { COLOR: #225a89; }
A:visited /* visited link */ { COLOR: #663300; }
A:hover /* mouse over link */ { color: #c30; } 
A:active /* selected link */ { COLOR: #009900; }

#bottomtext
{
	padding-top:70px;
	font-size: 11px;
	color: #ffffff;
}

#bottomtext A, #bottomtext A:link, #bottomtext A:hover
{
	font-size: 11px;
	color: #ffffff;
}

.menutitle a, .menutitle a:visited, .menutitle a:active {
	color: #ffffff;
}
.menutitle a:hover {
	color: #ffff33;
}

/* breadcrumb navigation CSS */
.breadcrumb, .breadcrumb_pagetitle
{
	font-size:8pt;
	font-family: verdana;
	color: #666;
}

.breadcrumb_pagetitle
{
	position:relative;
	float:right;
	padding-right:20px;
}

.breadcrumb
{
	margin-bottom:23px;
}

.breadcrumb A, .breadcrumb_pagetitle A
{
	font-size:8pt;
	font-family: verdana;
	color: #666;
}

.breadcrumb A:hover, .breadcrumb_pagetitle A:hover
{ 
	color: #c30;
} 

/* form elements CSS */

TEXTAREA
{
	
	FONT-SIZE: 12px;
	FONT-FAMILY: Arial,Helvetica;
	BACKGROUND-COLOR: #ffffff;
	border: 1px solid #999999;

}

SELECT
{
	FONT-FAMILY: Arial,Helvetica;
	font-size:93%;
	color:#222222;
	BACKGROUND-COLOR: #ffffff;
	border: 1px solid #999999;
}

INPUT[type=text] { 
	FONT-SIZE: 12px;
	FONT-FAMILY: Arial,Helvetica;
	background-color:#ffffff;
	border:1px Solid #999999;
	margin-bottom:1px;
} 
INPUT.text { 
	FONT-SIZE: 12px;
	FONT-FAMILY: Arial,Helvetica;
	background-color:#ffffff;
	border:1px Solid #999999;
	margin-bottom:1px;
} 

INPUT.calcbutton { 
	FONT-SIZE: 12px;
	FONT-FAMILY: Arial,Helvetica;
	margin-bottom:1px;
} 

INPUT.checkbox
{
    FONT-SIZE: 95%;
	background-color:transparent;
	border:0;
}

INPUT.radio
{
    FONT-SIZE: 95%;
	background-color:transparent;
	border:0;
}

INPUT.submit
{
    FONT-SIZE: 11px;
	color: #000000;
}

OL
{
	padding-left:10px;
	margin-left:15px;
}

LI
{
	padding: 5;
}

.box 
{
	background-color: #f4f4ff;
	border: 1px solid #dddddd;
	padding: 5px 5px 5px;
	margin: 10px 0px 0px 0px;
	text-align:left;
}

.whitebox 
{
	border:1px solid #cccccc;
	padding: 5px 5px 5px 8px;
	
}

UL.homelist {
	margin-top:0px;
	padding-left:8px;
	margin-left:8px;
}

.hometitle
{
	margin-left:180px;
	margin-bottom:10px;
}

/* Photo borders */
.photobox_left, .photobox_right 
{
	background-color: #f4f4f4;
	border: 1px solid #cccccc;
	padding: 4px;
	text-align:center;
	font-size:11px;
}

.photobox_left
{
	width:auto; 
	position:relative; 
	float:left; 
	margin:0px 15px 10px 0px;
}

.photobox_right
{
	width:auto; 
	position:relative; 
	float:right; 
	margin:0px 0px 10px 15px;
}

.adbox_right {
	position:relative; float:right; margin:10px 0px 15px 15px;
}

.adbox_left {
	position:relative; float:left; margin:0px 10px 15px -4px;
}

/* CSS Tabs */

.menutabactive
{
	background: url("/images/background_tab.jpg") #FFFFFF top left;
	background-repeat: repeat-x;
	border: 1px solid #666666;
	border-bottom: 1px solid #ffffff;
	padding: 12px 9px 9px 8px;
	margin: 0px 0px 10px 0px;
	text-align:center;
	font-size:90%;
}

.menutabinactive
{
	background-color: #eeeeee;
	border: 1px solid #aaaaaa;
	padding: 7px 5px 7px 5px;
	margin: 0px 0px 10px 0px;
	text-align:center;
	font-size:90%;
}

.menutabactive a, .menutabinactive a {
	text-decoration: none;
}
