/**
* ---------------------------------------------------------------------
* General
* ---------------------------------------------------------------------
*/
*{
	padding:0; 
	margin:0;
}

body {
	font-size:62.5%; 
	background-color:rgb(255,255,255); 
	font-family:verdana,arial,sans-serif;
}

.page-container {
	width:980px; 
	margin:0px auto; 
	margin-top:10px; 
	margin-bottom:10px; 
	font-size:1.0em;
}

.main {
	clear:both; 
	width:980px; 
	height: 100%;
	padding-bottom:30px; 
}

.main-navigation {
	display: none;
}

.main-content {
	display:inline; /*Fix IE floating margin bug*/; 
	float:left; 
	width:100%; 
	margin:0 35px 0 30px; 
	overflow:visible !important /*Firefox*/; 
	overflow:hidden /*IE6*/;
}

.main-subcontent {
	display: none;
}

.footer {
	display: none;
}

/**
* ---------------------------------------------------------------------
* Header General
* ---------------------------------------------------------------------
*/

.header {
	width:980px; 
	font-family:"trebuchet ms",arial,sans-serif;
}

.header-bottom {
	width:980px; 
	height:40px; 
}

.header-breadcrumbs {
	clear:both; 
	width:980px; 
	padding:1.0em 0 1.5em 0; 
}

/* IE7 Only */
*:first-child+html .header-breadcrumbs {
	padding:3.5em 0 1.5em 0;
}

.header-top {
	display: none;
}

/**
* ---------------------------------------------------------------------
* Header Breadcrumbs
* ---------------------------------------------------------------------
*/
.header-breadcrumbs ul {
	float:left; 
	width:560px; 
	list-style:none; 
	padding:0 0 0 15px; 
	font-family:verdana,arial,sans-serif;
}

.header-breadcrumbs ul li {
	display:inline; 
	padding:0 0 0 15px; 
	background:transparent url(./images/arrow_right.gif) no-repeat 0 50%; 
	font-weight:bold; 
	color:rgb(125,125,125); 
	font-size:100%;
}

.header-breadcrumbs ul a {
	color:#449922; 
	text-decoration:none;
}

.header-breadcrumbs ul a:hover {
	color:#275620; 
	text-decoration:underline;
}

.header-breadcrumbs .searchform {
	display: none;
}

/**
* ---------------------------------------------------------------------
* Header Top
* ---------------------------------------------------------------------
*/
.sitelogo {
    display: none;
}

.sitename {
	display: none;
}

/**
* ---------------------------------------------------------------------
* Header Bottom
* ---------------------------------------------------------------------
*/
#navbar {
	display: none;
}

/**
* ---------------------------------------------------------------------
* Main Content
* ---------------------------------------------------------------------
*/
.main-content h1 {clear:both; margin:1.0em 0 0.5em 0; font-family:"trebuchet ms",arial,sans-serif; color:rgb(80,80,80); font-weight:normal; font-size:210%;}
.main-content h2 {clear:both; margin:1.0em 0 0.5em 0; font-family:"trebuchet ms",arial,sans-serif; color:rgb(80,80,80); font-weight:normal; font-size:170%;}
.main-content h3 {clear:both; margin:-1.0em 0 0.5em 0; font-family:"trebuchet ms",arial,sans-serif; color:rgb(125,125,125); font-weight:normal; font-size:130%;}
.main-content h4 {margin:1.5em 0 1.0em 0; color:rgb(80,80,80); font-family:"trebuchet ms",arial,sans-serif; font-weight:normal; font-size:170%;}
.main-content h5 {margin:1.5em 0 1.0em 0; color:rgb(80,80,80); font-family:"trebuchet ms",arial,sans-serif; font-size:140%;}
.main-content h6 {margin:1.2em 0 0.2em 0; color:rgb(80,80,80); font-weight:bold; font-size:120%;}
.main-content p {margin:0 0 1.0em 0; line-height:1.5em; font-size:120%;}
.main-content p.center {text-align:center;}
.main-content p.right {text-align:right;}
.main-content p.details {clear:both; margin:-0.25em 0 1.0em 0; line-height:1.0em; font-size:110%;}
.main-content blockquote {clear:both; margin:0 30px 0.6em 30px; font-size:90%;}

.main-content a {
	color:#275620; 
	text-decoration:underline;
}

.main-content a:hover, .main-content a:visited {
	color:#449922; 
	text-decoration:none;
}

