html, body{ 
 margin: 20px 0 0 0; 
 padding: 0; 
 text-align: center;
 background: #ccc URL(images/bg.gif) repeat;
     font-family: "lucida grande", "Trebuchet MS", "Lucida Sans Unicode", "Verdana", helvetica, sans-serif;	
} 

#container {
	width: 750px;
	w\idth: 751px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
}

#banner {
	padding: 0px;
	margin-bottom: 0px;
	background: URL(images/bg.gif) repeat;
}

#content {
	padding: 8px;
	margin-right: 216px;
	background-color: white;
}

#sidebar {
	float: right;
	width: 210px;
	\width: 230px;
	w\idth: 210px;
	margin: 0;
	padding: 15px 10px 15px 10px;
}

#footer {
	clear: both;
	padding: 8px;
	margin-top: 0px;
	height: 50px;
	background: url(images/footer.png) no-repeat;
	color: white;
	font-size: xx-small;
	voice-family: "\"}\""; 
	voice-family:inherit;
	font-size: x-small;
	padding: 10px 0 0 30px;
	text-align: left;
}

#wrap {background: url(images/scrollera.jpg) right repeat-y;}

h1, h2, h3, h4, h5, h6	{
    font-family: "lucida grande", "Trebuchet MS", "Lucida Sans Unicode", "Verdana", helvetica, sans-serif;	
font-weight: normal;
	margin: 1em 1em 5px 20px;
	text-align: left;
}

h1	{
    font-weight: bold;
    color: #600;
    font-size: large;      
    voice-family: "\"}\"";   
    voice-family: inherit;   
    font-size: x-large; 
    text-shadow: 3px 3px 3px #ddd;
    margin-bottom: 8px;
}

h2 {
	font-weight: bold;
	color: #00347B;
	font-size: medium;
	voice-family: "\"}\"";   
    voice-family: inherit;   
    font-size: large; 
}

h3 {
	font-weight: bold;
	color: #9E0F26;
	font-size: small;
	voice-family: "\"}\"";   
    voice-family: inherit;   
    font-size: medium; 
}

p	{
	font-size: 12px; 
	line-height: 140%;
	text-align: left;
	margin: 0 0 1em 0;
	padding: 0 10px 0 20px;
	color: #333;
}


ul {
	background: #eee;
	border-top: 4px #ccc solid;
	border-bottom: 2px #ccc solid;
	border-right: 2px #ccc solid;
	border-left: 2px #ccc solid;
	padding: 10px 10px;
 	margin: 10px 10px 10px 20px;
 	list-style-type: none;
}

ul:hover {background: #e2ddee;}

li, ol {
	font-size: 12px; 
	text-align: left;
	padding: 0 10px .4em 18px;
	color: #333;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: -.1em .4em;
 }


#menu {
	background: #00347B;
	height: 25px;
	padding: 5px 0 0 0;
	text-align: center;
}

#menu a {
	color: white;
	font-size: 12px;
	font-weight: bold;
	margin-right: 45px;
	text-decoration: none;
}

#menu a:hover {
	color: #F3CD36;
	text-decoration: underline;
}


a {
	text-decoration: none;
	color: #00347B;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
	color: #600;
	font-weight: bold;
}

p.last {margin-bottom: 75px;}

#sidebar p {
	text-align: left;
	color: black;
	font-size: 12px; 
	line-height: 150%;
}
	
table {
	border: 0px; 
	background: #eee;
	width: 90%;
	margin-left: 20px;
}

td {
	vertical-align: top; 
	padding: 5px; 
	border: 1px solid white;
	font-size: 12px;
	font-weight: bold;
}

th {
	text-align: left;
	background: #4f7193;
	color: white;
	padding: 5px;
	border: 1px solid white;
	font-size: 12px;

}

table:hover {background: #e2ddee;}
