/* Elements */
body, td, th, input, select, button {
	font-family: Verdana, sans-serif;
}

a {
	color: #1877EF;
	text-decoration: none;
}
	
a:link {
	color:#666666;
}

a:visited {
	color:#666666;
}

a:hover {
	color: #333333; text-decoration: underline;
}

a.subMenuLink {
	color: #666666; text-decoration: none;
}
a.subMenuLink:link {
	color: #666666; text-decoration: none;
}
a.subMenuLink:active {
	color: #000000; text-decoration: none;
}
a.subMenuLink:visited {
	color: #666666; text-decoration: none;
}
a.subMenuLink:hover {
	color: #000000; text-decoration: none;
}

a.bodyLink {
	color: #000000; text-decoration: underline;
}
a.bodyLink:link {
	color: #000000; text-decoration: underline;
}
a.bodyLink:active {
	color: #999999; text-decoration: underline;
}
a.bodyLink:visited {
	color: #000000; text-decoration: underline;
}
a.bodyLink:hover {
	color: #999999; text-decoration: underline;
}


h2 {
	font-weight:bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	color:#84816A;
}

#content {
	padding-right: 0px;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 15px;
}

#contentText {
	margin-left: 20px;
	padding-right: 20px;
}

#footer {
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
}

#footerContent {
	border-top: 1px dotted #CFCFCF;
	margin-left: 20px;
	margin-right: 20px;
	text-align: center;
	color: #999999;
}
#links a:link {
	color:#851E1E;
}
#links a:visited {
	color:#851E1E;
}
#links a:hover {
	color: #000000;
}

#nav a:link {
	color:#666666;
}

#nav a:visited {
	color:#666666;
}

#nav a:hover {
	color: #ffffff;
	background-color:#555C76;
}

#topLine {
	margin-top: 5px;
	border-top: 1px dotted #CFCFCF;
}	

/* Classes */	

.colorBlue {
	color: #003371;
	font-weight: bold;
}

.copyright {
	color:#999999;
	font-size:85%;
}

.curvetl {
	position: relative;
	top: -12px;
	align: left;
}
.curvetr {
	position: relative;
	top: 0px;
	text-align: right;
}


.formlabel {
	text-align: left;
	background-color: #1877EF;
	padding-top: 1px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 1px;
	border-bottom: 1px solid #0040B2;
	font-size:18px;
	font-weight:bold;
}


.leftnavbox {
	color:#666666;
	font-size:10px;
	font-weight:bold;
}
.leftnavbox a:link {
	color:#666666;
}

.leftnavbox a:visited {
	color:#666666;
}

.leftnavbox a:hover {
	color: #000000;
}

.leftnavtext {
	border-bottom: 1px dashed #666666;
}

.linkact {
	color: #FFFFFF;
	background-color: #DEDEB9;
}

.listlabelcontainer {
	text-align: left;
	background-color: #D2E2FF;
	padding-top: 3px;
	padding-right: 1px;
	padding-bottom: 3px;
	padding-left: 3px;
}

.listlabel {
	text-align: left;
	background-color: #D2E2FF;
	font-size:18px;
	font-weight:bold;
}

.sortmenu {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-align: right;
}

.important {
	font-weight: bold;
	color: red;
}

.navtitle {
	font-weight : bold;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 6px;
	color: #666666;
}
		
.navmajor {
	font-weight : bold;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 6px;
}
		
.navminor {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 6px;
}
		
.navbarboxheading {
	font-weight : bold;
	color: #0040B2;
}
		
.navbarbox {
	margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
	padding-top: 5px;
	padding-left: 25px;
	padding-bottom: 5px;
	padding-right: 5px;
	color: #0040B2; background-color: #FFFFFF;
}

.navbarbox p {
	margin-bottom: 4px;
}
	
.leftalign {
	text-align: left;
}

.centeralign {
	text-align: center;
}

.rightalign {
	text-align: right;
}

.even td {
	background-color: #FFFFFF;
	padding-top: 1px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 1px;
	border-bottom: 1px solid #0040B2;
}

.odd td {
	background-color: #F0F7FF;
	padding-top: 1px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 1px;
	border-bottom: 1px solid #0040B2;
}

.fieldlabel {
	padding-right: 6px;
}
.rectext {
	border-bottom: 1px dashed #CCCCCC;
}

.welcome {
	font-weight: bold;
	text-align: center;
}
