body {
	font-family: Verdana;
}

#main {
    margin: 0pt auto;
    width: 990px;
}


ul {
    margin-left:14px;
    padding-left:0px;
    padding-right:0;
    padding-top:0;
    margin-top:0;
    margin-bottom:0px;
}
li.second {
    padding-bottom:8px;
}
img {
    border:hidden;
    border-width:0;
}

.headerLogo {		
	margin-top: 5px;		
}

.subHeaderLogo {	
	margin-top: 5px;
	margin-bottom: 5px;	
}

.boxedText {
	border-width: thin;
	border-color: #98D120;
	border-style: solid;
	padding: 10px;
	padding-top: 0px;
	background-color: white;
	width: 940px;
	margin-bottom: 10px;
	text-align: left;
}

.boxedText2 {
	border-width: thin;
	border-color: #57B7DF;
	border-style: solid;
	padding: 10px;
	padding-top: 0px;
	background-color: white;
	width: 940px;
	margin-bottom: 10px;
	text-align: left;
}

.boxTitle {
	font-weight: bold;
	font-size: 12pt;
	background-color: #98D120;
	text-align: left;
}

.boxTitle2 {
	font-weight: bold;
	font-size: 12pt;
	background-color: #57B7DF;
	text-align: left;
	
}

.textInBox {
	font-size:11pt;
}

.separator {
	font-weight: bold;
}

.vSpacerR {
	background-image: url("../images/right.jpg");
	background-repeat: repeat-y;
	width: 10;
}

.vSpacerL {
	background-image: url("../images/left.jpg");
	background-repeat: repeat-y;
	width: 10;
}

