body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	margin: 0;
	padding: 0;
	color: #333;
	background-color: #f2f0f0;
	text-align: center;
}
#wrapper {
    width: 100%;
	background-color: #fff;
	min-width: 760px;
	max-width: 1200px;
	margin: 0px auto auto auto;
	padding: 0;
	border: 1px solid #999;
	text-align: center;
}

#header {	
	margin: 0;
	padding: 0;
	padding-left: 50px;
	text-align: left;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
}
#header img {
    border: 0;
	
}

#menu {
   margin: 0;
   padding: 2px;
   background-color: #ccc;
   text-align: center;
   float: none;
    
}
#maincontent {   
   width: 760px;
   text-align: left; 
   margin: 0px auto 0px auto;    
}
.announcement {
   float: right;
   width: 150px;
   padding: 40px 10px 40px 10px;
   margin: 10px 10px 100px 25px;
   display: block;
   background-color: #f2f0f0;
   
   
}
.sig {
   font-size: .8em;
   font-style: italic;
}
h1 {
   font-size: 1.4em;   
   color: #900;
   margin-top: 20px;
   margin-bottom: 0;
}
h2 {
   font-size: 1.2em;
   color: #900;
   margin-top: 0;
   margin-bottom: 0;
}
h3 {
   font-size: 1.2em;
   color: #900;
   margin-top: 50px;
   margin-bottom: 0;
}
h4 {
   font-size: 1em;
   font-family: Arial, Helvetica, sans-serif;
   font-weight: normal;
   margin-top: 0;
   margin-bottom: 0;
}
blockquote {
    color:  #333;	
	width: 500px;
	font-style: italic;
	border-left: 3px solid #ccc;
	padding: 5px;  
}
p {
    margin-top: 3px;
}
a, a:visited {
	color: #900;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}
#footer {
    clear: both;
	padding: 3px;
	margin: 5px 0px 0px 0px;
	font-size: .8em;
	background-color: #666;
	text-align: center;
	color: #fff;
}
#footer a, #footer a:visited {
	color: #c99;
	text-decoration: none;
	}
	
#footer a:hover {
	text-decoration: none;
	color: #900;
	}
img {
    border: 0;
}
img a {
    border: 0;
}
.logoimg {
    margin-right: 75px;
}


/* menu adapted from slantedmenu from Dynamic Drive */
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#slantedmenu{
font-weight: bold;
font-size: 90%;
}

#slantedmenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#slantedmenu ul{
text-indent: 10px;
padding: 3px 0px 3px 0px;
margin: 0;
background-color: #e0e0e0;
border: 1px solid #999;
border-left: 0;
border-right: 0;
text-align: center; /*set value to "center" for example to center items*/
}

#slantedmenu ul li{
display: inline;

}

#slantedmenu ul li a{
color: #900;
padding: 3px 0;
padding-right: 25px;
margin: 0;
text-decoration: none;
background: transparent url(images/slantdivider.gif) top right no-repeat;
}

#slantedmenu ul li a:visited{
color: #900;
} 

#slantedmenu ul li a:hover{
color: black;
}
ul.noBullet {
margin-left: 15px;
margin-right: 200px;
list-style: none;
list-style-type: none;
}
ul.noBullet li{
list-style: none;
list-style-type: none;
line-height: 1.2 em;
}


