/**Begin CSS Style*****************************************/
/**DO NOT MODIFY ANYTHING IN THIS SECTION.**/

p, ul, ol, li, h1, h2, h3, h4, h5  {
	margin: 0;
	padding: 0;
}

a:link, a:visited, a:active	{
	color: #4F8A9D;
	font-weight : normal;
	text-decoration : underline;
	font-weight: bold;
}

a:hover	{
	color: #FF0000;
	font-weight: bold;
}

a:focus {
	outline: none;
}

html,
body {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 11pt;
	font-family: "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	color: #383838;
	height: 100%;
	text-align: center;
	background: #000000 url(../images/gold_bg01.gif) top center no-repeat fixed;
}

/* ########## Start Layout ########## */

/* Outer Container */
#container {
	position: relative;
	min-height: 100%;
	margin: 0 auto;
	text-align: left;
}

* html #container { height: 100%; } /* Height Hack for IE */

/* Header Wrapper */
#headerwrapper {
	padding: 0;
	margin: 0;
}

/* Body Wrapper Width 813px. Set padding-bottom same height as footer height */
#bodywrapper {
	padding: 0;
	background: transparent url(../images/gold_mainbg.jpg) top left repeat-y;
	width: 813px;
	min-height: 100%;
	margin: 0 auto;
	padding-bottom: 28px;   /* Height of the footer + extra padding */
	position: relative;
	text-align: left;
}

* html #bodywrapper { padding-bottom: 0; } /* Height Hack for IE */

/* Footer Position Container - Same height as #bodywrapper padding-bottom */
#footer {
	position: absolute;
	height: 28px;
	bottom: 0;
	width: 100%;
}

* html #footer { position: relative; } /* Height Hack for IE */

/* ########## End Layout ########## */

/* ########## Begin Content Containers ########## */

/* Header Content Width 813px */
#headercontent {
	padding: 0;
	margin: 0 auto;
	width: 813px;
	position: relative;
}

#header {
	height: 199px;
	margin: 0;
}

.contentwrapper {
	width: 475px;
	margin: 0 auto;
	text-align: left;
}


.maincontent {
	padding: 25px;
}

.maincontent p {
	margin: 0px;
}

.maincontent ul, .maincontent ol {
	list-style-type: square;
	margin: 0 10px;
	padding: 0 10px;
	*margin: 0 0 0 8px;
	*padding: 0 0 0 15px;
}

.maincontent pre {
	margin: 0;
}

.maincontent hr {
	height: 1px;
	border-width: 0;
	color: #AAAAAA;
	background-color: #AAAAAA;
	clear: both;
	margin: 6px 0px;
}

/* Footer Content Width 813px */
.footercontent {
	height: 28px;
	text-align: center;
	font-size: 9pt;
	color: #FFFFFF;
	width: 813px;
	margin: 0 auto;
	background: transparent url(../images/gold_footer.jpg) top left no-repeat;
}

/* Footer Link Styles */
a.footer:link, a.footer:visited, a.footer:hover, a.footer:active	{
	color: #C0C0C0;
	font-size: 8pt;
	text-decoration: none;
	line-height: 1;
}



/* ########## End Content Containers ########## */


/* ########## Begin Image Control ########## */

.imageright {
  margin: 5px 0px 10px 20px; 
  float: right; 
  border: 1px solid #B6B2B2;

}

.imageleft {
  margin: 5px 20px 10px 0px;
  float: left;
  border: 1px solid #B6B2B2;
}

.imagecenter {
  margin: 5px auto;
  display: block;
  text-align: center;
  border: 0px solid #B6B2B2;
}

.noborder {
	border: 0;
}

/* ########## End Image Control ########## */

/* ######### Begin Header Tags ########### */

h1 {
	font-size: 14pt;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	margin: 0;
	padding: 0;
}

h2 {

	font-size: 13pt;
	font-weight: bold;
	color: #383838;
	margin: 0;
	padding: 0;
}



/* ####################################### */

/**End CSS Style*****************************************/
