body
{
	color: #000;
	background-color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: auto;
}

.container
{
	border: 1px solid #000;
	text-align: center;
	vertical-align: middle;
	width: 95%;
	padding: 0px;
	margin: 0px;
}

.body
{
	background-color: #99CCFF;
	font-size: 12px;
	padding: 5px;
	margin: 5px 2px;
	vertical-align: top;

}

a
{
	color: #00CC00;
	border-bottom: 1px solid #CCC;
	text-decoration: none;
}

a:hover
{
	color: #FFF;
	border-bottom: 1px solid #FFF;
	background-color: #999;
	text-decoration: none;
}

.gray
{
	color: #CCC;
}
.green
{
	color: #00CC00;
}
.darkgreen
{
	color: #009900;
}

.title
{
	color: #CCC;
	font-size: 16px;
	font-weight: bold;
}

.toprow
{
	color: #FFFFFF;
	background-image:  url(images/stretch.gif);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	padding-right: 5px;
	height: 100px;
	width: 275px;

}

.toprowimg
{
	background-image: url(images/stretch.gif);
	margin: 0px;
	padding: 0px;
	width: 275px;
	background-repeat: repeat-x;
	height: 100px;

}

a.menu:link, a.menu:active, a.menu:visited
{
	background-color: #666666;
	display:block;
	width:157px;
	padding-top:3px;
	padding-bottom:3px;
	margin:0px 0px;
	text-align:center;
	text-decoration: none;
	font-weight: bold;
}

a.menu:hover
{
	color: #00CC00;
	background-color: #999;
}


.menuheader
{
	color: #009900;
	background-color: #999999;
	border-top: 1px solid #CCC;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	border-left: 1px solid #CCC;
	font-size: 14px;
	margin-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: 15px;
	margin-left: 15px;
}

.menubody
{
	color: #CCCCCC;
	background-color: #666666;
	border-top: 1px solid #999;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	border-left: 1px solid #999;
	font-size: 12px;
	margin-right: 15px;
	margin-left: 15px;
	padding: 10px;
	vertical-align: top;
	width: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.linkage
{
	border-left: 1px dotted #FFF;
	margin-left: 25px;
	padding-left: 10px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.announcement p
{
	color: #00CC00;
	border-bottom: 1px solid #FFF;
	font-size: 10px;
	margin-top: 15px;
	margin-left: 25px;
	list-style-position: inside;
	list-style-image: url(images/bullet.gif);
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 15px;

}

.contentbody
{
	color: #CCCCCC;
	background-color: #ffffff;
	border-top: 1px solid #999;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	border-left: 1px solid #999;
	font-size: 12px;
	padding: 10px;
	text-align: left;
	vertical-align: top;
	height: 324px;
	margin-right: 15px;
	margin-left: 15px;

}

.content
{
	color: #000000;
	font-size: 14px;
}

h1
{
	color: #000000;
	border-bottom: 1px solid #00CC00;
	font-size: 14px;
	font-weight: bold;
	display: block;
	clear: both;
}


.imgleft
{
  float: left;
  margin: 5px;
  margin-left: 0px;
}

.imgright
{
  float: right;
  margin: 5px;
  margin-right: 0px;
}


.footer
{
	font-size: 10px;
	color: #000000;
	background-color: #666666;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000000;
	padding-left: 10px;
	text-align: center;
}

.footer a
{
	color: #000000;
	text-decoration: none;
	border-bottom: none;
}

.footer a:hover
{
	background-color: #666666;
	color: #333;
	text-decoration: none;
	border-bottom: none;
}
