@charset "UTF-8";
/* CSS Document */

/* Override Browser Styles */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/* Set for IE */

body { 
	font-size: 75%;
	}
	
/* Set formal elements */
	
body {
	background-image: url(background.jpg);
	background-position:center top;
	text-align: center;
	background-color: #000000;
	background-repeat: no-repeat;
	background-attachment: scroll;
}

/* Set text elements */	
body    {
	color: #000000;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

p  {
	font-size: 12px;
	line-height: 15.5px;
	margin-bottom: 16px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
}

td  {
	color: #000000
}


a {
	font-weight: bold;
	color:#C9B395;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-color: #C9B395;
	border-style: solid;
	text-decoration: none;
}
a:hover { 
	color: #000000;	
	border-color: #000000;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-right: 16px;
	
}
h1, h2, h3 {
 	text-transform: uppercase;
	font-weight: bold;
}
h1 {
	font-size: 36px;
	line-height: 32px;
}

h2 {
	font-size: 24px;
	line-height: 32px;
}

h3 {
	font-size: 21px;
	line-height: 32px;
}
h4 {font-size: 18px;
	line-height: 32px;
}
h5 {font-size: 14px;
	line-height: 16px;
}
h6 {font-size: 12px;
	line-height: 16px;
}

strong {
	font-weight: bold;
}

#container {
	width: 800px;
	background-color: #ECE7D6;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	border: 2px solid #000000;
}
#header {
	height: 234px;
	width: 800px;
	background-image: url(banner-new.jpg);
	background-repeat: no-repeat;
}
#mainContent {
	margin: 16px;
	padding:16px;
	background-color: #FCFCF5;
}
#mainContent a {
	font-weight: normal;
	border-color: #ECE7D6;
}
#navBar {
	text-transform: uppercase;
	margin-top: 16px;
	margin-right: 16px;
	margin-bottom: 0px;
	margin-left: 16px;
	padding-left: 16px;
}

#navBar a {
	border-top-width: 0.2222em;
	}

#rightColumn {
	float: right;
	background-color: #FCFCF5;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 16px;
	padding-left: 16px;
}
#rightColumn p {
	padding-right:0px;
}

#rightColumn.fade {
	
	width: 413px;
	height: 310px;
}

#leftColumn {
	margin: 0px;
	width: 762px;
	background-color: #FCFCF5;
}

#bottomBox {
	margin: 16px;
	padding: 16px;
	background-color: #FCFCF5;


}

#bottomBox a {
	border:none;
	}
#footer {
	color: #000000;
	margin: 16px;
	padding: 16px;
}

.fltleft {
	float:left;
	margin-top: 0px;
	margin-right: 16px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.fltright {
	float:right;
	margin-left: 16px;
}

.bluehead {
	color: #2b7fd4;
	border-top-width: 4px;
	border-right-width: 0px;
	border-bottom-width: 4px;
	border-left-width: 0px;
	border-color: #ECE7D6;
	border-style: solid;
}
.minheight {
	min-height: 420px;
	}
.blue {
	color: #2b7fd4;
}
