body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

input {
	border:thin solid #5D554A
}

textarea {
	border:thin solid #5D554A
}

select {
	border:thin solid #5D554A
}

/************MainBody styles ******************/
#MainBody {
	padding:5px 5px 5px 5px;
}


/*********** #sectionLinks styles ***********/



#SectionLinks h3{
	padding: 10px 0px 2px 10px;
	
}

#SectionLinks a:link{
	text-decoration: none;
	color: Navy;
	width: 100%;
}

#SectionLinks a:visited{
	text-decoration: none;
	color: Navy;
	width: 100%;
}

#SectionLinks a:hover{
	background-color: #2F4F4F;
	color: White;
	font-weight: normal;
	text-decoration: underline;
	width: 100%;
}


	
.calendarborder {
	border: thin solid #5D554A;
}

.PageHeader {
	font: small-caps bolder 20px sans-serif;
	text-decoration: none;
	text-align: right;
	padding-right: 10px;
	border-bottom: medium ridge Navy;
}