/* CSS Document */

*{
	margin: 0 auto;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
}
#container {
	width: 900px;
	height: 565px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	border-left-width: 25px;
	border-left-style: double;
	border-left-color: #003399;
	border-top-width: 25px;
	border-top-style: double;
	border-top-color: #003399;
	margin-top: 10px;
}	
#header {
	width: 900px;
	float: right;
	padding-top: 0px;
	padding-left: 0px;
	color: #000066;
	font-weight: bold;
	height: 200px;
}
#header img {
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
}
#header a {
	color:#000066;
	margin-left: 10px;
	text-decoration: none;
}
#header a:hover {
	color: #FFFFFF;
	background-color: #000066;	
}
#linkbar {
	width: 325px;
	float: right;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	border: thin solid #000000;
	margin-right: 25px;
}
#linkbar a {
	color:#FF0000;
	margin-left: 10px;
	text-decoration: none;
}
#linkbar a:hover {
	color: #FFFFFF;
	background-color: #000066;	
}
#linkbar img {
	padding-bottom: 10px;
	text-align:center;
}
#topcontent {
	width: 500px;
	float: left;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
	color: #000000;
	text-align: left;
	font-size: 12px;;
}
#topcontent p {
	margin-left:20px;
	margin-right:20px;
}
#topcontent .center {
	text-align:center;
}
#topcontent a {
	color:#FF0000;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
}
#topcontent a:hover {
	color: #FFFFFF;
	background-color: #000066;	
}
.color {
	color:#FF0000;
	text-align: center;
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.color2 {
	color:#FF0000;
	text-align: center;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#topcontent .pad {
	padding-left: 10px;
}
#topcontent .pad1 {
	padding-right: 10px;
}
#topcontent .pad2 {
	padding-bottom: 190px;	
}
#topcontent ul {
	list-style-type: circle;
	margin-left: 20px;
}
#topcontent li {
	list-style-type: circle;
	margin-left: 20px;
}

#topcontent dl {
	margin-left: 40px;
}
#topcontent dd {
	margin-left: 40px;
}
.links {
	font-size:12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.object {
	text-align: center;
}
.footer {

	font-size: 10px;
	color: #000000;
	text-align: center;
}
h1 {
	color: #FF3300;
	text-align: center;
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 10px;
}
.italic {
	font-size: 14px;
	font-style: italic;
}

.big {
	font-size: 16px;
	font-weight: bold;
}
