@charset "iso-8859-1";

BODY { 
	margin-top: 0;
	padding: 0;
	background: url(../images/bg.gif) top repeat-x #fff; 
	color: #000; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
}

H2 { margin: 0; padding: 0 0 10px 0; font-size: 18pt; font-family: Times New Roman; font-weight: 100; text-transform: uppercase; color: #cda244; } 
H3 { margin: 0; padding: 0 0 10px 0; font-size: 12pt; font-weight: bold; color: #bf0a30; }  
H4 { font-size: 10pt; font-weight: bold; color: #bf0a30; }
H5 { font-size: 8pt; font-weight: bold; color: #bf0a30; }

a, a:link, a:visited { color: #bf0a30; text-decoration: none; cursor:pointer; }
a:active, a:hover, a:focus { color: #666; text-decoration: underline; cursor:pointer; }
a:focus { outline: none; }

form {
	padding: 0;
	margin: 0;
}

input, textarea, select, option { 
	background: #fff;
	border: 1px solid #bfbfbf;
	color: #666; 
	font-size: 12pt; 
	padding: 3px;
}

.cb { clear: both; }

.p15 { padding: 15px; }

.btn { 
	margin: 0; 
	padding: 4px 15px; 
	border: 2px solid #f0dcb0; 
	background: url(../images/bg_btn.gif); 
	color:#fff; 
	font-size: 9pt; 
	font-weight: bold; 
	font-family: Arial, Helvetica, sans-serif;
}

.fakehr {
	border-bottom: 1px solid #bfbfbf;
}

/*--objform-- control row height*/
.col0 {
  height: 40px;
}
.col1 {
  height: 40px;
}

/*--body--*/

#body {
	width: 956px;
	margin: 0px auto;
	text-align: left;
}

/*--forum--*/
.forumimage {
  max-width: 675px;
  max-height: 675px;
}


/*--head--*/

#siteheader {
  padding-left: 3px;
	width: 953px;
	background: url(../images/bg_header.gif) repeat-y;
}
	#maintitle {
		width: 950px;
		height: 187px;
		background: url(../images/bg_logoheader.jpg); 
	}
		#logo { 
			float: left;  
			width: 910px;
		}
			#logo h1 { 
				position: relative;
				left: 18px;
				margin: 0;
				padding: 0;
				float: left; 
				background: url(../images/logo.gif) no-repeat; 
			}
			#logo h1 a { 
				width: 118px; 
				height: 187px; 
				display: block; 
			}
			#logo h2 { 
				position: relative;
				left: 18px;
				margin: 160px 0 0 0;
				padding: 0;
				float: right; 
				background: url(../images/header_poweredbyagi.gif) no-repeat; 
			}
			#logo h2 a { 
				width: 125px; 
				height: 28px; 
				display: block; 
			}
			#logo span { 
				display: none; 
			}
		ul#nav {
			margin: 0;
			padding: 13px 0 0 0;
			list-style: none;
			width: 950px;
			height: 28px;
			text-align: center;
			background: url(../images/bg_nav.gif) repeat-x;
			font-family: Georgia, Book Antiqua, Times New Roman;  
			text-transform: uppercase;
			font-size: 10pt;
		}
			#nav li {
				margin: 0;
				padding: 0 18px 0 18px;
				display: inline;
			}
			#nav li a, #nav li a:link, #nav li a:visited {
			  text-decoration: none;
			  color: #000;
			}
			#nav li a:hover, #nav li a:active, #nav li a:focus {
			  text-decoration: none;
			  color: #666;
			}



/*--leftnav--*/

#col1 {
  margin: 0;
  padding: 0 10px 0 0;
  width: 185px;
  float: left;
  text-align: right;
  font-size: 9pt;
}
	#col1 h2 {
		margin: 0; 
		padding: 0 0 10px 0;
		font-size: 13pt;
	}
	#col1 ul {
		margin: 0;
		padding: 5px 0 20px 0;
		list-style: none;
	}
		#col1 li {
			padding: 1px;
		}
			#col1 a, #col1 a:link, #col1 a:visited, #col1 a:hover, #col1 a:active, #col1 a:focus {
				font-weight: bold;
				color: #002868;
			}
	#col1 input {
		margin: 0 0 10px 0;
	}



/*--content--*/

#col2 {
	width: 760px;
	margin: 0;
	padding: 0;
	float: left;
}
	#simpleboxcontent {
		padding: 40px;
	}
	#box {
		width: 760px;
		position: relative;
		float: left;
		margin-left: auto;
		margin-right: auto;	
		margin-top: 0;
		padding: 0;
		background-color: #fff;
	}
		#tlc_box, #trc_box, #blc_box, #brc_box {
			background-color: transparent;
			background-repeat: no-repeat;
		}
		#tlc_box {
			background-image: url(../images/box/body_tlc.gif);
			background-position: 0% 0%;
		}
		#trc_box {
			background-image: url(../images/box/body_trc.gif);
			background-position: 100% 0%;
		}
		#blc_box {
			background-image: url(../images/box/body_blc.gif);
			background-position: 0% 100%;
		}
		#brc_box {
			background-image: url(../images/box/body_brc.gif);
			background-position: 100% 100%;
		}
		#tb_box, #bb_box {
			background-color: transparent;
			background-repeat: repeat-x;
		}	
		#tb_box {
			background-image: url(../images/box/body_tb.gif);
			background-position: 0% 0%;
		}
		#bb_box {
			background-image: url(../images/box/body_bb.gif);
			background-position: 50% 100%;
		}
		#rb_box {
			background-image: url(../images/box/body_rb.gif);
			background-position: 100% 0%;
			background-repeat: repeat-y;
		}
		#lb_box {
			background-color: #fff; 
			background-image:url(../images/box/body_lb.gif);
			background-position: 0% 100%;
			background-repeat: repeat-y;
		}
		
		#signinbox {
			margin: 0 0 40px 0;
			padding: 5px;
			background: #f3f3f3;
			text-align: center;
			color: #666;
			line-height: 28pt;
		}
			#signinbox h2 {
				color: #666;
				font-weight: bold;
				font-family: Arial, Helevtica, sans-serf;
				font-size: 10pt;
				text-transform: none;
				text-align: left;
				line-height: 12pt;
			}			

		#signinbox2 {
			margin: 0 0 20px 0;
			padding: 5px;
			background: #fff;
			text-align: right;
			font-style: italic;
			color: #aaa;
		}

/*--bottom nav--*/

#bnav {
	margin: 0;
	padding: 30px 0;
	width: 90%;
	color: #666;
	text-align: center;
	font-size: 8pt;
}
	#bnav a, #bnav a:link, #bnav a:visited {
		color: #666;
		text-decoration: none;
	}
	#bnav a:hover, #bnav a:active, #bnav a:focus {
		color: #666;
		text-decoration: underline;
	}
