
/* REMOVES all padding & margin from EVERYTHING 
* {margin:0; padding:0;} 
*/

/* Correct Firefox/Mozilla/Safari inability to properly clear a float - see: www.positioniseverything.net/easyclearing.html. Ignores IE6 */
.clearfix:after{
content: ".";
display: block;
height: 0px;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

html,body,table{margin:0;padding:0;color:#330000;}
body {
background-color:#756149;
background-image:url(images/bak12.jpg); background-repeat:repeat-y; background-position:center;
text-align: center;
font-family: "Lucida Grande", Lucida, Verdana, Helvetica, Arial, sans serif;
font-size: 12px;
line-height: 18px;
}

table {
text-align: left; vertical-align:top;
}

/* Top Right Bottom Left */

form {margin:0;padding:0} 
b, strong {	font-weight: bold;}
ul {padding-left:2em; margin-left:0;}
p {margin: 8px 0px 8px 0px;padding: 8px 0px 8px 0px;}
h1 {color: #330000; font-size:14px; font-weight:bold; margin: 0px 0px 10px 0px;padding: 3px 0px 3px 0px;}
h3, h4, h5, h6{margin: 3px 0px 3px 0px;padding: 3px 0px 3px 0px;}
h2 {
  text-align: left;
  font-style:italic;
  font-weight: bold;
  font-size: 14px;
  color:  #330000;
  line-height: 18px;
}

hr {
   margin-bottom: 3px; 
   margin-top: 3px; 
   border:0;
   BORDER-BOTTOM: #cccccc thin dotted;
    }
/*---------------------------------------*/

a:link, a:visited{	text-decoration: underline;	color: #993333;}
a:hover, a:active{	text-decoration: none;	color: #663300;}
a img {border: 0px;}

/*---------------------------------------*/

.size9px{font-size:9px}
.size10px{font-size:10px}
.size11px{font-size:11px}
.HeadGold1 {color:#C49A4E; font-weight:bold; font-size:12px}

.setmargins {
   margin:30px;
   }
   
#outerwrapper { 
    
	width: 760px;
	margin: 0px auto; /* Right And Left Margin Widths To Auto */
	margin-bottom: 0px;	
	padding:10px 0px 0px 0px;
	text-align: center; /* Hack To Keep IE5 Windows Happy */
	background-color:#727354; /* Greenish */
	border:#483C2D solid;
	border-width:0px 0px 0px 0px;
}

#bodywrapper {
	background-color:#764534;
	width:760px;
	text-align: center;
}

#contentleft {
    width:300px;
	float: left;
	background-color:#764534;
	text-align:left;
}

#contentright {
	float: right;
	/*position: relative;		*/
	width:449px;
	/* margin creates the space outside the div */
	margin:0px;
	/* padding creates the space inside the div */
	padding:0px;
	text-align:  left;	
	background-color:#C49A4E; /* Gold */
}
#contentfull {
	width:760px;
	/* margin creates the space outside the div */
	margin:0px;
	/* padding creates the space inside the div */
	padding:0px;
	text-align:  left;	
	background-color:#C49A4E; /* Gold */
}
#sidecontainer {
	/*margin: 0px;*/
	/*padding: 10px 0px 10px 0px;*/
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-size: 13px;
	line-height: 1.4;
	color: #444444;
	background-color:none;
	text-align: left;
	/*left: 15px;*/
	/*top: 282px;*/
}

#footer { /* This Is The BG Color Of The Main Div */
    float: clear;
	width: 740px;
	margin: 0px auto;
	margin-bottom: 9px;
	margin-top: 9px;
	padding: 3px 0px 3px 0px;
	color: #CCCC66;
	text-align: center;
	/* border: 1px solid #999999; */

}

/*---------------------------------------*/
.speciallink {
font-family: verdana, arial, helvetica, sans-serif;
color: #FFFFFF; font-size:13px; padding:0px; font-weight:bold;
}
.speciallink a:link {
color: #FFFFFF;
text-decoration: none; 
}
.speciallink a:visited {
color: #FFFFFF;
text-decoration: none;
}
.speciallink a:hover {
color: #FFCC33;
text-decoration: none;
}
.speciallink a:active {
color: #FFFFFF;
text-decoration: none;
}
