/* CSS Document */

body {
	margin: 30px, 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background: #FFF8DC;
	}
	
p   {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: left;
	padding: 0px 10px 0px 10px;
	}

p.center {
	text-align:center;
	padding-top: 0px;
	}
	

	
p.copyright {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 10px;
	color: #fff;
	}
	
h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	text-align: center;
	font-weight: bold;
	padding-top: 10px;
	}
	
h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	color:#20664A;
	padding-top: 10px;
	}	
	
h4  {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
	font-weight: bold;
	color:#20664A;
	}
	
h5 {
	padding: 10px;
	}
	
a {
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	}

a:hover {
	color:#FF0000;
	text-decoration: none;
	}
	
a:visited {
	text-decoration: none;
	}
	
a:active {
	text-decoration: none;
	color:#663399;
	}
	
#linkbar a {
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	}
#linkbar a:hover {
	color:#FF0000;
	text-decoration: none;
	}
	
#linkbar a:visited {
	text-decoration: none;
	}
	
#linkbar a:active {
	text-decoration: none;
	color:#663399;
	}	
	
.bbb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
.ttt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}



html>body #main {
	width: 740px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid black;
	}
	
#main {
	width: 742px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid black;
	}	

#header {
	width: 740px;
	height: 203px;
	background: url(images/header.jpg);
	}
	 
#linkbar {
	background: #ffffe0;
	width: 740px;
	height: 25px;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	}
	
#flash {
	text-align: center;
	}
	
#content {
	width: 740px;
	}

#footer1 {
	width: 740px;
	text-align: center;
	}

#footer2 {
	background-color:#333333;
	border-top: 1px solid #000;
	width: 740px;
	height: 30px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 10px;
	color: #fff;
	padding-top: 5px;
	}

#footer2 a {
	color: #FFFFFF;
	text-decoration: none;
	}
	
#footer2 a:hover {
	color:#FF0000;
	text-decoration: none;
	}
	
#footer2 a:visited {
	text-decoration: none;
	}
	
#footer2 a:active {
	text-decoration: none;
	color:#663399;
	}
			
table {	
	width: 95%;
	text-align:center;
	}
	
.form {
	width: 420px;
	text-align:center;
	padding-left:15px;
	}
	
	
td {
	text-align:center;
	vertical-align:bottom;
	font-size: 13px;
	padding-bottom: 5px;
	}
	
.form td {
	text-align:left;
	vertical-align:middle;
	font-size: 13px;
	}

	
ul {
	margin: 0px;
	padding: 0px;
	text-align: center;
	
	}
	
li {
	display: inline;
	list-style: none;
	padding: 2px 10px 0px 10px;

	}
	
img {
	border: none;
	}
	
img.left {
	float: left;
	padding: 0px 15px 5px;
	}
	
img.right {
	float: right;
	padding: 0px 15px 5px 15px;
	}
	
object {
	text-align: center;
	}
	
.left {
	text-align:left;
	padding-left: 10px;
	}
	
.textright {
	text-align: right;
	}
	
.center {
	text-align: center:
	}