﻿	/*
      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: 0px; }

#body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
margin-left: 50px;


}
#wrapper { 
margin-left: 70px;
width:875px;
}
#container { 
height:675px;
width:870px;
margin-left:0px;

margin-right: 0px;

 }
#header {
	color: #fff;
	width: 840px;
	float: left;
	padding: 10px;
	height: 185px;
	margin: 10px 0px 20px 0px;
	background: url('images/mgbanner.jpg') no-repeat;
	}
#navigation {
 color: #000080;
 background: #fff;
 height:17px;
 	overflow: hidden;
 	width: 840px;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
 }
#line_spacer { 
 color: #fff;
 background: #fff;
 margin: 0px 0px 0px 0px;
 padding-right: 10px;
 height: 10px;
 width: 840px;
 float: left;
}


#longheader {
 	float: left;
 	width: 644px;
 	color: #000080;
	border: 1px solid #96e844;
 	background: #96e844;
	height:17px;
	margin-right: 10px;
	font: normal normal medium serif;
	font-family: Arial, Helvetica, sans-serif;
	padding-top:1px;
	padding-bottom:2px;
	text-align:center;

}
#shortheader {
	float: left;
	width: 200px;
	color: #000080;
	border: 1px solid #96e844;
	background: #96e844;
	height: 17px;
	font: normal normal medium serif;
	font-family: Arial, Helvetica, sans-serif;
	padding-top:1px;
	padding-bottom:2px;
	margin-bottom:4px;
	text-align:center;
}
#leftcolumn {
	color: #fff;
	border-left: 1px solid #96e844;
	border-bottom: 1px solid #96e844;
	background: #fff;
	margin: 0px 0px 0px 0px;
	padding: 10px;
	height: 620px;
	width: 195px;
	float: left;
	border-right: 1px dashed #000080;
}
#leftmiddle { 
 color: #fff;
 height: 620px;
 background: #fff;
 margin: 0px;
 padding: 10px;
 width: 195px;
 float: left;
 	border-bottom: 1px solid #96e844;

}
#rightmiddle { 
 color: #fff;
	border-left: 1px dashed #000090;
	border-right: 1px solid #96e844;
 	border-bottom: 1px solid #96e844;
		background: #fff;
	margin: 0px;
 padding: 10px;
 height: 620px;
 width: 192px;
 float: left;
}
#rightcolumn { 
 color: #fff;
	border: 1px solid #96e844;
	border-top:none;
 background: #fff;
 margin: 0px 0px 0px 10px;
 padding-right: 0px;
 height: 620px;
 width: 192px;
 float: left;
}
#box_spacer { 
 color: #fff;
 background: #fff;
 margin: 0px 0px 0px 0px;
 padding-right: 10px;
 height: 10px;
 width: 15px;
 float: left;
}


#box {
	color: #000080;
	background: #fff;
	margin: 0px 10px 10px 0px;
	padding: 3px;
	width: 185px;
	float: left;
	text-decoration: none;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	text-decoration: none;
	
}
#box3 {
	color: #000080;
	background: #fff;
	margin: 0px 10px 0px 0px;
	padding: 2px;
	width: 192px;
	float: left;
	text-decoration: none;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	text-decoration: none;
	
}

/* Text formats */

.style1 {
	text-align: center;
	color: #000080;
	font-size: medium;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	
}
.style2 {
		text-decoration:none;
text-align: center;
	color: #000080;
	font-size: small;
	font-family:Arial, Helvetica, sans-serif;

}.style3 {
	text-align: left;
	color: #000080;
	font-size: small;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
}
.greentext{
	color: green;
	
}
.border{
	border: 1px solid navy;
	text-decoration:none;
	text-align: center;
	color: #000080;
	font-size: small;
	font-family:Arial, Helvetica, sans-serif;
	
}
img {
	text-decoration: none;
	border-width:0;
	
	}
.menu {
	text-align: center;
	color: green;
	font-size: medium;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	}
	
ul {
	text-align: left;
	margin-left: 300px;
	color: #000080;
	font-size: small;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
}

a:visited { color:navy;
}
a:active {
	color: green;
}
a:hover {
	color: green;
}
a {
	text-decoration:none;
	}
}
.clear { float: left; width: 1px; /* http://www.positioniseverything.net/explorer/peekaboo.html */ }