/* CSS Document */

/*PAGE LAYOUT*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#logo{float:left; background-image:url(LongLogo2a.jpg); width:1000px; height:115px;}
#topheader{float:right; width:1000px; height:30px; background-color: rgb(159,203,237); position:relative}
#toplinks{position:absolute; right:10px; top:10px;}
#menu{float:right; width:1000px; height:32px; background-color: rgb(30,49,96); background-repeat:repeat-x;}
#submenu{float:right; width:1000px; height:32px; background-color:#F0F0F0; background-position:top; background-repeat:repeat-x;}
#contenttext{float:left; width:700px;}
#leftpanel{float:right; width:300px;}
#footer{float:right; width:1000px; background-color: #F0F0F0; padding:10px;}

/*GRAY PANEL*/
.graypanel{
	border:solid 1px rgb(30,49,96); background-color: #F0F0F0; padding:15px; margin:15px;
}

/*TEXT STYLES*/
.bodytext {
	font: 0.8em Tahoma, sans-serif;
	color: rgb(30,49,96);
	text-decoration:none;
}
.bodytext a:hover{
	text-decoration:underline;
	color: rgb(159,203,237);
}

.titletext {
	font: 0.8em Tahoma, sans-serif;
	font-size:36px;
	font-weight:bold;
	color:rgb(30,49,96);
}
.whitetitle {
	font: 0.8em Tahoma, sans-serif;
	font-size:36px;
	font-weight:bold;
	color:#FFFFFF;
}
.smalltitle {
	font: 0.7em Tahoma, sans-serif;
	font-size:20px;
	font-weight:bold;
	color:rgb(30,49,96);
}
.smallwhitetext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
}
.smallwhitetext a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration:none;
}
.smallwhitetext a:hover{
	text-decoration:underline;
}
.smallgraytext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:rgb(30,49,96);
}
.smallgraytext a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:rgb(30,49,96);
	text-decoration:none;
}
.smallgraytext a:hover{
	text-decoration:underline;
}
.smallredtext {
	font: 0.8em Tahoma, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color:rgb(30,49,96);
}
.smallredtext a{
	font: 0.8em Tahoma, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color:rgb(30,49,96);
	text-decoration:none;
}
.smallredtext a:hover{
	text-decoration:underline;
}
