
body
{
	margin: 0;
	padding: 0;
	background: white;
	font-family: Arial, Helvetica;
	color: #696969;
}

.Normal
{
	font-size: .8em;
	color: #696969;
}
	
blockquote {
	font-style: italic;
}

a {
	color: #393939;
}

a:hover {
	text-decoration: underline;
	color: Black;
}

/* TitleHeader - Set to invisible */
td.TitleHeader, td.DescriptionHeader
{
	visibility: hidden;
}

td.TitleCell
{
/*	left: -16px;*/
	position: relative;
	vertical-align: top;
	white-space:nowrap;
}

p.MainPara, a.Normal
{
	left: 9px;
	position: relative;
	line-height: 16pt;
}

/* Special Gray Boxes */
p.GrayBox, span.GrayBox, div.GrayBox
{
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	color: #393939;
	background-color: silver;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
}

h3
{
	color: #393939;
	font-size: .9em;
	font-weight: bold;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

td.container_main
{
	padding: 10px 10px 0px 10px;
}
/* Page */

#page {
	width: 652px;
	margin: 0 auto;
	text-align: center;
}

#widepage 
{
	width: 970px;
	margin: 0 auto;
	text-align: center;
}

#MainImg
{
	left: 8px;
	position: relative;
}

p.topmenu a
{
	text-align: center;
	color: #006633;
	font-family: Arial, Helvetica;
	font-size: 1.3em;
}

p.topmenu a:hover
{
	text-decoration: underline;
	color: #006633;
}

p.topmenu a:visited
{
	text-decoration: none;
	color: #006633;
}

p.topmenu a:link
{
	text-decoration: underline;
	color: #006633;
}

.topmenu a:active
{
	text-decoration: underline;
	color: #006633;
}

/* Menu */
.main_dnnmenu_container {
	background-color: transparent; 
}
.main_dnnmenu_bar {
	cursor: pointer; 
	cursor: hand;
	height:24px;
	background-color: Transparent;
}
.main_dnnmenu_item { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #006633; 
	font-size: 10pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Arial, Helvetica; 
        white-space: nowrap;  /*Word wrapping menu item now optional*/	
        padding: 1px 3px 3px 1px;	
}

.main_dnnmenu_rootitem  { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #006633; 
	font-size: 10pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Arial, Helvetica; 
    white-space: nowrap;  /*Word wrapping menu item now optional*/	    
    padding: 0px 12px 0px 5px;   /*explicitly set padding for root menu items*/
}

.main_dnnmenu_selecteditem  { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #006633; 
	font-size: 14pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Arial, Helvetica; 
    white-space: nowrap;  /*Word wrapping menu item now optional*/	    
    padding: 0px 12px 0px 5px;   /*explicitly set padding for root menu items*/
}

.main_dnnmenu_itemhover {  
	color: #000000; 
}

.main_dnnmenu_itemhover td {  
	color: #000000; 
}

.main_dnnmenu_icon {
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 100%;
}
.main_dnnmenu_submenu {
	background-color: #cccccc;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
	padding: 1px 1px 1px 1px;   /*explicitly set padding for sub-menus */
}
.main_dnnmenu_break {
	height: 1px;
	font-size: 1px;
}

.main_dnnmenu_arrow {
	border-right: #cccccc 1px solid; 
	border-bottom: #cccccc 1px solid; 
	border-top: #cccccc 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}
.main_dnnmenu_rootmenuarrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}


/* Login */

#login {
	padding: 0px;
}

#login form {
	margin: 0;
	padding: 0 0 0 0;
}

#login fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#login label {
	color: #FFFFFF;
}

#inputtext1, #inputtext2 {
	width: 140px;
	font-family: Arial, Helvetica; 
	color: #666666;
}

#inputsubmit1 {
	font-family: Arial, Helvetica; 
	color: #666666;
}

#login a {
	color: #FFFFFF;
}

td.login
{
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	vertical-align: top;
	border-left: gray 1px solid;
	border-bottom: gray 1px solid;
	text-align: center;
	width: 200px;
}

/* Main page table */
.InnerTable
{
	border-top: #006633 1px solid;
	border-left: #006633 1px solid;
	width: 100%;
}

/* Content */

#content
{
	float: right;
	width: 100%;
}

/* Footer */

#footer
{
	font-family: Arial, Helvetica; 
	width: 100%;
	height: 120px;
	margin: 0 auto;
	border-top: gray 1px solid;
}

#footer p
{
	margin: 0;
	font-size: 0.7em;
	text-align: center;
	color: Black
}

#footer a, #footer a:hover, #footer a:visited, #footer a:active
{
	text-decoration: underline;
	color: #006633;
}
