﻿body  {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #666666;
	font-family: Century Gothic, sans-serif;
	font-size: 100%;
	background-color: #EEE;
	background-image: url('images/mainBg.gif');
	background-repeat: repeat-y;
	background-position: center top;
}

#container 
{
	width: 900px;
	margin: 10px auto;
	padding: 0 40px;
	text-align: left;
} 

/* General Text */
p
{
	font-size: 0.75em;
	line-height: 1.5em;
	margin: 0 0 10px 0;
}

h1
{
	font-size: 2em;
	font-weight: normal;
	margin: 5px 0;
}

h2
{
	font-size: 1.75em;
	line-height: 1.2em;
}

h3
{
	font-size: 1.5em;
	line-height: 1.3em;
}

h4
{
	font-size: 1.25em;
}

h5
{
	font-size: 1em;
}

h2, h3, h4, h5
{
	margin: 5px 0 10px 0;
	font-weight: normal;
}

a
{
	color: #8cc63e;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

.main_text
{
	color: #666666;
	font-family: Century Gothic, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
	margin: 0 0 10px 0;
}

.green_text
{
	color: #8cc63e;
	font-family: Century Gothic, sans-serif;
	font-size: 11px;
}

/* For Header */
.header_table
{
	color: #666666;
	font-family: Century Gothic, sans-serif;
	font-size: small;
}

.header_text
{
	color: #8cc63e;
	font-family: Century Gothic, sans-serif;
	font-size: small;
	font-weight: bold;
}

#header
{
	padding: 10px 10px 10px 25px;
	background-color: #EEEEEE;
	background-image: url('images/boxes/headerBg.gif');
	background-repeat: no-repeat;
	margin: 0 0 10px 0;
	height: 60px;
} 

/* Main Area */
#mainarea
{
	background-color: #EEEEEE;
	margin: 10px 0 10px 0;
}

#sidebar
{
	float: left;
	width: 190px;
	padding: 0px;
	color: #FFF;
}

.sidebarcontent
{
	padding: 0 15px;
	color: #FFF;
	background-image: url('images/boxes/greenBg.gif');
	background-repeat: repeat-y;
}

.sidebarcontent a
{
	color: #FFFFFF;
	text-decoration: none;
}

.sidebarcontent a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}


#mainContent
{
	width: 710px;
	margin: 0 0 0 190px;
} 

.mainContentArea
{
	padding: 0 10px 0 10px;
	background-image: url('images/boxes/mainBg.gif');
	background-color: #FFFFFF;
	background-repeat: repeat-y;
}

/* Footer Area */
#footer {
	padding: 0;
} 
#footer p {
	margin: 0; 
	padding: 10px 0; 
}

/* Top Navigation */
.top_nav
{
	background: url('images/boxes/navBg.gif');
	color: #768e95;
}

.top_nav a:active
{
	font-size: small;
}

.top_nav a:hover
{
	font-size: small;
}

.top_nav a:link
{
	font-size: small;
}

.top_nav a:visited
{
	font-size: small;
}

/* General Table */

.genTable
{
	font-size: 0.75em;
	line-height: 1.5em;
}

/* grid Table */
.gridTableHead
{
	background-color: #8cc63e;
	color: #FFFFFF;
	font-weight:bold;
	font-size: 0.75em;
	line-height: 1.5em;
}

.gridTableRow
{
	font-size: 0.75em;
	line-height: 1.5em;
}





/* Form stuff */
.textbox
{
	border-style: solid;
	border-color: inherit;
	border-width: 1px;
	background-color: #EEEEEE;
	color: #666666;
}

.checkbox input
{
	
}

.buttons
{
	border-style: solid;
	border-color: inherit;
	border-width: 1px;
	background-color: #EEEEEE;
	color: #666666;
}

.dropdowns input
{
	
}

.rblists input
{
	
}

.cblists input
{
	
}

.listboxes
{
	
}

.fileuploader
{
	
}





