/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

body {
 font-family: Helvetica;
 font-size: 13px;
 scrollbar-face-color: #A5CF50;
}
.mainMenu {
 font-family:  Helvetica;
 font-size: 18px;
 font-weight:bold;
 color: #A5CF50;
}

.footerMenu {
 font-family:  Helvetica;
 font-size: 18px;
 font-weight:bold;
 color: #A5CF50;
}

.subMenu {
 font-family:  Helvetica;
 font-size: 16px;
 font-weight:italic;
 color: #81876C;
}

.mainMenuSelected {
 font-family:  Helvetica;
 font-size: 18px;
 font-weight:bold;
 color: #000000;
}

A:link {text-decoration: none}
A:visited {text-decoration: none}
A:active {text-decoration: none}
A:hover {text-decoration: underline; color: #90B540;}

ul.li {padding-bottom:25px;}

ul { 
list-style-type: none; 
}
h1{
 font-family:  Helvetica;
 font-size: 20px;
 font-weight:bold;
 color: #A5CF50;
}

h2{
 font-family:  Helvetica;
 font-size: 16px;
 font-weight:bold;
 color: #000000;
}

h3{
 font-family:  Helvetica;
 font-size: 14px;
 font-weight:bold;
 color: #A5CF50;
}

p {
margin: 10px;
}

#wrapper { 
 margin: 0 auto;
 width: 922px;
 border: 1px solid #D0DAAF;

}
#header {
 color: #333;
 width: 774px;
 float: left;
 padding: 0px;
 border: 0px solid #ccc;
 height: 250px;
 margin: 0px 0px 0px 0px;
 background: #FFFFFF;
}

#rightheader { 
 float: right;
 color: #333;
 border: 0px solid #ccc;
 background: #FFFFFF;
 margin: 0px;
 padding: 10px;
 height: 250px;
 width: 126px;
 display: inline;
}

#leftcolumn { 
 color: #333;
 border: 0px solid #ccc;
 background: #FFFFFF;
 margin: 10px 5px 5px 0px;
 padding: 10px;
 height: 350px;
 width: 600px;
 float: left;
 overflow:auto;
}
#rightcolumn { 
 float: right;
 color: #333;
 border: 0px solid #ccc;
 background: #FFFFFF;
 margin: 0px 0px 5px 0px;
 padding: 10px;
 height: 350px;
 width: 220px;
 display: inline;
}
#footer { 
font-size: 12px;
 width: 900px;
 clear: both;
 color: #D8F0F8;
 border: 1px solid #ccc;
 background: #000000;
 margin: 0px 0px 10px 0px;
 padding: 10px;
}