body {
	margin: 0;
	padding: 0;
	font-family: helvetica, arial, verdana, sans-serif;
	color: #333;
	/*background: url(bg.gif)repeat-x top;*/
	/*background: url(pattern_146.gif);*/
	/*background-color: #efe9d3;*/
	background-color: #eeefce;
	font-size: 1em; 
	line-height: 1.2em;  
	text-align: left;
	}


p 	{
	color: #333;
	font-size: 1.3em;
	line-height: 1.6em;
	margin: 0 0 1em 0;
	padding: 0;
	text-align: justify;
 	}

	p.intro 	{
		font-family: georgia, serif;
		color: #333;
		background-color: #e7eccd;
		font-size: 1.6em;
		line-height: 1.6em;
		margin: 0;
		padding: 6px 12px 0px 12px;
		text-align: left;
	 	}
	
		p.introsub 	{
			font-family: georgia, serif;
			color: #333;
			background-color: #e7eccd;
			font-size: 1.4em;
			line-height: 1.4em;
			margin: 0;
			padding: 6px 12px 12px 12px;
			text-align: left;
		 	}
	
	p.footer {
		color: #000;
		}
		

h1 	{
	margin: 0 0 0.5em 0;
	padding: 1em 0 0 0;
	font-size: 1.4em;
	text-align: left;
	color:  #666;
	background-color: #f4f3e8;
	 }


h2 	{ 
	margin: 0 0 .25em 12px;
	padding: 4px 6px 4px 6px;
	font-size: 1.6em;
	text-align: left;
	color: #666;
	background-color: #f4f3e8;
	}


h3 	{
	margin: 0 0 10px -15px;
	padding: 10px 15px 0 15px;
	font-size: 100%;
	text-align: center;
	color: #fff;
	border: none;
	text-transform: uppercase;
	}



a 	{
	color: #1874cd;
	text-decoration: none;
	border-bottom: 1px dotted #1874cd;
	}

a:link {
	color: #1874cd;
/*color: #b30000;*/
	}

a:visited {
	color: #1874cd;
	}

a:hover {
	color: #333;
	text-decoration: none;
	}

a:active {
	color: #1874cd;
	}

strong.allcaps {
		text-transform: uppercase;
		font-size: 0.8em;
		font-weight: normal;
		}
		
strong.faded {
				color: #666;
				}

/* --LAYOUT--- */


#shadow 	{
		background: url(images/shadowbg.gif) repeat-y center;
		}

#page 		{
		margin: 0 auto;
		border-width: 0 1px 1px 1px;
		/*border-style: dotted;
		border-color: #111;*/
		background: #f4f3e8;
		width: 720px;
		}

#content 	{
		position: relative;
		margin: 0;
		font: 11px verdana, sans-serif;
		/*background-image: url(cont_bg.gif); top left repeat-y;*/
		}


#maincolumnhome {
		width: 400px;
		padding: 0 24px;
		margin: 0;
		border: 1px dotted #ccc;
		border-width: 0 1px 0 0;
	}
	
	#maincolumn {
			width: 480px;
			padding: 24px 48px;
			margin: 0;
		}
	
#intro {
	width: 400px;
	border-width: 1px;
	border-style: dotted;
	border-color: #333;
	margin: 24px 0 0 0;
	padding: 0;
}


#sidebar {
	position: absolute; top: 0px;
	margin: 0 24px 24px 448px;
	width: 230px;
	height: 100%;
	padding: 24px 0 0 18px;
	font-size: 1em;
	line-height: 1.5em;
	text-align: left;
	/*background-color: #e7eccd;*/
	}


#sidebar p {
	font-size: 1.2em;
	text-align: left;
	margin: 0 0 24px 0;
}

#sidebar p.tight {
	font-size: 1.2em;
	text-align: left;
	margin: 0;
}


img.sidebar {
		margin: 10px 0 6px 24px;
		}
		
img.maincolumn {
				float: left;
				margin: 0 1em 0 0;
				}
		
		div.inner {
			padding: 1px;
		}
		
		div.module {
			background: #656a68;
			border: 1px solid #bdbcb8;
		}
		div.outer {
			background: #fefede;
			padding: 1px;
			margin: 0 0 8px 0;
			width: 230px;
		}
		
		
img.home {
				margin: 24px 0 6px 0;
				}

ul 	{
	list-style-type: disc;
	font-size: 1.3em;
	line-height: 1.6em;
	color: #333;
	}

#footer {
	color: #000;
	border: dotted #ccc;
	border-width: 1px 0 1px 0;
	margin: 2em 0 0 0;
	padding: 12px 0 0 24px;
	font-size: 0.7em;
	}

#footer p {
	font-size: 1em;
	line-height: 1em;
	text-align: left;
	}



/* --NAVIGATION--- */

#nav {
	position: relative;
	font-family: helvetica, arial, verdana, sans-serif;
	font-size: .6em;
	font-weight: bold;
	text-transform: uppercase;
	/*background: #85a9d9;*/
	background: #656a68;
	border-width: 2px 0 2px 0;
	border-style: solid;
	border-color: #88908d;
	text-align: left;
	padding: 8px 12px 2px 12px;
	}
	
#nav ul {
		list-style: none;
		margin: 0;
		padding: 0;
		}

#nav li 	{
			display: inline;
			padding: 12px 8px;
			}


#nav a 		{
			text-decoration: none;
			border-bottom: none;
			color: #ccc;
			padding: 3px 6px;
			}


#nav a:hover {
				color: #fff;
				padding: 3px 6px;
	}


#nav ul li a.here {
				color: #fff;		
				}




/* ---LOGO ROLLOVER--- */

#bannerlogoban {
	margin: 0;
	padding: 0;
	border: 0;
	background: url("images/bano.gif") no-repeat;
	background-color: #fff;
	width: 720px;
	height: 180px;
	}

.alt {
	display: none;
	}

#logoban {
	display: block;
	margin: 0;
	padding: 0;
	background: url("images/ban.gif") no-repeat;
	height: 120px;
	background-color: #000;
	}

a#logoban:hover {
		background: url(public_html/ban_o.gif) no-repeat;
		}



/* --IMAGES--- */

img {
	border: 0;
	background-color: #000;
}

img.border {
		border: 1px solid #fff;
		margin: 1em 0 1em 0;
		position: absolute; top: 80px; left: 500px;

}

img.centered {
		border: 0;
		position: relative; top: 0; left: 150px;
		margin: 1em 0 2em 0;	
}


