﻿/*	Custom CSS Settings	*****************
****************************************/
* /*Set's border, padding and margin to 0 for all values*/
{
	padding: 0;
	/*margin: 0;*/
	border: 0;
	font-family:Verdana, Arial, Tahoma, sans-serif;

}
html
{
	color: #000; 
	font-family: Verdana, Arial, Tahoma, sans-serif;
	background-color:#98B9A6;
	text-align:center;
	background-image:url('/Template Files/PageBackground.jpg');
	background-repeat:repeat-x;
}
 a, a:link, a:active, a:visited{
	color:#005329!important;
}

a:hover{
	color:#009D4F!important;
}

body
{
	color: #000; 
	font-family: Verdana, Arial, Tahoma, sans-serif;
	background-color:#98B9A6;
	text-align:center;
}
.cimg-main
{
	width:868px;
	height:100%!important;
	min-height:100%!important;
	text-align:center;
	border:1px solid #005329;
	background-color:#fff;
	/*padding-right:15px;*/
}
/**************************
HEADER
**************************/
.cimg-header
{
	background-image:url("/Template Files/HeaderBackground.jpg");
	background-color:#002d96;
	background-repeat:no-repeat;
	width:868px;
	height:129px;
	/*vertical-align:top;*/
	padding:0;
}
/*.cimg-titlearea-line{
	background-image:url("/Template Files/titlearea-line.gif");
	background-repeat:repeat-x;
	overflow:hidden;
	height:5px;
	width:868px;
	vertical-align:top;
}*/

/**************************
LEFT CELL
**************************/
.cimg-left
{
	width:166px;
	min-height:100%!important;
	height:100%!important;
	vertical-align:top;
 	background-color:#DBE8DB;
	/*border-right:1px solid #005329!important; */
	padding:0;
	font-size:11px;
	border-top:0;
}

.cimg-left-top
{
	width:166px;
	min-height:22px;
	height:22px;
	vertical-align:top;
 	background-color:#DBE8DB; 
	padding:0;
	font-size:11px;
	border-top:2px solid white;
	border-bottom:0;
}

* html .cimg-left-top
{
	border-top:1px solid white;
}
* html .cimg-left
{
	height:100%;
	min-height:100%;
	/*border-right:1px solid #005329!important; */
}
/**************************
CONTENT
**************************/
.cimg-content-outer
{
	width:820px;
	min-height:100%;
	height:100%;
	text-align:center;
	vertical-align:top;
	background-image:url('/Template Files/MainBackground.gif');
	background-position:right bottom;
	background-repeat:no-repeat;
}
* html .cimg-content-outer
{
	height:100%;
	background-image:url('');
}
.cimg-content-inner
{
	width:820px;
	min-height:99.5%;
	padding:12px;
	text-align:center;
	border:solid 0px red;
	vertical-align:top;

}
* html .cimg-content-inner
{
	height:99.5%;
}
.cimg-content-top div
{
	padding:0 0 0 5px;
}
.cimg-content-inner ul{
	font-family: Verdana, Arial, Tahoma, sans-serif;
	list-style-position:inherit;
	list-style-type:square;
    font-size:11px;
    padding-left:15px;
}
.cimg-content-inner p{
	font-family: Verdana, Arial, Tahoma, sans-serif;
    font-size:11px;
}
h1
{
	font-family: Verdana, Arial, Tahoma, sans-serif;
	font-size:5em;
	font-weight:bold;
	color:#005329;
}
h2{
	font-size:1.5em!important;
	font-weight:bold;
	color:#009D4F;
	font-family:Verdana, Arial, Tahoma, sans-serif;
	font-style:italic;
	margin-bottom:2px!important;
}
h3
{
	color:#505050;
}

.Header{
	font-size:18px;
	font-weight:bold;
	color:#006633;
}

a, a:active, a:visited, a:link{
	color:#005329;
}

a:hover{
	color:#009D4F;
}
/**************************
SEPARATOR CELL
**************************/
.cimg-separator
{
	width:5px;
	background-color:transparent;
}
/**************************
FOOTER
**************************/
.cimg-footer
{
	float:left;
	text-align:center;
	font-size:10px;
	color:#fff;
	width:868px;
	border-top:0px solid #005329;
	background-color:#006633;
}
.cimg-footer a:visited
{
	color:#DBE8DB!important;
	text-decoration:none;
	font-weight:bold;
}
.cimg-footer a:active
{
	color:#DBE8DB!important;
	text-decoration:none;
	font-weight:bold;
}
.cimg-footer a:link
{
	color:#DBE8DB!important;
	text-decoration:underline;
	font-weight:bold;
}
.cimg-footer a
{
	color:#DBE8DB!important;
	text-decoration:none;
	font-weight:bold;
}
.cimg-footer a:hover
{
	text-decoration:underline;
	color:#fff!important;
}
.cimg-footerarea-line
{
	float:left;
	background-image:url("/Template Files/FooterBackground.gif");
	background-repeat:no-repeat;
	height:23px;
	width:868px;
	border:0;
}
/* End of	Custom CSS Settings	*****************
****************************************/

/*	Overridden Microsoft CSS Settings	*****************
****************************************/
.ms-viewareaframe
{
	vertical-align:top;
	width:100%;
	background-color:#ffffff;
	border:0px solid #6f9dd9;
	/*min-height:100%;*/
	padding:5px;
}
.ms-bodyareaframe
{
	vertical-align:top;
	width:100%;
	/*background-color:#ffffff;*/
	background-color:transparent;
	border:0px solid #6f9dd9;
	/*min-height:100%;*/
	padding:5px;	
}
* html .ms-viewareaframe
{
	/*height:100%;*/
}
* html .ms-bodyareaframe
{
	/*height:100%;*/
	background-image:url('/Template Files/MainBackground.gif');
	background-position:right bottom;
	background-repeat:no-repeat;
}
.ms-propertysheet
{
	font-family: Verdana, Arial, Tahoma, sans-serif;
	font-size:.7em;
	text-align:left;
	color:#4c4c4c;
	background-color:#fff;
	border:solid 0px purple;
	min-height:100%;
}
* html .ms-propertysheet
{
	height:100%;
}
ms-pagebreadcrumb
{
	padding:2px 3px 3px 11px;
	border-left:1px solid #ffffff;
	border-top:1px solid #ffffff;
}
.ms-pagebreadcrumb a
{
	font-size:8pt;
	background-color:#fff;
	color:#666666;
	text-decoration:none;
}

.ms-pagebreadcrumb
{
	font-size:8pt;
	background-color:#fff;
	color:#666666;
	text-decoration:none;
}
.ms-vb{
	font-family: Verdana, Arial, Tahoma, sans-serif;	
	padding-left:0!important;
}

.ms-vb2{
	padding:3px;
	font-family: Verdana, Arial, Tahoma, sans-serif;
	padding-left:0!important;
	background-color:transparent!important;
}

.ms-vb2 a, .ms-vb2 a:link{
	color:#005329!important;
}

.ms-vb2home, .ms-vb2home a{
	background-color:#DBE8DB!important;
	font-size:11px;
	padding-left:1px;
	padding-right:5px;
	padding-bottom:2px;
}

.ProductName{
	font-size:14px;color:#009D4F;font-weight:bold;
}

.ms-alternating{
	background-color:transparent!important;
}

.Submenu{
	background-image:url('/Template Files/SubmenuBullet.gif');
	background-repeat:no-repeat;
	background-position:left center;
	font-size:10px;
	border-left:1px dashed #ccc;
	padding:3px;
	padding-left:15px;
	margin-left:4px;
}
/*	End of Overridden Microsoft CSS Settings	*****************
****************************************/