@charset "UTF-8";
/* CSS Document */


/* basic page layout */

* {font-family: Verdana, Arial; font-size: 12px;}

body 
	{
	text-align: left;
	margin: 0;
	}
	
td {vertical-align:top; text-align:left;}

form {margin-top:0}

input:focus {background-color: rgb(255, 250, 160);}

textarea:focus {background-color: rgb(255, 250, 160);}

p {font-family: Georgia, "Times New Roman", serif; font-size: 14px; line-height: 18px; margin: 0px 0px 8px 0px; }
	
	
#navdiv
	{
	width:120px;
	}
	
#maindiv
	{
	width:100%;
	}
	
#rightdiv
	{
	width:120px;
	}
	
	
	
.pagecontainer
	{
	width: 100%;
	height: 100%;
	padding: 0px 0px 10px 10px;
	}
	
.pagehead 
	{
	font-size:18px;
	color: rgb(100, 38, 100);
	font-weight:bold;
	margin-top:0px;
	margin-bottom:6px;
	width: 100%;
	}
	
.pagesubhead 
	{
	font-size:16px;
	color: rgb(100, 38, 100);
	font-weight:bold;
	padding-top:6px;
	padding-bottom:3px;
	border-bottom: 1px solid rgb(75, 150, 170);
	margin-top:0px;
	margin-bottom:6px;
	}
	
.banner
	{
	width: 100%;
	border-bottom: 1px solid rgb(75, 150, 170);
	padding-bottom: 6px;
	margin-bottom: 10px;
	}


.navcolumn 
	{
	width: 120px;
	max-width: 120px;
	padding-right: 6px;
	border-right: 1px solid rgb(75, 150, 170);
	vertical-align: top;
	text-align: left;
	}

.centercolumn 
	{
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: top;
	text-align: left;
	}

.rightcolumn 
	{
	vertical-align: top;
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
	border-left: 1px solid rgb(75, 150, 170);
	}

.itemlistdiv
	{
	margin-top:10px; 
	padding-top:10px; 
	border-top:1px solid rgb(75, 150, 170);
	}



/* alphabetical listing general classes */

	
.alerttext 
	{
		color: rgb(185, 36, 50);
		font-size: 14px;
		font-weight: bold;
		margin-bottom: 12px;
	}

.bannernote
	{
	font-size:10px;
	color: rgb(140, 140, 140);
	font-weight: normal;
	text-align: left;
	}

.buttonsmall
	{
	font-size:10px;
	}
	
.bold
	{
	font-weight: bold;
	}
	
.caption
	{
		font-size: 10px;
	}	

.fieldlabel 
	{
		color: rgb(100, 100, 100);
		font-size: 11px;
		font-weight: normal;
		vertical-align: middle;
		padding-right: 5px;
	}
	

.hangindent
	{
		text-indent: -1em; 
		margin-left: 1em;
	}



.linkimage
	{
	border: 1px solid rgb(255, 255, 255);
	}
	
.linkimage:hover
	{
	border:1px solid rgb(255, 36, 50);
	}
	
	

.linktext
	{
		font-size: 12px;
		font-weight:bold;
		text-decoration: none;
		cursor: pointer;
		color: rgb(0, 100, 129)
	}

.linktext:hover
	{
		text-decoration: underline;
		color: rgb(185, 36, 50)
	}

.linktext:active
	{
		text-decoration: underline;
		color: rgb(255, 171, 0)
	}



.linktextnav
	{
		font-size: 12px;
		font-weight:bold;
		text-decoration: none;
		cursor: pointer;
		color: rgb(0, 100, 129)
	}

.linktextnav:hover
	{
		text-decoration: underline;
		color: rgb(185, 36, 50)
	}

.linktextnav:active
	{
		text-decoration: underline;
		color: rgb(255, 171, 0)
	}






.linktextlarge
	{
		font-size: 14px;
		font-weight:bold;
		text-decoration: none;
		cursor: pointer;
		color: rgb(0, 100, 129)
	}

.linktextlarge:hover
	{
		text-decoration: underline;
		color: rgb(185, 36, 50)
	}

.linktextlarge:active
	{
		text-decoration: underline;
		color: rgb(255, 171, 0)
	}




.navgroup 
	{
		padding-bottom: 5px;
	}
	
	
.navsupergroup 
	{
		padding-bottom: 6px;
	}
	


.sessioninfo 
	{
	font-size:9px;
	color: rgb(150, 150, 150);
	margin-top:16px;
	}
	
.smalltext
	{
	font-size: 11px;
	}
	
.smallsubhead
	{
	font-weight: bold;
	font-size:14px;
	color: rgb(100, 38, 100);
	margin-top: 3px;
	margin-bottom: 3px;
	}

.tdcenter 
	{
	text-align: center; 
	vertical-align: top; 
	}

.tdpadright 
	{
	padding-right:8px;
	}

.tdright 
	{
	text-align: right; 
	padding-right: 5px; 
	padding-left: 5px;
	}


