@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#container {
	height: auto;
	width: 780px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	width: auto;
	height: 140px;
	background-image: url(images/stream_header.gif);
	background-repeat: no-repeat;
}
#title {
	height: 20px;
	width: auto;
	background-color: #6699FF;
	line-height: 20px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px 10px;
	color: #FFFFFF;
	font-size: 14px;
	margin: 20px 0px;
}
#banner {
	height: 100px;
	width: auto;
	background-color: #6699FF;
	line-height: 20px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 14px;
	margin: 20px 0px;
}
#content {
}
#maintext {
	margin-right: 180px;
	margin-left: 180px;
}
#maintext2 {
	margin-right: 0px;
	margin-left: 180px;
	z-index: 2;
}
h1     {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	margin-bottom: 10px;
	color: #003399;
}
h2     {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-bottom: 10px;
	color: #0066FF;
	font-weight: bold;
}
h3     {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0066FF;
	font-weight: bold;
}
h4       {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #003399;
	font-weight: bold;
	margin: 20px 0px 0px 0px;
}
p    {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 10px;
	color: #333333;
}
#menu  {
	width: 160px;
	float: left;
}
#menu       ul li      {
	list-style: none;
	margin: 0px 0px 5px 0px;
}
#menu     ul    a   {
	color: #666666;
	text-decoration: none;
	display: block;
	font-size: 12px;
	line-height: 25px;
	height: 25px;
	padding: 0px 5px;
	background-color: #D2DDDD;
}
#menu       ul      a:hover   {
	background-color: #6699FF;
	color: #FFFFFF;
}
#menu        #ON       a         {
	background-color: #6699FF;
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 12px;
}
#pictures {
	float: right;
	width: 160px;
}
#pictures img {
	height: 160px;
	width: 160px;
	margin: 0px 0px 20px 0px;
}
#pictures        img.people       {
	height: 160px;
	width: 160px;
	margin: 0px;
}
#pictures     .name {
	margin: 5px 0px 20px 0px;
	display: block;
	color: #333333;
}
#footer {
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #6699FF;
	clear: both;
	font-size: 18px;
	color: #003399;
	text-decoration: none;
	text-align: center;
	line-height: 40px;
	margin: 40px 0px 0px 0px;
}
#footer a {
	font-size: 18px;
	color: #333333;
	text-decoration: none;
}
#icatchingdesign {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
	text-align: center;
	display: block;
	margin: 20px 0px;
}
#icatchingdesign a {
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
}
#anchor {
	width: 400px;
	height: 20px;
	margin: 20px 0px 40px 0px;
}
#anchor   li  {
	list-style-type: none;
	float: left;
}
#anchor    li a  {
	display: block;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #CCCC99;
	width: 150px;
	margin-right: 20px;
	text-decoration: none;
	color: #333333;
	line-height: 20px;
}
#anchor  li  a:hover {
	color: #333333;
	display: block;
	background-color: #CCCCCC;
}
#left   {
	width: 290px;
	float: left;
}
#left ul li {
	list-style-type: disc;
	margin-top: 10px;
}
#right {
	width: 290px;
	float: right;
	margin: 0px 0px 40px 0px;
}
#right  ul  li {
	list-style-type: disc;
	margin-top: 10px;
}
#button {
	margin-right: 10px;
	background-color: #D2DDDD;
	width: 50px;
	height: 25px;
}
input {
	border: 1px solid #6699FF;
	height: 20px;
	margin: 0px 0px 10px 0px;
}
textarea {
	border: 1px solid #6699FF;
	height: 100px;
	margin: 0px 0px 10px 0px;
}
.mandatory_field {
	background-color: #FFFFDD;
}
.to_top  {
	text-decoration: none;
}
.to_top a {
	font-size: 12px;
	color: #000099;
	text-decoration: none;
}
