/* tested with IE5.0, IE6.0, and Firefox 1.5 */

/* ---------------------------------
           5STARFENCiNG.COM
   --------------------------------- */

/* ---------------------------------
          BODY AND CONTAiNERS
   --------------------------------- */

html, body {
	height: 100%;
	width: 100%;
}

body {
	background-color: #809d5b;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;

	color: black;

	margin: 0px;
}

div#wrapper {
	background-color: #fede58;
	
	width: 750px;
	
	/*CENTER OBJECT HACK*/
	position: absolute;
	left: 50%;
	margin-left: -375px;
	
	border-left: 2px solid black;
	border-right: 2px solid black;
}

div#header {
	background-color: #a0bf7d;
	background-image: url("images/5star.jpg");
	background-repeat: no-repeat;
	background-position: bottom center;

	height: 170px;
	
	border-bottom: 5px solid black;
}

div#leftcol {
	width: 200px;

	position: absolute;
	left: 0px;
	top: 205px;
}

div#main {
	background-color: #fede58;
	
	margin-left: 200px;
	padding: 10px;
}

div#footer {
	background-color: #a0bf7d;
		
	text-align: center;

	font-size: 80%;
	
	padding: 2px;
	
	clear: both;
	
	border-top: 5px solid black;
}

/* ---------------------------------
            NAViGATiON iNFO
   --------------------------------- */

ol#nav {
	font-family: "Arial Black", Gadget, sans-serif;
	font-weight: bold;
	font-size: 20px;

	list-style-type: none;

	margin: 0px;
	padding: 0px;
}

ol#nav li {
	margin: 0px;
}

div#leftcol a {
	background-image: url("images/button_l.gif");

	text-align: center;
	text-transform: uppercase;
	
	letter-spacing: .3em;
	line-height: 34px;

	width: 197px;
	height: 34px;

	display: block;
}

div#leftcol a:link {
	color: #1a477a;

	text-decoration: none;
}

div#leftcol a:visited {
	color: #1a477a;

	text-decoration: none;
}

div#leftcol a:hover {
	background-image: url("images/button_h.gif");
	background-color: transparent;
	
	color: #b1b2b2;

	text-decoration: none;
}

div#leftcol a:active {
	background-image: url("images/button_h.gif");
	background-color: transparent;

	color: #b1b2b2;
}
/* ---------------------------------
                HEADERS
   --------------------------------- */

h1, h2, h3, h4, h5, h6 {
	font-family: "Arial Black", Gadget, sans-serif;
	margin: .5em 1em 1em 1em;
}

h1 {
	display: none;
}

h2 {
	font-size: 180%;
	
	clear: both;
}

h3 {
	font-size: 140%;
	
	clear: both;
	
	margin: .5em 1em .5em 1.5em;
}

h4 {
	font-size: 120%;

	margin: .5em 1em .5em 2em;
}

/* ---------------------------------
                 TEXT
   --------------------------------- */

p {
	text-indent: 1em;
	text-align: justify;

	margin: 1em 3em;
	padding: 0px;
}

/* ---------------------------------
                 TABLES
   --------------------------------- */


table {
	background-color: #fcfef3;
	
	text-align: center;

	font-size: 10pt;
	
	margin: 0em 3em 2em 3em;

	border: 1px solid black;

	border-spacing: 0px;
}

table caption {
	text-align: center;

	font-weight: bold;
	font-size: 120%;

	margin-top: 2em;
}

table tr {

}

table tr.dark td {
	background-color: #d8cab0;
}

table td {
	background-color: #fcfef3;
}

table td.left {
	text-align: left;

	border: 0px;
}

table td.right {
	text-align: right;

	font-weight: bold;

	border: 0px;
}

/* ---------------------------------
                 FORMS
   --------------------------------- */

label {
	width: 6em;

	text-align: right;

	font-weight: bold;
	font-size: 10pt;

	float: left;

	clear: left;

	margin: 0px 1em 10px auto;
}

input, select, textarea {
	background-color: #fcfef3;
	
	margin-bottom: 5px;
	
	border: 1px solid black;
}

textarea {
	height: 6em;
}

input.checkbox {
	background-color: transparent;
	
	margin-bottom: 0px;
	
	border: 0px;
}

span.check {
	margin-top: 5px;

	display: block;
}

/*ie SUCKS*/
html>body input, html>body select {
	margin-bottom: 10px;
}

html>body textarea {
	margin-top: 5px;
}

.req {
	border-right: 3px solid red;
}

input:focus, textarea:focus, select:focus {
	background-color: #a0bf7d;
}

/* ---------------------------------
                 LiNKS
   --------------------------------- */
a {
	font-weight: bold;
}

a img {
	text-decoration: none;
	
	margin: 0px;
	
	border: 0px;
}
	

div#footer a {
	color: black;
	
	text-decoration: underline;
}

a:link {
	color: #809d5b;

	text-decoration: underline;
}

a:visited {
	color: #717473;

	text-decoration: underline;
}

a:hover {
	background-color: #d8cab0;

	color: black;

	text-decoration: underline overline;
}

a:active {
	background-color: #d8cab0;

	color: black;

	text-decoration: underline overline;
}

/* ---------------------------------
                 MiSC
   --------------------------------- */

img {
	border: 0px;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.hide {
	display: none;
}

ul {
	margin: .5em 1em .5em 3em;
}

ul li {
	list-style-image: url("images/bullet.gif");
}

.red {
	color: red;
}

.nomargin {
	margin: 0px;
}

.noborder {
	border: 0px;
}