/* CSS Document */
body {
	background-color: #931E32;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, Sans-Serif;
	color:#fff;
}

/* Admin Section Formatting */

.adminmain		{background-color:#052554;
				margin: 0px;
				padding: 0px;
				width:760px;}
.adminheading	{background-color:#052554;
				text-decoration: underline;
				font-weight: bold;
				color: #fff;}
.adminmain a		{color: #ccc;
				text-decoration: none;}
.adminmain a:hover
				{color: #c00;}
				
				
.heading		{font-size: 14px;
				font-weight: bold;
				color: #ccc;}
.heading1		{font-size: 16px;
				font-weight: bold;
				color: 	#c00;}		
.table			{background-color:#fff;
				color:#000;}
.tablehead		{background-color: #931E32;
				font-weight: bold;
				color: #fff;}
.table a 		{color:#444;}
.table a:hover	{color:$c00;}

/* Main Template Formatting */

.mainwindow		{background-color:#052554;
				width: 790px;
				background-image:url('../images/headerbg.jpg');
				background-repeat: no-repeat;
				background-position: top;}
.maincontent	{color: #000;}
.maincontent p	{margin-top: 5px;margin-bottom: 5px;}
.linkbar		{width: 200px;
				background-color: white;
				border: 2px solid #000000;
				text-align:left;}
.linkbarhead	{font-size: 14px;
				color: #CE2029;
				font-weight:bold;
				text-decoration: underline;}
.linkbarlist	{margin-top: 0px;
				margin-bottom: 0px;}
.linkbarlist li a	{font-size:12px;
				text-decoration: none;
				font-weight:bold;
				color: #00b;}
.linkbarlist li a:hover
				{color: #000;}
				
.disclaimer		{font-size:10px;}
.head1			{font-size: 16px;
				color: #666;
				font-weight: bold;
				font-style: oblique;}
				