/* Begin Typography & Colors */
body {
	margin: 0;
	padding: 0; 
	background: url("../images/bgcolor.jpg"); 
	font-size: 67%; 
	font-family:Verdana, Arial, Sans-Serif;
	text-align: center;
}

table {
	font-size: 100%; 
}

#header {
	padding: 0;
	margin: 0 auto;
	height: 32px;
	width: 100%;
	background: url("../images/header.jpg") no-repeat bottom center;
}

#headerimg{
	text-align : center;
	padding-bottom: 10px;
	border-bottom : 2px #ab0000 solid;
}

#page {
	text-align: left;
	margin: 20px auto;
	padding: 0;
	width: 761px;	
	position: relative;
	background: url("../images/bg.jpg") repeat-y top; 	
}


#content {
	font-size: 1.2em;
	padding: 0px 20px;
}

#mainmenu {
	width: 12em;
	float : left;
	margin-top : 0.5em;
}

#content_area {
	width:43em;
	float : right;
	padding : 0px 5px;
}

#footer {
	background: url("../images/footer.jpg") no-repeat bottom; 
	padding: 0 0 0 1px;
	margin: 0 auto;
	width: 760px;
	clear: both;
}

a {
	color : #000000;
	
}

a img {
	border: 0px;
}

#headerimg a img{
	border : 0;
}

img.noborder {
	border: 0px;	
}

#footer p, #header p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	border:none;
}

#footer img {
	margin-bottom : -3px;
}

.toplink {
	padding-right : 20px;
	text-align : right;
	font-size : 0.7em;
}

div.intro {
	color : Gray;
	font : 1.3em italic;
	margin-top : 10px;
}

div.item {
	margin-top : 10px;
	margin-bottom : 10px;
}

h1 {
	color : black;
	font : 1.4em bolder ;
	margin: 1.3em 0em 0.3em 0.0em;
}

h2 {
	color : black;
	font : 1.1em bolder; 
	font-style : italic;
	margin: 0.5em 0em;	
}

ul {
	 list-style-type: none;
 
}

li {
	background : url('../images/bullet_red.gif');
	background-repeat: no-repeat;
	background-position: 0 .5em;
	padding-left: 1.3em;
	margin-bottom : 0.5em;
}

td {
	padding-bottom: 0.7em;
}

th {
	color : black;
	font : 1.1em bolder; 
	font-style : italic;
	margin: 0.5em 0em;	
}

.red {
	color: #ab0000;
}