/*
      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: 1000px;
}

#faux {
	/*background: url(faux-2-3-col.gif);*/
	margin-bottom: 0px;
	overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
	width: 100%;
}

#header {
	color: #333;
	width: 1000px;
	padding: 10px;
	height: 100px;
	margin: 0px 0px 0px 0px;
	background: #FFF;
}

#navigation {
	color: #333;
	padding: 10px;
	margin: 0px 0px 0px 0px;
	background: #69F;
}

#leftcolumn {
	display: inline;
	color: #333;
	margin: 2px 10px 2px 2px;
	padding: 0px;
	width: 180px;
	float: left;
}

#content {
	float: left;
	color: #333;
	margin: 10px 13px;
	padding: 0px;
	width: 600px;
	display: inline;
	position: relative;
	/* To force a specific height, place it here */
}

#rightcolumn {
	display: inline;
	position: relative;
	color: #333;
	margin: 10px 10px 10px 0px;
	padding: 0px;
	width: 135px;
	float: right;
}

#footer {
	width: 975px;
	clear: both;
	color: #333;
	background: #69F;
	margin: 0px 0px 10px 0px;
	padding: 10px;
}

.clear {
	clear: both;
	background: none;
}

/** Header code */

#headertable{
	width: 100%;
}

/*

Start of the CSS Menu I got from Listamatic

credits to Author: Marc Liddell

*/
#navlist {
	border: 3px solid #222;
	padding: 0 0 0 20px;
	margin: 0;
	background-color: #ACF;
	font-family: verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

#navlist li {
	display: inline;
	list-style: none;
	padding: 0;
	margin: 0;
}

#navlist #current {
	background-color:#26A;
	color: #FFF;
}

#navlist li a {
	text-decoration: none;
	border: 3px solid #000;
	padding: 0 8px 1px 8px;
	margin: 0 2px;
	background-color: #FFF;
	color: #000;
}

* html #navlist li a {
	padding: 0 8px;
}

#navlist li a:hover {
	background-color: #26A;
	color: #FFF;
}

#navlist #myimmanuel
{
float: right;
margin-right: 10px;
}

/* End of Navigation List */ 

/* Start of Sub Menu list */
.buttonscontainer {
	width: 180px;
}

.buttons a {
	color: #000000;
	background-color: #AACCFF;
	padding: 2px;
	padding-left: 3px;
	display: block;
	border-left: 10px solid #FFFFFF;
	font: 15px Verdana, sans-serif;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	margin-top: 1px;
}

.buttons a:hover {
	border-left: 10px solid #2266AA;
	text-decoration: none;
	color: #26A;
}

.subbuttons a{
	color: #0E008F;
	background-color: #AACCFF;
	padding-left: 20px;
	display: block;
	border-left: 10px solid #FFFFFF;
	font: 12px Verdana, sans-serif;
	font-style : italic;
	text-decoration: none;
	text-align: left;
}

/*  Footer code */
#cpyright {
	text-align: center;
	font-size: 10px;
}

img{
	border-style: none;
}

.newsentry p{
	padding-top: 5px;
	font-style: italic;
}

.newsentry h5{
	text-decoration: underline;
	font-weight: bolder;
	font-size: medium;
}

p.welcome {
	font-family: sans-serif;
	font-style: italic;
	font-variant: small-caps;
	font-weight: bolder;
	font-size: medium;
	line-height: 100%;
	word-spacing: normal;
	letter-spacing: 0.1ex;
	text-decoration: none;
	text-transform: none;
	text-align: center;
	text-indent: 0ex;
	padding-top : 20px;
	padding-bottom: 20px;
}

.welcomeMsg h3{
	text-align:center;
	padding-bottom: 10px;
}

.welcomeMsg p{
	padding-bottom: 10px;
	font-style: italic;
	font-size: 16px;
}

p.regular{
	padding-bottom: 10px;
	font-size: 16px;
}