/* RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size:10pt;
	font-family: arial,helvetica,clean,sans-serif;
	vertical-align: baseline;
	background: transparent;
}

table, tbody, tfoot, thead, tr, th, td {
	font-size:10pt;
	font-family: arial,helvetica,clean,sans-serif;
}

ol, ul {
	/* list-style: none; */
	padding: 0px 30px 5px 50px;
}
 
blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,q:before, q:after {
	content: '';
	content: none;
}

* {
	outline: 0;
}

/* PAGE LAYOUT */

html, body {
	/* height: 100%; */
	position:absolute;
	top: 0px;
	left: 0px;
}

#wholePage {
	/* min-height: 100%; */
	/* height: auto !important; */
	/* height: 100%; */
	margin: 0 auto -30px; /* the bottom margin is the negative value of the footer's height */
	margin-bottom: 1px;
}


body {
	margin: 0 auto;
	width: 700px;
}

#leftcolumn {
	float: left;
	width: 150px;
}

#newsFlash {
	margin-left: 25px;
	border:2px solid #5b9868;
	background: #dadada;
}

#publicationDesc {
	margin-left: 50px;
}

#content {
	padding: 25px 0 0 0;
	margin-left: 170px;
}

#footer, #push {
	height: 50px; /* #push must be the same height as #footer */
}

#footer {
	background: #5b9868;
	clear: both;
	border:3px solid #a78b65;
	margin: 0 auto;
	padding: 20px 0 0 20px;
	width: 674px;
}

/* HEADER */

#header {
	background: url(/images/GoldMast.gif) no-repeat 0% 0%;
	height: 80px;
}

#header h1 {
	color: #fff;
	font-size: 272%;
	margin: 0;
	padding: 5px 0 0 120px;
}

#header h2 {
	color: #fff;
	font-size: 108%;
	margin: 0;
	padding: 0 0 0 120px;
}


#header h1 {
	margin: 18px 0 0 0;
}

#header h2 {
	font-size: 100%;
	margin: 0;
}

/* Page Name Area */

#pageName {
      width:700px;
      background: #a78b65;
      padding: 10px 0px 10px 0px;
      line-height:normal;
/*	  border-bottom:25px solid #FFFFFF; */
      }

#pageName h1 {
	color: #FFFFFF;
	font-size: 22pt;
	margin: 0;
	padding: 0 0 0 100px;
}

/* MENU 2 */

#navBar {
	width: 150px;
	margin-top: 2px;
	}
	
#navBar li {
	list-style-type: none;
	}
	
#navBar li a {
	text-decoration: none;
	padding: 8px 5px 8px 5px;
	}
	
#navBar li a:link, #navBar li a:visited {
	color: #FFFFFF;
	display: block;
	border: 2px solid #a78b65;
	background-color: #5b9868;
	}
	
#navBar li a:hover {
	color: #FFFFFF;
	border: 2px solid #a78b65;
	background-color: #a78b65;
	}
	
#navBar li a:active {
	color: #FFFFFF;
	border: 2px solid #a78b65;
	background-color: #a78b65;
	}

/* SIDEBAR */

.sideBar {
	margin: 15px  0 0 0;
	border: 2px solid #000000;
	padding: 8px 5px 8px 5px;
	background-color: #dadada;
}

/* Left side spacer */

.leftSpacer {
	margin: 90px  0 0 0;
	border: 0;
	padding: 8px 5px 8px 5px;
}

/* HEADINGS */

h1, h2, h3, h4, h5, h6 
{ 	
	color: #5b9868;
	letter-spacing: 1px;
	margin: 0 0 18px 0;
}

h1 {
	font-size: 20px;
	padding: 5px 0 5px 0;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	padding: 5px 0 5px 0;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	padding: 5px 0 5px 0;
}

h4, h5, h6 {
	font-size: 12px;
	font-weight: bold;
	padding: 5px 0 5px 0;
}

.SITESMALLTEXT    
{
        font-size:8pt; 
        font-family: 'X', 'Arial', X; 
        color:#000000; 
}

/* LINKS */

#footer a, a:link {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}

#footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

a, a:link {
	color: #85A7CA;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	color: #228b22;
	text-decoration: none;
}

/* SITE STYLES */

body {
	background-color: #FFFFFF;
    /* background-image: url('img/bg.gif'); */
    /* background-repeat: repeat; */
}

#wrapper {
	background-color: #fff;
}

p {
	margin-bottom: 18px;
	padding: 5px 0 5px 0;
	/* padding: 5px 30px; */
}

img {
	border: 0;
}

.float_left { 
	float: left; 
}

.float_right { 
	float: right; 
}

p.float_left { 
	float: left;
	width: 48%;
	margin: 0 2% 20px 0;
}

p.float_right { 
	float: right; 
	width: 48%;
	margin: 0 0 20px 0;
}

img.float_left { 
	background: #fff url(img/img_border.gif) no-repeat 0% 0%;
	border-bottom: 7px solid #85A7CA;
	float: left;
	margin: 4px 10px 0 0;
	padding: 0 0 1px 5px;
}

img.float_right { 
	background: #fff url(img/img_border.gif) no-repeat 0% 0%;
	border-bottom: 7px solid #85A7CA;
	float: right; 
	margin: 4px 0 0 10px;
	padding: 0 0 1px 5px;
}

.clear:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clear {
	display: inline-block;
}

* html .clear {
height: 1%;
}
