body {
margin : 0;
padding : 0;
font : 70% arial, sans-serif;
line-height : 1.7em;
background-position : 50% 0;
background : #E9E6DF url(images/bgd2.jpg) repeat-x;
color : #292929;

}
#container {
width : 750px;
margin : 0 auto;
background : #E8E5DE url(images/middle.jpg) no-repeat center top;
color : #292929;
}
			
			/*BANNER*/
#banner {
width : 750px;
height : 160px;
margin : 0 auto;
padding : 0;
background : url(images/top.jpg) no-repeat center;
color : #292929;
}
			/*DROP MENU CONTAINER*/

#menu {
width : 750px;
height : 26px;
margin : 0 0 0 0;
padding : 0;
background : #ABA298;
color : #292929;
}

			/*MAIN CONTENT*/
#content {
float : right;
width : 535px;
margin-top : 0;
padding : 0;
}

			/*SIDEBAR*/
#sidebar {
float : left;
width : 200px;
margin : 0;
padding-left : 10px;
background : transparent;
}
#sidebar p {
font-size : 90%;
text-align : left;
line-height : 1.5em;
margin : 0px 5px 0 5px;
}
#sidebar a:link, a:visited, #navlist a:link, a:visited, a:link, a:visited {
color : #685A53;
background : inherit;
text-decoration : none;
}


			/*FOOTER*/
#footer {
clear : both;
font-size : 85%;
color : #3F3131;
background : #E8E5DE;
border-top : 1px solid #eee;
margin : 0;
text-align : center;

}
#footer a:link, a:visited, #navlist a:link, a:visited, a:link, a:visited {
color : #685A53;
background : inherit;
text-decoration : none;
}
#footer a:hover, #navlist a:hover, a:hover {
color : #fff;
background : inherit;
text-decoration : none;
}
			/*TYPOGRAPHY*/
h1 {
font : 200% georgia;
color : #3F3131;
background : transparent;
text-align : right;
margin : 20px 10px 0 5px;
padding : 0;
border-bottom : 0px solid #3F3131
}
h2 {
font : 100% arial, sans-serif;
text-transform : uppercase;
font-weight : bold;
letter-spacing : 2px;
color : #3F3131;
background : inherit;
text-align : left;
margin : 10px 0 0px 0px;
padding : 0;
}
h3 {
font : 150% georgia;
color : #3F3131;
background : transparent;
text-align : left;
margin : 20px 10px 0 5px;
padding : 0;
border-bottom : 1px solid #3F3131
}

p {
margin : 5px 5px 0 5px;
color : #292929;
}
p strong {
color : #769009;
background : inherit;
}
blockquote {
font-style : italic;
color : #292929;
margin : 5px 25px 0 18px;
padding : 0;
}
			/*LINKS*/
#navlist li {
list-style-type : none;
background : inherit;
color : #292929;
margin : 0 5px 0 0;
padding : 0;
}
#navlist2 li {
list-style-type : disc;
background : inherit;
color : #292929;
margin : 0 15px 0 0;
padding : 0;
}

ol {
width: 500px;  
}

ol li {
list-style-type : none;
float: left;
width: 10em;  /* accommodate the widest item */
}

/* stop the floating after the list */
br {
clear: left;
}

/* separate the list from what follows it */
div.wrapper {
margin-bottom: 1em;
}



img {
border : none;
}
a img {
border : #3F3131 1px;
}
			
                                           /*CLASSES*/
.myborder {
border : 5px ridge #5B6772;
margin : 10px 5px 0px 25px;
padding : 0px;
}
.myborder2 {
border : 0px ridge #5B6772;
margin : 10px 5px 0px 25px;
padding : 0px;
}					

.test1 {  
border : 5px ridge #5B6772;
margin : 10px 5px 0px 25px;
padding : 0px;
}

.style3 {
	color: #292929;
	font-weight: bold;
        background: transparent;
}

table { background: transparent;

}

.newsboxtitle { background: transparent; text-align: left; border-bottom: 1px solid #292929;

                                         