a{ 
	color: rgb(102, 102, 102);
	text-decoration: underline;
}
a:hover{
	color: rgb(136, 136, 136);
	text-decoration: none;
}
acronym{
	border-bottom: 1px dotted rgb(102, 102, 102);
	cursor: help;
}
body{
	margin: 10px;
	padding: 0px;
	background-color: #FFFFFF;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 10px;
	color: rgb(51, 51, 51);
}
h1{
	margin: 0px 0px 0px 10px;
	padding: 0px;
	color: #b20838;
	font-family: Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;
	font-size: 18px;
	line-height: 18px;
}
h2{
	margin: 0px 10px 0px 0px;
	padding: 0px;
	color: #b20838;
	font-family: Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;
	font-size: 18px;
	line-height: 18px;
	text-align: right;
}
h3{
	margin: 10px 0px 3px;
	padding: 0px;
	color: #b20838;
	font-family: Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;
	font-size: 14px;
	line-height: 14px;
	text-align: left;
}
.contentleft{
	width: 77%;
}
.contentmain{
	padding: 0px;
	background-color: #FFFFFF;
}
.contentright{
	width: 23%;
}
.greybox{
	background-color: rgb(255, 255, 255);
	color: rgb(102, 102, 102);
}
.header{
	background-image: url(img/panorama.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	font-size: 45px;
	line-height: 36px;
	font-weight: bold;
	font-family: Copperplate Gothic Light, Serif;
	color: rgb(254, 254, 254);
}
.menubox{
	background-color: #95c3dc;
	color: #b20838;
	font-family: Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;
}
.menubox a{ 
	color: #b20838;
	font-size: 18px;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}
.menubox a:hover{ 
	color: rgb(255,255,255);
	font-size: 24px;
	line-height: 30px;
	text-decoration: none;
}
.menubox a.selected{
	color: rgb(255,255,255);
}
.menuboxtop{
	background-color: #95c3dc;
	color: #b20838;
	font-family: Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;
}
.menuboxtop a{ 
	color: #b20838;
	font-size: 18px;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}
.menuboxtop a:hover{ 
	color: rgb(255,255,255);
	font-size: 18px;
	line-height: 30px;
	text-decoration: none;
}
.menuboxtop a.selected{
	color: rgb(255,255,255);
}
.searchbox{
	border: 1px solid rgb(153, 153, 153);
	padding: 1px 2px;
	background: rgb(246, 246, 246) none repeat scroll 0% 50%;
	-moz-background-clip: initial;
	-moz-background-origin: initial;
	-moz-background-inline-policy: initial;
	font-size: 11px;
    color: rgb(102, 102, 102);
	text-align: right;
}
.subheader{
	background-color: #b20838;
}
.whitebox{
	background-color: rgb(255, 255, 255);
	color: rgb(102, 102, 102);
}
.whitebox_topleft{
	background: transparent url(img/1-topleft.gif) repeat scroll 0% 50%;
	-moz-background-clip: initial;
	-moz-background-origin: initial;
	-moz-background-inline-policy: initial;
	width: 9px;
}
.whitebox_bottomright{
	background: transparent url(img/1-bottomright.gif) repeat scroll 0% 50%;
	-moz-background-clip: initial;
	-moz-background-origin: initial;
	-moz-background-inline-policy: initial;
	width: 9px;
}
.whitebox_announcement{
	background-color: rgb(255, 255, 255);
	color: #b20838;
        font-weight: bold; 
        text-decoration: underline;
	font-family: Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;
	font-size: 14px;
	line-height: 14px;
	text-align: left;
}
.whitebox_announcetext{
	background-color: rgb(255, 255, 255);
	color: rgb(102, 102, 102);
	font-family: Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
        text-decoration: none;
	text-align: left;
}
.footer{
	background-color: #599ac1;
	color: #FFFFFF;
	font-size: 10px;
	text-align: center;
	text-decoration: none;
}
