html {height:100%;}

body {
color:#4e4c43;  /*EDITABLE*/ /*font color for content*/
background:#524e39; /*url(../images/bg_page.jpg) repeat-x;*/ /*EDITABLE*/
margin:0 auto;
padding:0;
text-align:center; /*Added to the body element to force IE to centre all content*/
min-height:101%;/*Sets the minimum page height to greater than the window height to force Firefox to display vertical scrollbars, thereby preventing content jumping.*/
width:100%; 
font-size: 12px;
line-height: 16px;
font-family: Arial, Helvetica, sans-serif;
}




/* GLOBAL DEFAULTS & CSS Reset
========================================================================*/

body * {text-align:left} /*Do not Modify*/

p {margin:0px 0px 15px 0px;}



/* Global Font Styles
=========================== */

p, td, div /*EDITABLE*/
{	
	font-size: 12px;
	line-height: 1.3em;
	font-family: Arial, Helvetica, sans-serif;
	color:#4e4c43; /*font color for content*/
}


/* Link Styles 
=========================== */

a, a:link { /*EDITABLE*/
color:#336699;
text-decoration:none;
}

a:active { /*EDITABLE*/
color:#3399cc;
text-decoration:none;
}

a:visited  {/*EDITABLE*/
color:#336699; 
text-decoration:none;
}

a:hover {  /*EDITABLE*/
color: #3399cc;
text-decoration:underline;
}

a:focus { outline: none;}

img, img a:link, img a:visited, img a:hover, img a:visited:hover {border:0px;}



/* Unordered Lists Reset - Do not Modify
=========================== */

ul, ol { 
    margin: 5px 0 15px 5px;
	padding: 0px 0 0 10px;
	list-style-type: none;
	display: block;
}

ol {
	display: block;
	list-style-position: inside; 
}




/* STRUCTURAL MARK-UP
========================================================================*/

#container {
width:980px;
background: #fff /*url(../images/bg_content.jpg)*/; /*EDITABLE*/
margin:0px auto;
padding:0px;
text-align:left;

}

#header {
clear:both;
width:980px;
height:214px;
background: #fff /*url(../images/bg_content.jpg)*/; /*EDITABLE*/
padding-left:0px;
padding-top:0px;
}

#contentcontainer {
width:950px;
clear:both;
padding-left:30px;
background: #eeeade url(../images/bg_content.jpg) repeat-y; /*EDITABLE*/
border:0px solid #000;
float:left;
}

#sidebar {
float:left;
width:220px; /*do not modify width*/
line-height:14pt;
color:#b4c98f; /*EDITABLE*/
border: 0px 0px 0px 0px;
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
}

#contentarea {
width:640px; /*do not modify width*/
padding:0px 0px 0px 0px;
margin:0px 0px 0px 40px;
float:left;
border:0px solid #ff0000;

}

#footer {
width:980px;
clear:both;
height:61px;
background: transparent url(../images/bg_footer.jpg) no-repeat; /*EDITABLE*/
border:0px solid #000;
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
}

#footer p, #footer div {
font-size:11px;
line-height:14pt;
/*color:#ffffff; /*EDITABLE*/
text-align:right;

}

#footer a {
/*color:#FFFFFF; /*EDITABLE*/
}


.copyright {margin:15px 30px 0px 30px;float:right;} /*EDITABLE*/
.tagline {float:left; margin:0 0 10px 160px;}
.tagline2 {float:left; margin:10px 0 10px 65px;}



/* NAVIGATION
========================================================================*/

#sidebarnav {
margin-top:30px;
padding-bottom:10px;
}

  
#sidebarnav a, #sidebarnav a:link { 
	width:210px;
	display:block;
	padding: 6px 5px 0px 15px; /*EDITABLE*/
	height:20px;
	color:#336699; /*EDITABLE*/
	text-decoration:none; /*EDITABLE*/
	font-size:12px;
	font-weight:normal;
	border-bottom:1px solid #ccc9c0; /*EDITABLE*/
	margin-top:0px;
	text-align:right;
	text-transform:uppercase;
  }
  
  
#sidebarnav a:hover { /*EDITABLE*/
	background-color:#ffffff;
	text-decoration:none;
	color:#6699cc;
}



/* HEADERS
========================================================================*/

h1 { /*EDITABLE*/
font-size:20pt;
line-height:23px;
color:#858049;
padding:0px 0px 0px 0px;
}

h2 { /*EDITABLE*/
font-size:14pt;
line-height:18px;
color:#858049;
font-weight:bold;
padding-top:3px;
}

h3 { /*EDITABLE*/
font-size:12pt;
line-height:23px;
color:#858049;
font-weight:bold;
padding-top:3px;
}

h4 { /*EDITABLE*/
font-size:12pt;
line-height:15px;
color:#333333;
font-weight:normal;
margin:0px 0px 10px 0px;
}

h5 { /*EDITABLE*/
font-size:11pt;
line-height:17px;
color:#336699;
font-weight:normal;
}


/* MISC. FONT STYLES
========================================================================*/



.imgborder {border:4px solid #c4bdad;}

.ruledtable {border:0px solid #ff0000;}
.ruledtable td {border-bottom:1px solid #ddd;}





