/* CSS Document */

BODY
{
	margin: 0; 
	padding: 0;
	background-color: #000000;
	color: #FFFFFF;
}
	
TD.lftbar
{
	width: 100px;
	border-right: thin dashed #666666;
	vertical-align: top;
	background: url(Pictures/whitewithbluebarbackground.gif) repeat-y;
}

TD.main
{
	width: 100%;
	vertical-align: top;
	background: url(bluefade.jpg) bottom right no-repeat;
}

TD.main H1
{
	text-align: center;
	font-family:"Times New Roman", Times, serif;
	text-decoration: underline;
	color:#CC9900;
}
TD.bottom
{
	max-height: 150px;
	border: thin dashed #666666;
	text-align: center;
	color: #FFFF00;
	font-size: 14px;
	text-decoration: none;
	background-color:#333333;

}

.outer
{
	margin: 0 auto;
	height: 100%;
	border: thick solid white;	
}
 img
 {
 	border: 0; 
 }

A.emaillink
{
	color: #FFFF00;
	font-size: 12px;
	text-decoration: none;
}

.colorbox A:hover
{
	color: #FFFF00;	
	width: 100px;
	text-decoration: none;
	background-color: #000099;	
}

.colorbox ul
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}

.colorbox A
{
	display: block;
	padding: 3px;
	width: 100px;
	border-bottom: 1px solid white;
	color: #FFFF00;
	font-size: 14px;
	text-decoration: none;	
}

/*
.bg 
{
	background: url(whitewithbluebarbackground.gif);
	margin-left: -45px;
	height: 100%;
}
.bg div {
	margin-left: 45px;
}
*/
.centercontent
{
	padding: 1em;
	margin-bottom: 1em;
}
.ccheader
{
	/*background-color: #000066;*/
	background: url(blueline.jpg) transparent no-repeat left;
	border-bottom: 1px solid #2C21FE;
	color: #FFCC66;
	padding-left: 5px;
	
}
.cctext
{
	background:url(redline.jpg) transparent repeat-y left; 
}