/*------------------*/
/*  CSS IMPORTS     */
/*------------------*/

@import url('content.css');
@import url('sidemenu.css');
@import url('footer.css');

/*------------------*/
/*  HTML SELECTORS  */
/*------------------*/

body
	{
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 10pt;
	color: #333;
	background: #5C5C5C url('../images/body_bg.gif') repeat-x top;
	margin: 0px;
	padding: 0px;
	line-height: 1.7em;
	}

h1, h2, h3
	{
	font-family: 'trebuchet ms', georgia, serif;
	font-size: 18pt;
	font-weight: bold;
	color: #5F8800;
	border-bottom: 6px double #333;
	width: 460px;
	margin: 0px 0px 0px 0px;
	padding: 12px 0px 3px 5px;
	line-height: 1.1em;
	}

h2
	{
	font-size: 14pt;
/*	color: #8CBA12; */
	border: none;
	font-style: italic;
	margin-bottom: 10px;
	clear: both;
	}

h3
	{
	font-size: 12pt;
	border: none;
	font-style: italic;
	}

li
	{
	padding-bottom: 10px;
	padding-right: 15px;
	}

img
	{
	border: none;
	}

p
	{
/*	width: 95%; */
	}


/*------------------*/
/*  LAYOUT LOGIC    */
/*------------------*/
 
#header, #headerGraphic, #content, #footer
	{
	position: relative;
	width: 780px;
	height: auto;
	overflow: auto;
	}
	 
#header
	{
	background: url('../images/header_top.gif') no-repeat top center;
	height: 212px;
	}

#headerGraphic
	{
	background: url('../images/header_graphic.jpg') no-repeat top center;
	top: 66px;
	height: 146px;
	}

#headerHome
	{
	width: 770px;
	height: 140px;
	}
	 
#content
	{
	background: url('../images/content_bg.gif') repeat-y;
	}
	 
#footer
	{
	position: relative;
	height: 87px;
	background: url('../images/footer_bg.gif') no-repeat top center;
	color: #fff;
	overflow: hidden;
	}

#sidemenu
	{
	position: relative;
	left: 20px;
	float: left;
	width: 250px;
	color: #fff;
	padding-bottom: 25px;
	}

#contentBody
	{
	position: relative;
	float: right;
	width: 480px;
	height: auto;
	padding: 15px 0px;
	right: 10px;
	}

	
/*------------------*/
/*  CLASSES         */
/*------------------*/

a.tLink
	{
	color: #8CBA12;
	text-decoration: underline;
	}


a:hover.tLink
	{
	color: #fff;
	text-decoration: none;
	background-color: #a2a2a2;
	}

a:active.tLink
	{
	color: #5F8800;
	}
	
a.whiteLink
	{
	color: #fff;
	text-decoration: none;
	}

a:hover.whiteLink
	{
	color: #A2A2A2;
	}

a:active.whiteLink
	{
	color: #82C021;
	}