/* CSS Document */

/*PAGE LAYOUT*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#logo{float:left; background-image:url(HUPP.gif); width:150px; height:150px;}
#topheader{float:right; width:645px; height:114px; background-color:#F0F0F0; position:relative; top:5px;}
#toplinks{position:absolute; right:5px; top:5px;}
#menu{float:right; width:635px; height:35px; background-image:url(bg_menu.gif); background-repeat:repeat-x;}
#submenu{float:right; width:645px; height:35px; background-image:url(bg_submenu.gif); background-position:top; background-repeat:repeat-x;}
#contenttext{float:right; width:645px;}
#leftpanel{float:left; width:150px;}
#footer{float:left; width:800px; background-color:#F0F0F0; padding:5px;}

/*GRAY PANEL*/
.graypanel{
	border:solid 1px #666666; background-color:#F7F7F7; padding:5px; margin:5px;
}

/*TEXT STYLES*/
.bodytext {
	font: 0.7em Book Antiqua;
	color: #666666;
}
.titletext {
	font: 0.7em Book Antiqua;
	font-size:26px;
	font-weight:bold;
	color:#CC0000;
}
.titletext2 {
	font: 0.7em Book Antiqua;
	font-size:19px;
	font-weight:bold;
	color:#666666;
}
.titletext3 {
	font: 0.7em Book Antiqua;
	font-size:15px;
	font-weight:normal;
	color:#666666;
}
.whitetitle {
	font: 0.7em Book Antiqua;
	font-size:28px;
	font-weight:bold;
	color:#FFFFFF;
}
.smalltitle {
	font: 0.7em Book Antiqua;
	font-size:18px;
	font-weight:bold;
	color:#CC0000;
}
.smallwhitetext {
	font: 0.7em Book Antiqua;
	font-size: 10px;
	font-weight:bold;
	color: #FFFFFF;
}
.smallwhitetext a{
	font: 0.7em Book Antiqua;
	font-size: 10px;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration:none;
}
.smallwhitetext a:hover{
	text-decoration:underline;
}
.smallgraytext {
	font: 0.7em Book Antiqua;
	font-size: 10px;
	font-weight:bold;
	color:#999999;
}
.smallgraytext a{
	font: 0.7em Book Antiqua;
	font-size: 10px;
	font-weight:bold;
	color:#999999;
	text-decoration:none;
}
.smallgraytext a:hover{
	text-decoration:underline;
}
.smallredtext {
	font: 0.7em Book Antiqua;
	font-size: 10px;
	font-weight:bold;
	color:#CC0000;
}
.smallredtext a{
	font: 0.7em Book Antiqua;
	font-size: 10px;
	font-weight:bold;
	color:#CC0000;
	text-decoration:none;
}
.smallredtext a:hover{
	text-decoration:underline;
}
.mediumredtext {
	font: 0.7em Book Antiqua;
	font-size: 12px;
	font-weight:bold;
	color:#CC0000;
}
.mediumredtext a{
	font: 0.7em Book Antiqua;
	font-size: 12px;
	font-weight:bold;
	color:#CC0000;
	text-decoration:none;
}
.smallredtext a:hover{
	text-decoration:underline;
}

.mediumgraytext {
	font: 0.7em Book Antiqua;
	font-size: 13px;
	font-weight:bold;
	color:#999999;
}
.mediumgraytext a{
	font: 0.7em Book Antiqua;
	font-size: 13px;
	font-weight:bold;
	color:#999999;
	text-decoration:none;
}
.mediumgraytext a:hover{
	text-decoration:underline;
}
.mediumwhitetext {
	font: 0.7em Book Antiqua;
	font-size: 13px;
	font-weight:bold;
	color: #FFFFFF;
}
.mediumwhitetext a{
	font: 0.7em Book Antiqua;
	font-size: 13px;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration:none;
}
.mediumwhitetext a:hover{
	text-decoration:underline;
}
.biggraytext {
	font: 0.7em Book Antiqua;
	font-size: 15px;
	font-weight:bold;
	color:#999999;
}
.biggraytext a{
	font: 0.7em Book Antiqua;
	font-size: 15px;
	font-weight:bold;
	color:#999999;
	text-decoration:none;
}
.biggraytext a:hover{
	text-decoration:underline;
}
.bigwhitetext {
	font: 0.7em Book Antiqua;
	font-size: 15px;
	font-weight:bold;
	color:#FFFFFF;
}
.bigwhitetext a{
	font: 0.7em Book Antiqua;
	font-size: 15px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}
.biggraytext a:hover{
	text-decoration:underline;
}