/*
      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: Verdana, Arial, Helvetica, sans-serif;
 font-size: 13px;
 background-color: #CBCBCB;
}
#wrapper { 
 margin: 0 auto;
 width: 800px;
}
#faux {
 background: url(images/faux-3-2-col.gif);
 margin-bottom: 0px;
 overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
 width: 100%
}
#header {
 color: #333;
 width: 800px;
 padding: 0px;
 height: 139px;
 margin: 10px 0px 0px 0px;
 background: #425C73;
 background-image:url(images/top.gif)
}
#leftcolumn { 
 display: inline; 
 color: #333;
 margin: 10px;
 padding: 0px;
 width: 160px;
 float: left;
}
#rightcolumn { 
 float: right;
 color: #333;
 margin: 10px 12px 0px 0px;
 padding: 0px;
 width: 600px;
 display: inline;
 position: relative; text-align:justify;
}
.featurebox {
	width: 100%;
	background-color: #F2F2F2;
	text-align: center;
	font-size:16px
}
#center {
	width: 100%;
	text-align: center;
	background-position: center;
}
#center2 {
	width: 100%;
	text-align: center;
	background-position: center;
}
#footer { 
 width: 800px;
 height:35px;
 clear: both;
 color: #333;
 background: #425C73;
 margin: 0px 0px 10px 0px;
 padding: 0px; 
}

/* Side Navigation Menu */
.headbox {
	width : 153px;
	text-align : left;
	display : block;
	background-color : #425C73;
	color : #ffffff;
	border: #000000;
	border-style :solid;
	border-width: 1px 1px 1px 1px;
	padding: 2px 2px 2px 2px;
	font-weight: bold;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}  
a.leftmenu:link, a.leftmenu:visited {
	width : 153px; font-weight : normal; text-align : left; background-color: #e7e7e7; color: #000000; 
	text-decoration: none; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; display : block;
	border: #000000; border-style :solid; border-width: 0px 1px 1px 1px;
	padding: 2px 2px 2px 2px;  	 
}
a.leftmenu:hover {
	background-color: #CFCFCF; color: #0B4285; text-decoration: none; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; display: block; 
	border: #000000; border-style :solid; border-width: 0px 1px 1px 1px;
	padding: 2px 2px 2px 2px;  width: 153px;
	font-weight: normal; text-align: left;
} 
/* End Side Navigation Menu */

#footer {
	height: 35px;
	width: 100%; padding: 5px 0px 0px 0px;
	background-color: #425C73; text-align: center; color: White; font-size: 9pt;	
} 
/* Table Layouts Begins Here*/

.tablehead {
	padding: 0px 0px 0px 3px; background-color: #425C73; color: White; font-weight: bold; text-align:center;
}

.tablemain{
	padding: 0px 0px 0px 3px; background-color: #E9E9E9; font-size: 10pt; text-align:center;
  
}
/*Tables End Here*/
.displayed {
	display: block;
	margin-right: 70px;
	margin-left: 70px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	
}

.displayed2 {
	display: inline;
	margin-right: 118px;
	margin-left: 118px;
	
}

#image {
	text-align:center;
	
	
	
	
}
.footer,a.footer:link,a.footer:hover,a.footer:visited {
	 color: White; text-decoration: none;
	font-family: Verdana, "Lucida Sans", Arial, Geneva, Helvetica, Helv, "Myriad Web", Syntax, sans-serif;
	font-size: 8pt;
	}
	
.list {
	border: 0px none #000;
	width: auto;
	padding: 0px;
	list-style-position: inside;
	list-style-type: disc;
	margin: 1em;
	}
	
.listnumber {
	border: 0px none #000;
	width: auto;
	padding: 0px;
	list-style-position: inside;
	list-style-type:none;
	margin: 1em;
	}	
	
#small, #small3 {
	font-size: 7pt; color: #5B5B5B; text-align:justify;
}

#small2 {
text-align:center;
	font-size: 7pt; color: #5B5B5B; text-align:justify;
	

}
.clear { clear: both; background: none; }
