* {	margin: 0;
	padding: 0;
}

body {	margin: 0px;
	background: #F3F3F3 url(images/img01.jpg) repeat-x top left;
}
	
body, th, td, input, textarea {	
	font-family: Tahoma, "Arial Narrow", Tahoma, sans-serif;
	color: #5d5d5d;
	font-size: 12px;
	line-height: 18px;}
em {
	color: #3b76a6;
}

input, textarea {	font-weight: bold;}
input.text {	padding: 2px 5px;	background: #F8FAEB;	border-top: 1px solid #4D5719;	border-left: 1px solid #4D5719;	border-right: 1px solid #626456;	border-bottom: 1px solid #626456;}
input.button {	background: #3C7BCF;	border-top: 1px solid #3C7BCF;	border-left: 1px solid #3C7BCF;	border-right: 1px solid #3C7BCF;	border-bottom: 1px solid #3C7BCF;	color: #FFFFFF;}
p, ul, ol {	margin-top: 1.5em;	line-height: 1.8em;	font-size: 1.1em;}
ul, ol {	margin-left: 3em;}
blockquote {	margin-left: 3em;	margin-right: 3em;}a {
	color: #ffac01;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #78a232;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	text-transform: uppercase;
	color: #9f0543;
	font-weight: lighter;
}

.small {
	font-size: 10px;
}
hr {	display: none;}
/* Wrapper */#wrapper {}/* Header */#header {	width: 800px;	margin: 0 auto;}
#menu {	z-index: 1000;

	height: 27px;
	width: 800px;
	color: #676767;
	font-size: 9px;
}
ul {	padding: 0;	
		margin: 0;	
		list-style: none;}
li {
	background: url('images/menubg.gif') repeat-x;	float: left;
	position: relative;	
	text-align: center; 	
	color: #636363;	
	cursor: pointer; 
	width: 100px;
	line-height: 28px;}  

li ul {	display: none;	
position: absolute; 	
top: 0px;	
left: 0;}  
li > ul {	top: 10px;	
left: auto;}	
li:hover ul, li.over ul { 	display: block; }

#menu li:hover ul li, li.over ul li { 	background: none;
	background-color: #efefef;
	padding: 3px;
	border-bottom: 1px dotted #bdbdbd;} li a {
	color: #666666;	text-decoration: none;	font-weight: lighter;}

li:hover {
	color: #9f0543;
	background: url('images/menubg_over.gif') repeat-x;
}

/* Logo */
#logo {	width: 785px;	margin: 0;	padding-left: 15px;	height: 185px; margin-top:10px;
	background-color: #FFFFFF;	border-top: 1px solid #D5D5D5;	border-left: 1px solid #D5D5D5;	border-right: 1px solid #D5D5D5;}

#top {
	padding: 10px 0 0 0;
}

.topright {
	font-size: 12px;
	text-align: right; 
	letter-spacing: 1px;
	padding-right: 20px;
}

/* Page */
#page {	width: 800px;	margin: 0 auto;	padding: 0px 0px 0 0px;	background: #FFFFFF;	border: 1px solid #D5D5D5;	border-top: none;}
/* Content */#content {	float: left;	width: 755px;	padding: 20px 0px 0px 20px;}
/* Footer */#footer {	margin: 0;	padding: 0;	height: 140px;	background: #F3F3F3 url(images/img02.jpg) repeat-x bottom left;}
#footer p {	padding-top: 30px;	text-align: center;	font-size: 10px;
	color: #FFFFFF;}
/* Random Bits */
#mainbottominfo {
	border-top: 1px dotted #a9a9a9;
}

#bottomleft {
	float: left;
	border-right: 1px dotted #a9a9a9;
	padding-right: 7px;
	margin: 10px 10px 0 0;
	width: 27%;
	text-align: center;
}

#bottomright {
	margin: 10px 0 0 0;
	text-align: center;
}

.download {
	border-top: 1px dotted #a9a9a9;
}