/* LightFantasy designed and coded by Daniel St. Jules of Gamexe.net. */

/*--------------------------*/
/* GENERAL STYLES */
/*--------------------------*/

html,body { margin:0; padding:0; }

body {
	color: #3F3F3F;
	font-size: 10pt;
	font-family: Verdana, Arial;
	background: #EFEFEF url('bg.gif') top repeat-x;
    text-align: center; /*IE centering hack*/

}

* { margin : 0; padding: 0; border: 0; }

.fl { float: left; }

.fr { float: right; }

#side_top1 { float: left; }

#side_top2 { float: right; }

a:link,a:active,a:visited { text-decoration: none; color : #3C4854; }
a:hover		{ text-decoration: none; color : #2D3A45; }

/*--------------------------*/
/*  LAYOUT STYLES  */
/*--------------------------*/

#container {
/*	margin: 0px 58px 0px 58px;
	min-width: 550px;
	background: #F2F2F2;
    position: relative;
 	margin: 0px 58px 0px 58px;
*/

    margin: 0 auto; /*proper centering*/
	width: 785px;
	min-width: 550px;  
	background: #F2F2F2;
    text-align: left; /*return to normalcy*/



}

#s_l {
	background: url('side_left.gif') top left repeat-y;
}

#s_r {
	background: url('side_right.gif') top right repeat-y;
	padding: 0 13px 0 13px;
}

#s_b1, #s_b2 {
	background: url('side_bl.gif') left no-repeat;
	float: left;
	width: 13px;
	height: 40px;
	margin-top: -6px;
}

#s_b2 {
	background: url('side_br.gif') right no-repeat;
	float: right;
}

#banner {
	background: url('banner3.jpg') top repeat-x;
	height: 130px;
}

#content {
	background: #F9F9F9;
	border: 3px solid #EBEBEB;
	margin: 6px;
	padding: 5px;
	text-align: left;
}

.c { margin: auto; background: url('c_bg.gif') top repeat-x #689EC0; width: 90%; text-align: center; min-width: 100px; }
.cbl { background: url('c_bl.gif') bottom left no-repeat; }
.cbr { background: url('c_br.gif') bottom right no-repeat; }
.ctl { background: url('c_tl.gif') top left no-repeat; }
.ctr { background: url('c_tr.gif') top right no-repeat; padding: 10px; min-height: 60px; } 

.nav{
	margin: 0 70px;
	text-align: center;
	padding: 0;
	font: bold 14px Trebuchet MS;
	height: 38px;
	overflow: hidden;
}

.nav li{ display: inline; }

.nav li a, .nav li a:visited{
	color: #A6A6A6;
	padding: 8px 10px;
	text-decoration: none;
	height: 38px;
	float: left;
}

.nav li a:hover{
	color: #C1C1C1;
	background: url(nav2.gif) repeat-x;
}







#sn { height: 40px; }

#notice { font-size: 11px; color: #6C6C6C; 
	text-align: center;}

/* Form styles */
textarea {
	background: #F9F9F9 url(input_bg.gif) repeat-x;
	color: #3E3E3E;
	border: 1px solid #447EA3;
}

input {
	background: #F9F9F9 url(input_bg.gif) repeat-x;
	color: #3E3E3E;
	border: 1px solid #447EA3;
}

input.submit {
	background: #7DAFCF url(submit_bg.gif) repeat-x;
	color: #3E3E3E;
	border: 1px solid #447EA3;
}

input.searchgo {
	font-weight: bold;
	background: #7DAFCF url(submit_bg.gif) repeat-x;
	color: #3E3E3E;
	border: 1px solid #447EA3;
}

select { background-color : #F9F9F9; color: #3E3E3E; border: 1px solid #447EA3; }

legend { color: #717171; }

fieldset { border: 1px solid #737373; padding: 5px; margin: 5px; }

form { margin: 0px; }

/* h */

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
}

hr {
	background-color: #737373;
	border: 0px;
	color: #737373;
	height: 1px;
}

/* colours */

.darkbg {
	width: 100%;
	text-align: center;
	font-size: 10pt;
}

.darkbg2 {
	border: 0px;
	width: 100%;
	text-align: center;
	font-size: 8pt;
}

.mediumbg {
	height: 20px;
	text-align: center;
	font-size: 8pt;
}

.lightbg {
	text-align: center;
	font-size: 10pt;
}
.lightbgalt {
	text-align: center;
	font-size: 10pt;
}