/* CSS Document */



/* Normalize margins and padding */

/*
BODY {
	SCROLLBAR-FACE-COLOR: #27614B; SCROLLBAR-HIGHLIGHT-COLOR: #b2c3d0; 
	SCROLLBAR-SHADOW-COLOR: #b2c3d0; SCROLLBAR-3DLIGHT-COLOR: #ffffff; SCROLLBAR-ARROW-COLOR: #fff; 
	SCROLLBAR-TRACK-COLOR: #f2f5f7; SCROLLBAR-DARKSHADOW-COLOR: #ffffff
}
*/


ol, ul
{ list-style: circle;}
{ list-style-position: inside; }

ul {
	color: #000000;
	list-style:  circle;
}




/* LAYOUT */

body {
	width:760px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background-color: #3d4341;
	background-position: center;
	}

div#footer {
	width: 760px;
	clear: both;
	text-align:center;
	background-color:#FFFFFF;
	}


div#copyright {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 5px;
	background-color:#FFFFFF;
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sand Unicode", Verdana, sans-serif;;
	font-size: 12px;
	}





/* TYPEOGRAPHY */
/*
body {
	font: 72%/1.5 "Trebuchet MS", "Lucida Grande", "Lucida Sand Unicode", "Trebuchet MS", "Lucida Grande", "Lucida Sand Unicode", Verdana, sans-serif;;
}
*/

h2, h3, h4, p, ul, blockquote {
	margin: 0 }


h1 	{
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sand Unicode", Verdana, sans-serif;;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	font-size: 14px;
	}
	
h2 	{
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sand Unicode", Verdana, sans-serif;;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 20px;
	color: #C07033;
	text-decoration: none;
	padding-top: 30px;
	text-transform: uppercase;
	font-size: 12px;
	}


h3 	{
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sand Unicode", Verdana, sans-serif;;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 20px;
	color: #666666;
	text-decoration: underline;
	padding-top: 30px;
	text-transform: uppercase;
	font-size: 12px;
	}

h4 	{
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sand Unicode", Verdana, sans-serif;;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 20px;
	padding-top: 30px;
	margin-bottom: 0.5em;
	color: #333333; 
	font-size: 12px;
	}

a:link, a:visited {
	text-decoration: none; 
	color: #BA601C; 
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sand Unicode", Verdana, sans-serif;;
	font-size: 12px;
	}


a:hover {
	text-decoration: underline; 
  	color: #7FBDAD;
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sand Unicode", Verdana, sans-serif;;
	font-size: 12px;
	}

.Maincontent
{
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sand Unicode", Verdana, sans-serif;;
	font-size: 12px;
	color: #000000;
	
	border-left: 1px solid #99CCCC; 
	border-right: 1px solid #99CCCC; 
	border-top-width: 1px; 
	border-bottom-width: 1px; 
	padding-left: 10px; 
	padding-right: 5px
}