body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:72%;
}

li
{
	margin-bottom:1em;
}

h1
{
	color:#00AEEF;
}

h2
{
	color:#00AEEF;
	font-size:150%;
}

h3 
{
	color:#00AEEF;
	font-size:120%;
}

a
{
	color:#00AEEF;
	text-decoration:none;
}

a:hover
{
	color:#00AEEF;
	text-decoration:underline;
}

input[type=submit], input[type=button]
{
   font-weight:bold;
   color:#FFFFFF;
   background-color:#00AEEF;
   border-style:solid;
   border-color:#6CCEF5;
   border-width:3px;
   margin:2px;
}

.ClearBoth
{
	clear:both;
}

.ClearRight
{
	clear:right;
}

.ClearLeft {
	clear:left;
}

.FloatLeft 
{
	float:left;
}

.FloatRight
{
	float:right;
}

.TextAlignCenter
{
	text-align:center;
}

.AlignCenter
{
	display:block;
	margin:0 auto;
}

.ErrorContainer
{
	position:relative;
	float:left;
	width:500px;
	padding:8px;
	margin:0em 0 2em 0;
	border:1px solid #ED1C24;
}

.ErrorContainer ul
{
	color:#ED1C24;
}

.ErrorLabel
{
	color:Red;
	font-size:110%;
	font-weight:bold;
}

.HeaderContainer
{
	position:relative;
	float:left;
	width:100%;
	background:url(../Images/HeaderContainerBack.png) top no-repeat;
}

.Header
{
	position:relative;
	width:780px;
	height:210px;
	margin: 0px auto 0px auto;
	background:url(../Images/HeaderBack.png) top left no-repeat;
}

.ContentContainer
{
	position:relative;
	float:left;
	width:100%;
	padding:0px 0px 40px 0px;
}

.Content
{
	position:relative;
	width:780px;
	margin: 0px auto 0px auto;
	background:#FFFFFF;
}

.FooterContainer
{
	position:relative;
	float:left;
	width:100%;
	background:url(../Images/FooterContainerBack.png) top left repeat-x;
}

.Footer
{
	position:relative;
	width:760px;
	height:80px;
	margin: 0px auto 0px auto;
	padding: 10px;
	background:url(../Images/FooterBack.png) top left no-repeat;
	text-align:right;
	font-size:90%;
	font-weight:bold;
	color:#FFFFFF;
}

.Footer a 
{
	color:#FFFFFF;
	text-decoration:none;
}

.Footer a:hover 
{
	color:#FFFFFF;
	text-decoration:underline;
}

.LogoContainer {
	position:absolute;
	top:10px;
	left:10px;
	width:150px;
	height:130px;
}

.SearchContainer
{
	position:absolute;
	top:30px;
	left:550px;
	width:230px;
	height:50px;
}

.UserInputBoxTop
{
	position:relative;
	float:left;
	width:230px;
	height:6px;
	overflow:hidden;
	background:url(../Images/UserInputBoxTopBack.png) top left no-repeat;
}

.UserInputBoxMain
{
	position:relative;
	float:left;
	width:200px;
	overflow:hidden;
	background-color:#00AEFF;
	padding: 0 13px 0 13px;
	border-left:2px solid #6CCEF5;
	border-right:2px solid #6CCEF5;
	font-size:90%;
	font-weight:bold;
	color:#FFFFFF;
}

.UserInputBoxMain input[type=text], .UserInputBoxMain input[type=password]
{
	border:2px solid #6CCEF5;
	width:192px;
	padding:2px;
	margin:4px 0px 4px 0px;
	font-size:90%;
}

.UserInputBoxBottom
{
	position:relative;
	float:left;
	width:230px;
	height:6px;
	overflow:hidden;
	background:url(../Images/UserInputBoxBottomBack.png) top left no-repeat;
}	

.MenuStrip {
	position:absolute;
	top:155px;
	left:0px;
	width:780px;
	white-space:nowrap;
}

.MenuStrip ul {
	list-style-type:none;
	margin:0;
	margin-left: 14px;
	padding:0;
}

.MenuStrip li {
	display:inline;
}

.MenuStrip a {
	float:left;
	color:#FFFFFF;
	padding:0px 0px 0px 10px;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
}

.MenuStrip a span {
	float:left;
	display:block;
	padding:14px 10px 0px 0px;
	height:34px;
}

.MenuStrip a:hover span {
	float:left;
	padding:14px 10px 0px 0px;
	background:url(../Images/MenuSelectedRight.png) top right no-repeat;
}

.MenuStrip a:hover {
	float:left;
	padding:0px 0px 0px 10px;
	text-decoration:none;
	background:url(../Images/MenuSelectedLeft.png) top left no-repeat;
	color:#000000;
	cursor:pointer;
}

.RelatedLink a {
	display:block;
	position:relative;
	float:right;
	padding: 2px 20px 0 0;
	margin-top:6px;
	background: url(../Images/LinkArrow.png) right no-repeat;
	font-size:10px; 
	text-decoration:none;
	color:#999999;
}

.RelatedLink a:hover {
	background: url(../Images/LinkArrowHover.png) right no-repeat;
	color:#00AEEF;
}

.Footnote
{
	font-size:90%;
	color:#959595;
}

.Column
{
	position:relative;
	float:left;
	width:390px;
}

.Announcement
{
	width:400px;
	height:180px;
	padding:20px 70px 20px 70px;
	background:url(../Images/AnnouncementBack.png) top left no-repeat;
	background-color:Fuchsia;
}

.Announcement a
{
	font-size:180%;
}
