/*************************************************/
/************  General Declarations **************/
/*************************************************/

* { 
	margin: 0;
	padding: 0;
}

html {
    	background: #A2B3C3 url('../Images/bgGradient.jpg') top left repeat-x;
}

body {
	margin-top: 5px;
	margin-left: 5px;
}

/************ Shell & Navigation IDs ************/

#SIDENAV 
{
	background: transparent url('../Images/tabCurves.png') 0 -35px no-repeat;
	position: absolute;
	top: 220px;
	left: 5px;
	display: block;
	z-index: 0;
	width: 160px;
}

#SIDENAV a, li.item {
	display: block;
	width: 160px;
	text-align: left;
	cursor: pointer;
}

#HEADER {
	width: 1005px;
	background-image:url('../Images/header.jpg');
	height: 90px;
}

#TAG {
	font: bold 10pt Verdana, Arial, Helvetica;
	color: #FFF;
	position: relative;
	text-align: right;
	width: 1005px;
	padding: 4px 0;
}

#CONTAINERTOP 
{
    background-image:url('../Images/body_top.png');
	margin-left: 160px;
	height: 15px;
	z-index: 1;
	width: 845px;
}

#CONTAINER {
	background: #FFF;
	height: auto;
	min-height: 300px;
	width: 825px;
	margin-left: 160px;
	z-index: 200;
	padding: 10px;
	}


#CONTAINERBTM
{
	background: transparent url('../Images/body_btm.png') top center no-repeat;
	position:relative;
	height: 20px;
	width: 845px;
	margin-left: 160px;
	z-index: 200;
	clear: both;
}

#INTROIMG {
	width: 845px;
	float: inherit;
	
}

#BTMNAV, #ADMINLINKS { 
	position: relative;
	margin-left: 160px;
	width: 847px;
	text-align: right;
	clear: both;
}

#BTMNAV a, #BTMNAV span {
	font: 7pt Verdana, Arial, Sans-Serif;
	color: #260184;
	text-decoration: none;
}

#BTMNAV a.copyright {
	font-style: italic;
	text-decoration: underline;
}

#ADMINLINKS a {
    font: 8pt Verdana, Arial, Sans-serif;
    color: #260184;
    text-decoration: none;
}

#BTMNAV span {
    font-style: italic;
}

#BTMNAV a:hover, #ADMINLINKS a:hover {
	color: #FFF;
	cursor: pointer;
}


/****************** Sitewide Styling ****************/

h2 {
	font: bold 11pt Verdana;
	color: #1c094c;
	margin-bottom: 5px;
}

#CONTAINER td.para {
	font: 10pt Verdana;
}

#CONTAINER table {
	margin-top: 5px;
	margin-bottom: 5px;
}
