body {
	font-family: Tahoma, Helvetica, sans-serif;
	background:#FFFFFF;
	}

.submit {
	background: #FFFFFF;
	border: 1px solid #F75A00;
	font-family: Tahoma;
	font-size:12px;
	margin-bottom:5px;
	padding: 3px 0px 3px 0px;
	text-align:center;
	width: 90px;
	}

.submit:hover {
	color:#F75A00;
	text-decoration:none;
	}
	
textarea {
	background: #FFFFFF;
	color: #000000;
	font-family: Tahoma;
	font-size: 12px;
	}
	
input {
	background: #FFFFFF;
	color: #000000;
	font-family: Tahoma;
	font-size: 12px;
	}
	
/*Logo, etc */
#header {
	background: #F75A00;
	}


#container {
	width: 80%;
	border: 1px solid #F75A00;
	background:#FFFFFF;
	margin-left: auto;
	margin-right:auto;
	}

/*body*/
#main {
	background:transparent;
	margin-left: auto;
	margin-right:auto;
	padding: 0px 20px 20px 70px;
	}

#main h1 {
	color: #F75A00;
	font-family:Tahoma;
	font-size:16px;
	font-weight: bold;
	text-align:center;
	}
	
#main h2 {
	font-weight: bold;
	font-size:14px;
	}

#main p {
	font-family: Tahoma;
	font-size:13px;
	}
	
#main .table {
	border: 1px solid #666666;
	font-family:Tahoma;
	font-size:13px;
	margin-left: auto;
	margin-right: 100px;
	width: 70%;
	}
	
#main .table2 {
	border: none;
	font-family:Tahoma;
	font-size:13px;
	margin-left: auto;
	margin-right: 100px;
	width: 70%;
	}
	
#main td h2 {
	font-weight: bold;
	font-size:13px;
	text-align: center;
	}

#main th {
	background-color: #F75A00;
	color: #FFFFFF;
	font-weight: bold;
	text-align:center;
	}
	
#main .tablehead {
	font-weight: bold;
	text-align:center;
	}

#main .tablehead2 {
	font-weight: bold;
	text-align:left;
	}

#main .data {
	width: 70px;
	}

#main ul {
	color: #000000;
	font-family: Tahoma;
	font-size:13px;
	list-style:url(images/bullet.gif) outside;
	}
			
/*menu*/
#menu {
	float: left;
	display:block;
	}

#menu td {
	background: #FFFFFF;
	border: 1px solid #F75A00;
	display:block;
	font-family: Tahoma;
	font-size:12px;
	margin-bottom:5px;
	position:relative; left:-45px; top: 20px;
	padding: 3px 0px 3px 0px;
	text-align:center;
	width: 90px;
	}
	
#menu strong {
	color:#F75A00;
	font-weight:bold;
	}
	
/*menu links*/

#menu a:link {color:#000000; text-decoration:none;}
#menu a:visited {color: #000000; text-decoration:none;}
#menu a:hover {color:#F75A00; text-decoration:none;}
#menu a:focus {color:#F75A00; text-decoration:none;}

/*footer*/
#footer {
	color:#F75A00;
	font-family:Tahoma;
	font-size:10px;
	padding-top:10px;
	text-align:center;
	}

