html
{ 
	overflow: -moz-scrollbars-vertical;
	font-size: 12px;
}
#Body
{
	background: url(images/mainBG.jpg); 
}
.Head
{
	color: #000000;
	font-family: Arial;
	font-weight: bold;
	font-size: 26px;
}

.normal
{
	color: #000000;
	font-family: Arial;
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
}

.subhead
{
	color: #990000;
}

.ControlPanelHead
{
	color: white;
}

.mainTable{
	background: url(images/tableBG-main.png) repeat-y; 
	width: 786px; 
	height: 600px;
	padding: 0px; 
	margin:0px;
}

.bottomTable {
	background: url(images/tableBG-btm.png) no-repeat; 
	width: 786px; 
	height: 32px; 
	padding: 0px; 
	margin:0px;
}

.imagepane1, .imagepane3, .imagepane5, .imagepane7{
	background:white; 
	width: 98px; 
	height: 54px; 
	align:middle; 
	padding: 0px; 
	margin:0px; 
	overflow: hidden;
}
.imagepane2, .imagepane4, .imagepane6, .imagepane8{
	background:white; 
	width: 91px; 
	height: 54px; 
	align:middle; 
	padding: 0px; 
	margin:0px; 
	overflow: hidden;
}

a:focus, a:hover, a:active
{
	outline: none;
}

table, tr, td
{
	padding: 0px;
}

img
{
	border: none;
}

p
{
	padding: 0;
	margin: 0;
}

a:link.CommandButton, a:active.CommandButton, a:visited.CommandButton {
	color: #990000;
}
a:hover.CommandButton {
	color: #c40000;
}

ul
{ 
	padding: 0 0 0 15px;
	margin: 0 0 0 15px;
}

li
{
	padding: 0px;
	margin: 0px;
}

a, a:link, a:active, a:visited, a:hover
{
	color: #990000;
}

#ControlPanel .SubHead, .ControlPanelHead
{
	color: #ffffff;
}

#ControlPanel .CommandButton, .ControlPanelButton, a.ControlPanelButton:link, a.ControlPanelButton:visited, a.ControlPanelButton:active, a.ControlPanelButton:hover
{
	color: #ffffff;
}

.footer, a.footer, #dnn_dnnLOGIN_cmdLogin, .footerPane a:link, .footerPane a:visited, .footerPane a:active
{
	color: #ffffff;
	font-family: Arial;
	font-size: 11px;
	padding: 6px 0 0 0;
	font-weight: normal;
}

.tagline
{
	color: #77787B;
	font-family: Arial;
	font-size: 34px;	
}

@media screen and (-webkit-min-device-pixel-ratio:0){
    .ChromeAdjust {padding-top: 15px !important;}
    
 
   }