﻿/*
      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
	  
*/



body, html {
 background-color: #ffffff;
	margin-top: 5px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 95%;
	line-height: 100%;
}
body{
	min-width: 1000px;

}

#wrap {
	background-color: #ffffff;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: auto;
	margin-left: auto;
	width: 1050px;
}



#leftcolumn {
	padding: 0px;
	width: 740px;
	float: left;
	border-left: 1px #bfbfbf outset;
	border-right: 1px #bfbfbf inset;
	border-bottom: 1px #a5a5a5 inset;
	position: relative;
}

#navigation {
	border-top: 1px #bfbfbf outset;
	background-color: #ffffff;
	float: right;
	width: 250px;
	font-size: 1em;
	height: 100%;
	padding-right: 15px;
	position: relative;
	padding-left: 15px;
	border-left: 1px #bfbfbf outset;
	border-right: 1px #bfbfbf inset;
	border-bottom: 1px #bfbfbf inset;
	padding-top: 15px;
}

#navigation .ul li a {
	color: #10518B;
	text-decoration: none;
	
}
#navigation .ul li a:hover{
}
#navigation .ul li {
	font-size: .9em;
	
	list-style-type: none;
}
#header {
	
	float: left;
}

#main {
	padding: 10px;
	margin-top: 5 px;
} 
#main p{
	font-family: Arial, Helvetica,  sans-serif;
	font-size: 0.9em;
	line-height: 1.1em;
}

#main h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

#main table {
	float: left;
	width: 730px;
	padding: 10px;
}
#main ul li{
	left: 25px;
	font-size: .9em;
	list-style-position: outside;
	list-style-type: disc;
	text-align: left;
}

	
}      
#main a:hover{color: #06810a;
text-decoration: underline;
font-style: italic;}


#footer{
float:left;
	clear:both;
	background-color: #ffffff;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 740px;
	font-size: 0.6em;
	color: #10518B;
	text-decoration: none;
}

#footer p {
	font-size: 0.6em;
	text-align: center;
	text-decoration: none;
}


/* IMAGES */		
		
		a img{
	  		border: none;
	  	}

		img.left,img.center,img.right {
	  		padding: 4px;
	  		border: 1px dashed #dcc547;;
	  		margin: 0px;
	  	}

		img.left {
	  		float: left;
	  		margin: 0 12px 5px 0;
	  	}

		img.center {
			display: block;
	  		margin: 0 auto 5px auto;
	  	}
	
		img.right {
	  		float: right;
	  		margin: 0 0 5px 12px;
	  	}



 
#menu .style6 {font-size: .9}
#wrap #leftcolumn #main a {
	color: #00346B;
	text-decoration: none;
}
#main a:hover {color: #00346B;
	text-decoration: none;}
td p {
	padding-right: 10px;
	padding-left: 10px;
}

