/* CSS Document */



#main {

	background:#000000;
	padding: 10px;
	padding-top:0px;
	
}

#main h1 {

font-size: 5px;

}

.email {

	color: #FF9900;
	text-decoration: underline;
	font-size:11px;
	font-weight: normal;

}

#lightSwitch{
	padding-left: 0px;
	padding-top: 15px;
	padding-bottom: 40px;
}

/* numbered boxes on the right of the home page */

#numberedPanels {
	background: url("numberedPanels.gif") #D8E2E4 no-repeat;
	padding-left: 48px;
	padding-right: 10px;
}

#one {
	position: relative;
	top: 14px;
}

#one h3 {
	font-weight:bold;
	font-size: 12px;
	margin:0px;
	padding:0px;
}
#two {
	position: relative;
	top: 33px;
}
#two h3 {
	font-weight:bold;
	font-size: 12px;
	margin:0px;
	padding:0px;
}
#three {
	position: relative;
	top: 67px;
}
#three h3 {
	font-weight:bold;
	font-size: 12px;
	margin:0px;
	padding:0px;
}
#four {
	position: relative;
	top: 155px;
}
#four h3 {
	font-weight:bold;
	font-size: 12px;
	margin:0px;
	padding:0px;
}



/* lower boxes */

#submain {
	background: url('lowerBoxes.gif') #CCCCCC no-repeat;
	height: 103px;
	padding-top: 8px;
}

.sub {
	line-height: 1.2em;
	font-size: 10px;
	padding: 18px;
	padding-top: 4px;
}

.sub h3 {
	font-weight:bold;
	font-size: 12px;
	margin:0px;
	padding:0px;
	margin-bottom: 5px;
}

.sub a {
	font-size: 10px;
}