﻿#Body {
	background-color:#33add4;
	background-image:url(../../images/BackgroundGrad.png);
	background-repeat:repeat-x;
	font-family:"Cataneo BT", "Baskerville Old Face", "Times New Roman", Georgia;
	text-align:left;
}
#Container {
	width:620px;
	margin:20PX auto 0 auto;
}
.login A {
	color:#33add4;
}
#dnn_TopPane {
	background-image:url(../../images/header.png);
	background-repeat:no-repeat;
	height:110px;
	padding:10px 0 0 0;
	margin:0;
}
#HeaderLinks {
	color:#FFFFFF;
	font-family:"Lucida Sans", helvetica;
	font-size:13px;
	text-align:right;
	width:250px;
	float:left;
	margin:9px 0px 0 230px;
}
#HeaderLinks A, #HeaderLinks A:link, #HeaderLinks A:visited {
	font-family:"Lucida Sans", helvetica;
	font-size:13px;
	font-weight:500;
	color:#FFFFFF;
	text-decoration:none;
}
#HeaderLinks A:hover, #HeaderLinks A:active {
	font-family:"Lucida Sans", helvetica;
	font-size:13px;
	font-weight:500;
	color:#1f2555;
	text-decoration:none;
}
#BillPay {  
	width:100px;
	height:20px;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	font-size: 20px;
	margin:3px 13px 0 0;
	float:right;
}
.billpay {
	box-shadow:inset 0px 0px 0px 0px #33acd4;
	background:linear-gradient(to bottom, #33acd4 5%, #72cfec 100%);
	background-color:#33acd4;
	border-radius:24px;
	border:2px solid #33acd4;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:20px;
	font-weight:bold;
	padding:5px 10px;
	text-decoration:none;
	text-shadow:0px 1px 0px #33acd4;
}
.billpay:hover {
	background:linear-gradient(to bottom, #72cfec 5%, #33acd4 100%);
	background-color:#72cfec;
}
.billpay:active {
	position:relative;
	top:1px;
}










#dnn_MenuPane {
	background-image:url(../../images/MenuGrad.png);
	background-repeat:repeat-y;
	height:20px !important;
	padding:2px 0 0 0;
	font-size:11px;
	font-family:"Lucida Sans", helvetica;
}
#dnn_ContentPane {
	background-image:url(../../images/BodyGrad.png);
	background-repeat:repeat-y;
	padding:0 20px;
}
#dnn_BottomPane {
	background-image:url(../../images/BotGrad.png);
	background-repeat:no-repeat;
	height:12px !Important;
	margin:0px 0 0 0;
	width:100%;
}
H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
	font-family:"Lucida Sans", helvetica;
	font-weight:bold;
    COLOR: #000000;
}
H1 {
	font-size:14pt;
}
H2 {
	font-size:13pt;
}
H3 {
	font-size:12pt;
}
H4 {
	font-size:pt;
}

P {
	font-family:"Lucida Sans", helvetica;
	font-size:13px;
	text-align:left;
	text-indent:0px;
}

/*------------------------------------------------*/
/* NAVIGATION */
/*------------------------------------------------*/

/* Site Navigation */

.topLevel {
	font-size:10px;
	font-family:"Lucida Sans", helvetica;
	list-style:none;
	padding:0 0 0 30px;
	margin:0;
}
.topLevel li {
	float:left;
	border-right:1px solid #FFFFFF;
	padding:0 10px 0 10px;
}

.topLevel li:last-child {
	float:left;
	border:none;
	padding:0 10px 0 10px;
}
.topLevel a {
	color:#ffffff;
	text-decoration:none;
}
.topLevel A:link  {
	color:#ffffff;
	text-decoration:none;
}

.topLevel A:visited   {
	color:#ffffff;
	text-decoration:none;
}

.topLevel A:active    {
	color:#ffffff;
	text-decoration:underline;
}

.topLevel A:hover {
	color:#ffffff;
	text-decoration:underline;
}
