/*
      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: Arial, Helvetica, sans-serif;
 font-size: 13px;
}
#wrapper { 
 margin: 0 auto;
 width: 922px;
}
#header {
 color: #333;
 width: 900px;
 float: left;
 padding: 10px;
 width: 900px;
 height: 175px;
 margin: 10px 0px 5px 0px;
 background: #ffffff;
}
#leftcolumn { 
 color: #333;
 border: 0px solid #ccc;
 background: #ffffff;
 margin: 2px 1px 1px 1px;
 padding: 10px;
 min-height: 550px;
 width: 200px;
  float: left;
}
#content { 
 float: left;
 color: #333;
 border: 0px solid #ccc;
 background: #ffffff;
 margin: 0px 5px 5px 0px;
 padding: 10px;
 min-height: 550px;
 width: 425px;
 display: inline;
}
#rightcolumn { 
 color: #333;
 border: 1px solid #ccc;
 background: #ebdec8;
 margin: 0px 0px 5px 0px;
 padding: 10px;
 min-height: 550px;
 width: 175px;
 float: left;
 font-size: 12px;
}

#rightcolumn ul{
list-style:none;
}

#rightcolumn li a{
 text-decoration: none;
}

#rightcolumn a:visited{
 color: #7733cc;
}

#rightcolumn li a:visited{
 color: #7733cc;
}

#rightcolumn li a:hover{
 color: #55ccff;
}

#footer { 
 width: 850px;
 clear: both;
 color: #333;
 border-top: 1px solid #ccc;
 margin: 0px 0px 10px 0px;
 padding: 15px;
}



#button {
	width: 175px;
	border-right: 0px solid #000;
	padding: 0 0 1em 0;
	margin-bottom: 1em;
	font-family: 'Trebuchet MS', 'Lucida Grande',
	  Verdana, Lucida, Geneva, Helvetica, 
	  Arial, sans-serif;
	background-color: #abb4ea;
	color: #ffffff;
	list-style: none;
	}

#button ul {
	list-style:none;
	margin: 0;
	padding: 0;
	border: none;
		}
		
#button li {
		border-bottom: 5px solid #abb4ea;
		margin: 0;
		}


#button li a {
		display: block;
		padding: 5px 5px 5px 0.5em;
		border-left: 10px solid #4858b5;
		border-right: 2px solid #abb4ea;
		background-color: #4a5dce;
		color: #fff;
		text-decoration: none;
		width: 100%;
		}
#button li a {
		width: auto;
		}

#button li a:hover {
	border-left: 10px solid #1c64d1;
		border-right: 2px solid #5ba3e0;
		background-color: #2586d7;
		color: #fff;
		}
h3
{
color: #393428;
font-size:16px;
font-variant: small-caps;
margin-bottom: 5px;
margin-top: 10px;
}

ol{ 
margin-bottom:20px;
margin-left:20px;
}  	

ul{ 
margin-bottom:20px;
margin-left:20px;
} 

li {
margin-left: 10px;
margin-bottom: 10px;
}

h4 {
color: #393428;
font-size: 14px;
margin-bottom: 5px;
margin-top: 10px;
}

a:link {
color:#0066bb;
}

img.padded {
padding: 5px;

}

p{
margin-bottom: 10px;
}

div.figureright {
  float: right;
  width: 200px;
  
}
div.figureright p {
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
}

div.figureleft {
  float: left;
  width: 215px;
  
}
div.figureleft p {
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
}