body {
	margin : 0;
	padding : 0;
	text-align: center;
	font : 70% verdana, "Trebuchet MS", tahoma, arial, sans-serif;
	line-height : 1.7em;
	/*background : #fbfff1 url(images/bgd3.jpg) repeat-x;*/
	background-position : 50% 0;
	background-color: #666;	
	/*background-color: #828282;*/
}



#container {
width : 900px;
margin : 0 auto;
text-align: left;
background : #fbfff1 url(images/middle3.jpg) no-repeat top;
font-color : #333;
}

			/*TOP*/
#top {
margin : 0;
padding : -20px, 0 0 0 ;
}

#top h1 {
	padding-top : 0px;
	text-align : center;
	text-transform : none;
	font-size : 125%;
	letter-spacing: 1.5px;
	color : #fff;
	background-color: #D09122;
}
			/*BANNER*/
#banner {
width : 900px;
height : 135px;
margin : 0 auto;
padding : 0;
background : url(images/newTOP.jpg) no-repeat center;
color : #333;
}
			/*DROP MENU CONTAINER*/
#menu {
	width : 900px;
	height : 26px;
	margin : 0 0 10px 0;
	padding : 0;
	background-color : #BC6DA5;
	color : #fff;
}

			/*MAIN CONTENT*/
#content {
float : right;
width : 650px;
margin-top : 0;
padding : 0 30px 0 0;
}


#contentwide {
float : right;
width : 850px;
margin-top : 0;
padding : 0 10px 0 0;
background : transparent;
}



			/*SIDEBAR*/
#sidebar {
float : left;
width : 190px;
margin : 0;
padding-left : 5px;
background : transparent;
}
#sidebar p {
font-size : 90%;
line-height : 1.5em;
}
			/*FOOTER*/
#footer {
	clear : both;
	font-size : 100%;
	background-color : #9A1782;
	color : #fff;
	border-top : 3px solid ##1402FF;
	border-bottom: 3px solid ##1402FF;
	margin : 0;
	text-align : center;
	padding-left : 20px;
	font-weight: bold;
}
#footer a:link, a:visited, #navlist a:link, a:visited, a:link, a:visited {
color : #333;
background : inherit;
text-decoration : none;
}
#footer a:hover, #navlist a:hover, a:hover {
	color : #00F;
	background : inherit;
	text-decoration : none;
}

img.left {
	float: left;
	margin: 10px 20px 10px 0;
}

img.right {
	float: right;
	margin: 10px 0px 10px 20px;
}
			/*TYPOGRAPHY*/



h2 {
	font : 140% verdana, "Trebuchet MS", arial, sans-serif;
	letter-spacing : 1px;
	color : #333;
	background : inherit;
	margin : 10px 0 0px 10px;
	padding : 0;
	font-weight: bold;
}
h3 {
	font : 120% arial, "Trebuchet MS", verdana, sans-serif;
	letter-spacing : 1px;
	font-weight: bold;
	color : #333;
	background : inherit;
	margin : 5px 0 5px 10px;
	padding : 0;
}
h4 {
	font : 110% arial, "Trebuchet MS", verdana, sans-serif;
	letter-spacing : 1px;
	font-weight: bold;
	color : #333;
	background : inherit;
	margin : 5px 0 5px 10px;
	padding : 0;
}
h5 {
	font : 200% verdana, "Trebuchet MS", arial, sans-serif;
	letter-spacing : 1px;
	color : #000;
	background : inherit;
	margin : 10px 0 0px 0px;
	padding : 0;
	font-weight: bold;
}
p {
margin : 5px 0 0px 10px;
}
 
a:link {
	text-decoration: none;
	color: #855405;
}

a:hover {
	text-decoration: underline;
	

}	


p strong {
	color : #8F0D7B;
	background1 : inherit;
}
blockquote {
	font-weight : bold;
	font-style : italic;
	color : #158139;
}
			/*LINKS*/
#navlist li {
	list-style-type : square;
	background : inherit;
	color : #333;
	margin : 0 15px 0 0;
	padding : 0;
}
#navlist2 li {
	list-style-type : circle;
	background : inherit;
	color : #333;
	margin : 0 15px 0 0;
	padding : 0;
}
a img {
border : 0;
}
			/*CLASSES*/
.myborder {
border : 1px solid #aaa;
margin : 5px 10px 5px 10px;
padding : 5px;
}
			/*SCROLLBAR*/
div.scroll {
	overflow : auto;
	height : 15em;
	width : 610px;
	padding : 5px;
	border : 1px solid #aaa;
	margin : 10px 0 20px 0;
	color : #555;
	font-size : 90%;
	background-color: #D6D6D6;
}

