@charset "utf-8";
/* CSS Document */
body {
	background-color: #3C0;
	margin-left: 0px;
	margin-right: 0px;
}
#container {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	background-color: #360;
}
#banner {
	background-color: #360;
	width: 780px;
}
#navbar {
	background-color: #3C0;
}
#leftcontent {
	float: left;
	width: 200px;
	background-color: #360;
	padding: 10px;
	margin-left: 5px;
	text-align: center;
	display: inline;
}
#rightcontent {
	background-color: #FFF;
	width: 535px;
	padding-right: 8px;
	padding-left: 8px;
	float: right;
	margin: auto;
	text-align:center;
	display: inline;
}
#footer {
	padding: 10px;
	clear: both;
}
p {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: small;
	letter-spacing: normal;
	word-spacing: normal;
	color: #000;
	text-align:center;
}
#leftcontent p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	color: #FFF;
	padding: 3px;
}
#leftcontent h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	color: #CF3;
	text-align: center;
}
#leftcontent h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	color: #CF3;
	text-align: center;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: x-large;
	font-style: italic;
	font-weight: bold;
	color: #360;
	text-align: center;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	font-weight: bold;
	color: #360;
	text-align: center;
	font-style: italic;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	font-weight: bold;
	color: #360;
	text-align: center;
	font-style: italic;
	text-decoration: underline;
}
h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	font-weight: bold;
	color: #360;
	text-align: center;
	}
a:link {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	color: #309;
}
a:visited {
	font-family:"Times New Roman", Times, serif;
	font-size:medium;
	color: #00C;
}
a:hover {
	font-family:"Times New Roman", Times, serif;
	font-size:medium;
	color:#390;
	text-align: left;
	
}
#leftcontent a:link {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	color: #FFF;
	text-decoration: underline;
	text-align: center;
}
#leftcontent a:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	color: #FF0;
	text-decoration: underline;
	text-align: center;
}
#leftcontent a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	color: #CCC;
	text-decoration: underline;
	text-align: center;
}
.image-right {
	padding: 0px;
	clear: right;
	float: right;
	margin-bottom: 8px;
	margin-left: 8px;
	display: inline:
}
.image-left {
	padding: 0px;
	clear: left;
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
	display: inline;
}
.specialtext {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #360;
	text-align: left;
	margin-left: 8px;		
	}
.specialtext1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: small;
	letter-spacing: normal;
	word-spacing: normal;
	color: #000;
	text-align:left;
	font-weight: normal;
	}	
.specialtext2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #360;
	}
.specialtext3 {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:small;
	color: #33C;
	font-weight: bold;
	text-align: center;
}
.specialtext4 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	color: #FFF;
	padding: 3px;
	text-decoration:underline;
}
.specialtext5 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #C00;
}
.specialtext6 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: small;
	font-weight: bold;
	color: purple;
}
.specialtext7 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: small;
	font-weight: bold;
	color:#C3C;
}
ul, ol, dl { position: relative; }

