@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #99a13d;
}
 #container {
	width: 800px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: left;
	background-image: url(images/bg_shadow.png);
	background-repeat: repeat-y;
	background-position: center top;
	padding: 0 20px;
} 
#loginHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
	float: left;
	width: 500px;
	margin-top: 20px;
}
#loginLogo img {
	padding-top: 25px;
	padding-left: 10px;
	padding-bottom: 15px;
}
 #header {
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image: url(images/loesche_header_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 103px;
	z-index: 2;
	position: relative;
} 
 #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}


/* ------------------------------ NAVIGATION STYLES ----------------------------------- */

.horizontalcssmenu {
	width: 100%;
	margin: 0 auto;
	background-color: #2eb135;
	z-index: 2;
}


.horizontalcssmenu ul{
margin: 0;
padding: 0;
list-style-type: none;

}

/*Top level list items*/
.horizontalcssmenu ul li{
	position: relative;
	display: inline;
	float: left;
	background-color: #2eb135;
}

/*Top level menu link items style*/
.horizontalcssmenu ul li a{
	display: block;
	/*width: 100px; /*Width of top level menu link items*/ 
	height:24px;
	padding: 0px 27px;
	border: 0;
	border-left-width: 0;
	text-decoration: none;
	color: #EEEEEE;
	font-family: Helvetica;
	font-size: 11px;
	line-height: 26px;
	font-weight: bold;
}
	
/*Sub level menu*/
.horizontalcssmenu ul li ul{
	left: 0;
	top: 0;
	border: 0;
	position: absolute;
	display: block;
	visibility: hidden;
	z-index: 100;
}

/*Sub level menu list items*/
.horizontalcssmenu ul li ul li{
display: inline;
float: none;
}


/* Sub level menu links style */
.horizontalcssmenu ul li ul li a{
	width: 160px; /*width of sub menu levels*/
	font-weight: normal;
	padding: 2px 10px;
	background: #CCCCCC;
	border:0;
	color: #2b2b2b;
}

#cssmenu1 li a:hover{
	background-color: #FFFFFF;
} 

#cssmenu1 li a.home:hover, .horizontalcssmenu ul li ul li a.home{
	background-color: #669933;
	color:#EEEEEEE;
	font-weight: bold;
} 

#cssmenu1 li ul li a.home:hover{
	background-color: #FFFFFF;
	color:#000000;
}

.homeTab, a.homeTab:hover, #cssmenu1 li ul li a.homeTab:hover, #cssmenu1 li a.homeTab:hover{
	background-color: #669933;
}

#cssmenu1 li a.about:hover, .horizontalcssmenu ul li ul li a.about, #cssmenu1 .selected a span, #cssmenu1 .selected a{
	background-color: #006699;
	color:#FFFFFF;
} 

#cssmenu1 li ul li a.about:hover{
	background-color: #FFFFFF;
	color:#000000;
}

.aboutTab, a.aboutTab:hover, #cssmenu1 li ul li a.aboutTab:hover, #cssmenu1 li a.aboutTab:hover{
	background-color: #006699;
}

#cssmenu1 li a.products:hover, .horizontalcssmenu ul li ul li a.products{
	background-color: #99CC00;
	color:#FFFFFF;
} 

#cssmenu1 li ul li a.products:hover{
	background-color: #FFFFFF;
	color:#000000;
}

.productsTab, a.productsTab:hover, #cssmenu1 li ul li a.productsTab:hover, #cssmenu1 li a.productsTab:hover{
	background-color: #99CC00;
}

#cssmenu1 li a.services:hover, .horizontalcssmenu ul li ul li a.services{
	background-color: #CC9900;
	color:#FFFFFF;
} 

#cssmenu1 li ul li a.services:hover{
	background-color: #FFFFFF;
	color:#000000;
}
#bottomShadow {
	background-image: url(images/bg_bottom_shadow.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 800px;
	padding: 0 20px;
	margin: 0 auto;
	height: 300px;
}

.servicesTab, a.servicesTab:hover, #cssmenu1 li ul li a.servicesTab:hover, #cssmenu1 li a.servicesTab:hover{
	background-color: #CC9900;
}

#cssmenu1 li a.news:hover, .horizontalcssmenu ul li ul li a.news{
	background-color: #669999;
	color:#FFFFFF;
} 

#cssmenu1 li ul li a.news:hover{
	background-color: #FFFFFF;
	color:#000000;
}

.newsTab, a.newsTab:hover, #cssmenu1 li ul li a.newsTab:hover, #cssmenu1 li a.newsTab:hover{
	background-color: #669999;
}

#cssmenu1 li a.resources:hover, .horizontalcssmenu ul li ul li a.resources{
	background-color: #CC6633;
	color:#FFFFFF;
} 

#cssmenu1 li ul li a.resources:hover{
	background-color: #FFFFFF;
	color:#000000;
}

.resourcesTab, a.resourcesTab:hover, #cssmenu1 li ul li a.resourcesTab:hover, #cssmenu1 li a.resourcesTab:hover{
	background-color: #CC6633;
}

#cssmenu1 li a.contact:hover, .horizontalcssmenu ul li ul li a.contact{
	background-color: #79B138;
} 


.contactTab, a.contactTab:hover, #cssmenu1 li ul li a.contactTab:hover, #cssmenu1 li a.contactTab:hover {
	background-color: #79B138;
}


#cssmenu1 li ul li a.contact:hover{
	background-color: #FFFFFF;
	color:#000000;
}

.horizontalcssmenu ul li ul li a:hover{
background: #fffffe;
color:#444444;
}

.horizontalcssmenu .arrowdiv{
position: absolute;
right: 0;
/* background: transparent url(images/menuarrow.gif) no-repeat center left;  */
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .horizontalcssmenu ul li { float: left; height: 1%; }
* html .horizontalcssmenu ul li a { height: 1%; }
/* End */

/* ------------------------------ END NAVIGATION STYLES ------------------------------- */

/* Tips for sidebars:
1. Since we are working in percentages, it's best not to use side padding on the sidebars. It will be added to the width for standards compliant browsers creating an unknown actual width. 
2. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the " #leftbox p" rule.
3. Since Explorer calculates widths after the parent element is rendered, you may occasionally run into unexplained bugs with percentage-based columns. If you need more predictable results, you may choose to change to pixel sized columns.
*/
#videopane {
	margin:0;
	padding:0;
	width:100%;
	height:375px;
	background-color: #A8C558;
	}
	
#videopane_home {
	margin:0;
	padding:0;
	width:100%;
	height:345px;
	background-color: #669933;
	}	
	
#videopane_about {
	margin:0;
	padding:0;
	width:100%;
	background-color: #006699;
	}		
	
#videopane_products {
	margin:0;
	padding:0;
	width:100%;
	background-color: #99CC00;
	}		
	
#videopane_services {
	margin:0;
	padding:0;
	width:100%;
	background-color: #CC9900;
	}
			
#videopane_news {
	margin:0;
	padding:0;
	width:100%;
	background-color: #669999;
	}		
		
#videopane_resources {
	margin:0;
	padding:0;
	width:100%;
	background-color: #CC6633;
	}		
									
#videopane_contact {
	margin:0;
	padding:0;
	width:100%;
	background-color: #79B138;
	}	

#sideBar {
	width: 33%;
	float: right;
	background-image: url(images/sidebar_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color:#222222;
	border-top: 1px solid #FFFFFF;
}
.descriptor {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #2f2f2f;
}
.indent {
	margin: 0px;
	padding-left: 15px;
}
#sideBar p {
	border: 0;
	width: 268px;
	margin: 0 auto;
	padding: 15px 0;
}
.sidebarHeader {
	font-family: Helvetica;
	font-size: 16px;
	color: #b1b1b1;
	line-height: 22px;
}
.sidebarBody {
	font-family: Helvetica;
	font-size: 11px;
	line-height: 14px;
	color: #BBBBBB;
}
.sidebarBody a:link {
	font-family: Helvetica;
	font-size: 11px;
	color: #BBBBBB;
	text-decoration: none;
}

.sidebarBody a:hover {
	font-family: Helvetica;
	font-size: 11px;
	color: #BBBBBB;
	text-decoration: underline;
}

#leftContent {
	float: left;
	width: 65%;
}
#leftContent p {
	font-family: Helvetica;
	font-size: 12px;
	color: #333333;
	text-align: justify;
	padding: 15px 5px 10px 15px;
	line-height: 17px;
}
.header {
	font-family: Helvetica;
	font-size: 18px;
	font-weight: bold;
	color: 333333;
}
#fullScreen {
	width: 100%;
	background-image: url(images/bg3.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 100%;
}
#logo {
	padding-left: 30px;
	float: left;
}

#videopane p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	}

 #leftbox {
	position:relative;
	display: block;
	float: left; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 262px; /* since this element is floated, a width must be given */
	padding: 1px 0 0 0; /* top and bottom padding create visual space within this div  */
	margin:0;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #b4b4b4;
	background-color: #F3F3F3;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #bfbfbf;
	border-bottom-color: #b4b4b4;
}
 #rightbox {
	position:relative;
	display: block;
	float: left; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 262px; /* since this element is floated, a width must be given */
	padding: 1px 0 0 0; /* top and bottom padding create visual space within this div  */
	margin:0;
	background-color: #F3F3F3;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #bfbfbf;
	border-bottom-color: #b4b4b4;
}

/* Tips for middlebox:
1. the space between the middlebox and sidebars is created with the left and right margins on the middlebox div.
2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the middlebox div should be 300px or smaller (this includes images).
3. in the Internet Explorer Conditional Comment below, the zoom property is used to give the middlebox "hasLayout." This avoids several IE-specific bugs.
*/
 #middlebox {
	position:relative;
	display: block;
	float: left;
	width: 262px;
	padding: 1px 0 0 0;
	margin:0; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #middlebox div's text to fill the sidebar spaces when the content in each sidebar ends. */
	background-color: #f3f3f3;
	border: 3px solid #b4b4b4;
}
 #leftbox p, #rightbox p, #middlebox p {
	margin-left: 15px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 15px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
}

 #leftbox h3, #rightbox h3, #middlebox h3 {
	margin-left: 15px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 15px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #2e2e2e;
}

 #footer {
	padding: 0 0px;
	width: 100%;
	background-color: #b4b4b4;
	background-image: url(images/bg_steel.jpg);
	background-repeat: repeat-y;
	background-position: left bottom;
} 
#loginForm {
	padding-left: 15px;
}
#loginForm input {
	margin-bottom: 10px;
	margin-top: 4px;
}
#loginForm label {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #666666;
}
#loginForm input.loginSubmit {
	width: 89px;
	height: 18px;
}
 #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Helvetica;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
	text-align: center;
}
#box1_image img {
	float: left;
	padding-right: 10px;
	padding-left: 10px;
}
#leftMain {
	width: 320px;
	padding: 25px 15px 10px 20px;
	float: left;
}

#contactLeft {
	width: 200px;
	float: left;
	margin: 20px 5px 10px 10px;
	padding: 0 0 0 5px;
}
#contactLeft p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #FFFFFF;
}

#contactLeft a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	text-decoration:none;
	color: #FFFFFF;
}


#contactLeft a:hover {
	text-decoration:underline;
}

#contactLeft ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 17px;
	color: #EEEEEE;
	list-style-type: none;
	padding: 0;
	margin-top: 0px;
	margin-right: -5px;
	margin-bottom: 0px;
	margin-left: -35px;
	text-align: left;
	font-weight: bold;
}

#leftMain p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #f3f3f3;
	line-height: 16px;
	text-align: justify;
}
#leftMain h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bolder;
	color: #FFFFFF;
}
#leftMain h2, #contactLeft h2, #contactLeft h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #f3f3f3;
	font-weight: normal;
	text-decoration: none;
	margin: 0;
	padding: 0;
	text-align: left;
}
#rightMain {
	float: right;
	width: 405px;
	padding: 25px 25px 15px 5px;
	z-index: 1;
	position: relative;
}
.padLeft {
	padding-left: 13px;
}

#contactBox {
	float: right;
	width: 525px;
	background-color: #F2F7EB;
	margin-top: 20px;
	padding-top: 2px;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-left: 10px;
	margin-right: 15px;
}

#contactBox h2 {
	font-size:16px;
	color:#444444;
	font-family: Arial, Helvetica, sans-serif;
}

#contactBox p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
	font-weight: normal;
	text-decoration: none;
}

.imgFltRt {
	margin: 0px;
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;
}

.imgFltLft {
	margin: 0px;
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}

.bodylink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #009900;
	text-decoration: none;
}
	
#productBox {
	float: right;
	width: 525px;
	background-color: #F2F7EB;
	margin-top: 20px;
	padding-top: 2px;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-left: 10px;
	margin-right: 15px;
}

#referenceBox {
	float: right;
	width: 525px;
	background-color: #F2F7EB;
	margin-top: 20px;
	padding-top: 2px;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-left: 10px;
	margin-right: 15px;
}

#leftColumn {
	float: left;
	width: 230px;
	padding: 7px;
	background-color: #FFFFFF;
	margin: 10px 15px 10px 0;
	border: 1px dotted #CCCC99;
}

#rightColumn {
	float: right;
	width: 230px;
	padding: 7px;
	background-color: #FFFFFF;
}

#productBox h2 {
	font-size:16px;
	color:#A8C558;
	font-family: Arial, Helvetica, sans-serif;
}
#referenceBox td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#referenceBox h2 {
	font-size:16px;
	font-family: Arial, Helvetica, sans-serif;
}

#referenceBox p, ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 16px;
	text-align: justify;
}

#referenceBox strong {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #EEEEEE;
	background-color:#999966;
	line-height: 16px;
	text-align: justify;
	display: block;
	padding-left: 10px;
}

#referenceBox a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #009900;
	text-decoration: none;
}

#referenceBox a:hover {
	background-color:#FFFFCC;
}


#productBox h3 {
	font-size:16px;
	color:#d4ae44;
	font-family: Arial, Helvetica, sans-serif;
}

#productBox p, ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 16px;
	text-align: justify;
}

#productBox strong {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #009900;
	line-height: 16px;
	text-align: justify;
}

#productBox a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #009900;
	text-decoration: none;
}

#productBox a:hover {
	background-color:#FFFFCC;
}

#columnContainer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #313131;
	display: block;
	text-align: justify;
}
#columnContainer img {
	float: left;
	padding: 0 15px 5px 0;
}
.italicQuote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
#columnContainer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #009900;
	text-decoration: none;
}



#box2_image img {
	float: right;
	padding: 2px 2px;
}
#topLinks {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 10px;
}
#topLinks a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	text-decoration: none;
}

#topLinks a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	text-decoration: underline;
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

div.line HR {
	width:90%;
	display: none;
   }
   
div.line {
	border-top: 1px solid #666;
	width: 93%;
	text-align: center;
	margin: 0 auto;
	padding-bottom: 10px;
}   
#banner {
	width: 100%;
	background-color: #367b8f;
}
#flashbox {
	float: left;
}
#boxes {
	margin: 0 auto;
	background-color: #b4b4b4;
	background-image: url(images/bg_steel.jpg);
	background-repeat: repeat-y;
	background-position: left bottom;
}
#footer a {
	font-family: Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
}
#box1_image img {
	margin: 0 auto;
	padding: 0 20px;
}
#leftMain h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: normal;
	text-align: justify;
}

#contactColumn2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4f4f4f;
	text-decoration: none;
	width: 45%;
	float:left;
	padding: 0 0 0 15px;
}


#contactColumn1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4f4f4f;
	text-decoration: none;
	width: 50%;
	float:left;
}

.input {
	margin-left: 10px;
}

label,input {
	display: block;
	width: 150px;

	float: left;
}

label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4f4f4f;
	text-decoration: none;
	text-align: right;
	width: 75px;
	padding-right: 5px;
}
.textfield {
	width: 100px;
}

.clearLeft {
	clear:left
}
#rightbox img {
	float: right;
	padding-right: 65px;
	margin-top: 0px;
}
.button {
	width: 70px;
	padding-right: 15px;
	margin-top: 10px;
	margin-right: 15px;
}
.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #4F4F4F;
}
h2.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #66949A;
	text-decoration: none;
}
#newsMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	width: 225px;
	float: left;
	margin-top: 20px;
}
#newsMenu p, #newsMenu a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	padding-left: 5px;
	display: block;
	text-decoration:none;
	margin-left:15px;
	line-height:15px;
	margin-top: 0px;
}
.newsSelected {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#2e2e2e;
	line-height:22px;
	padding-left: 15px;
	background-color:#F2F7EB;
	text-decoration:none;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #C8663D;
	margin: 0 0 0 15px;
}

.newsMargins {
	line-height:18px;
	padding-left: 12px;
	margin: 0 0 18px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

#newsMenu a:hover {
	color:#2e2e2e;
	text-decoration:none;
}
.imgFrameFltRt {
	padding: 5px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	float: right;
	margin: 10px;
}

.imgFrameFltLt {
	padding: 5px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	float: left;
	margin: 10px;
}
.bgGradient {
	background-image: url(images/bg_gradient.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin: 0px;
	padding: 0px;
}
#AdminContent {
	width: 525px;
}
#AdminContent .title {
	font-size : 13px;
	font-weight : bold;
	color : #608C2C;
	text-align: center;
}
#AdminContent p, ul, li, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 16px;
}
#AdminContent input, .forminput {
	margin: 2px;
	padding: 2px;
}
#AdminContent A {
	color : #608C2C;
}
#AdminContent A, A:VISITED {
	color : #608C2C;

}
#AdminContent A, A:LINK {
	color : #608C2C;
}
#AdminContent A, A:HOVER {
	color : #333333;
}
#AdminContent .centered {
	text-align: center;
}
#AdminContent .hidden {
	margin: 0;
	padding: 0;
	background-color: #F2F7EB;
	height: 0px;
	width: 0px;
}
