body {
	background-color: #DDF3FF;
	padding: 0px;
	margin: 0px;
}

body, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
	font-size: 12px;
	line-height: 180%;
}

input.signUp {
	width: 228px;
	height: 27px;
	border: 1px solid #333333;
	margin-left: 11px;
}

.sectionLink {
	color: #3366CC;
	font-size: 17px;
}

.minorSectionLink {
	color: #3366CC;
	font-size: 15px;
}

.sectionLinkLines {
	border-top: 1px solid #CEEEFF;
	border-bottom: 1px solid #CEEEFF;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 10px;
	margin-bottom: 5px;
}

p {
	margin-top: 10px;
	margin-bottom: 0px;
	text-align: left;
}

a {
	text-decoration: none;
	color: #3366CC;
	text-align: center;
}

a:hover {
	text-decoration: underline;
}

#footer {
	width: 350px;
	height: 38px;
	background-color: #FFFFFF;
	border: 1px dotted #999999;
	padding-top: 3px;
	line-height: 150%;
	font-size: 10px;
	color: #666666;
	margin-top: 40px;
	margin-bottom: 40px;
	margin-left: 43px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}

#contentTable {
	background-position: bottom;
	background-repeat: no-repeat;
	background-image: url(../images/bg.jpg);
	margin-bottom: 20px;
}

h1 {
	font-size: 23px;
	color: #3482AB;
	font-style: normal;
	font-weight: normal;
	border-bottom: 1px solid #BBDAEA;
	padding-bottom: 5px;
	text-align: left;
}

h1.First {
	margin-top: 0px;
}

ul {
	list-style-position: inside;
	margin-left: 0px;
	padding-left: 0px;
}

li {
	margin-left: 20px;
}

.ValidationSummary {
	font-weight: bold;
}

.ValidationSummary ul {
	color: Red;
	font-weight: normal;
}

.MessageContainer {
	border: 1px dashed #CCCCCC;
	padding: 5px;
	background-color: #fffff3;
}

.ServiceIcon {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}

td.Left {
	text-align: left;
	vertical-align: top;
}

td.Center {
	text-align: center;
}

td.GroupHeader {
	text-align: left;
	font-weight: bold;
	border-bottom: 1px solid #CCCCCC;
}

.LightControlPanel {
	background-color: #FFFFE7;
	border: 1px dashed #666666;
	margin-top:5px;
}

.LightControlPanel.Padded {
	padding:10px;
}

.Spaced {
	margin-bottom: 10px;
}

.TopLeftCellAlignment td {
	text-align: left;
	vertical-align: top;
}

.ImportantLabel {
	vertical-align: middle;
	color: Black;
	font-weight: bold;
	font-size: 14px;
	margin-right:20px;
}

.ImportantMessage {
	font-size: 16px;
	color: Red;
}