/* CSS Document */
body {
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
color: #000000;
}
h3 {
font-family:Arial, Helvetica, sans-serif;
color:#990000;
text-decoration:underline;
}
h2 {
font-family:Arial, Helvetica, sans-serif;
color:#990000;
text-decoration:underline;
}
#subheading {
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
color:#990000;
text-decoration:underline;
}
#hl {
font-weight:bold;
color:#990000;
}
p {
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
color: #000000;
}
#smalltext {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
color: #000000;
}
centered {
text-align:center;
}
#standardtext {
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
color: #000000;
}
#uline {
text-decoration:underline;
}
td {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
}

ul {
padding-top:0px;
padding-bottom:0px;
margin-top:7px;
margin-bottom:7px;
}
li {
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
color: #000000;
line-height:20px;
margin-left:20px;
list-style-position: outside;
}
li.sub {
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
color: #000000;
margin-left:20px;
line-height:20px;
list-style-position: outside;
}
li.sub2 {
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
color: #000000;
margin-left:40px;
line-height:20px;
list-style-position: outside;
}
a {
text-decoration:none;
font-weight:bold;
color:#990000;
}
a:hover {
text-decoration:underline;
font-weight:bold;
color:#990000;
}
a:visited {
font-weight:bold;
color:#990000;
}
a.top {
text-decoration: none;
font-weight:bold;
color:#ffffff;
}
a.top:hover {
text-decoration:underline;
font-weight:bold;
color:#ffffff;
}
a.top:visited {
font-weight:bold;
color:#ffffff;
}
a.nav {
text-decoration:none;
}
a.nav:hover {
text-decoration:underline;
}
a.subnav {
text-decoration:none;
line-height:0.6cm;
}
a.subnav:hover {
text-decoration:underline;
}
#allcaps {
text-transform:uppercase;
font-weight:bold;
color:#990000;
font-size:13px;
}
#caps {
text-transform:uppercase;
}
#sidebox {
width:155px;
padding-top:10px;
padding-bottom:10px;
}
#leftphoto {
margin-right:10px;
margin-bottom:10px;
float:left;
}
#rightphoto {
margin-left:10px;
margin-bottom:10px;
float:right;
}
legend {
font-weight:bold;
font-size:16px;
}
fieldset {
background-color:#d6c3a2;
}
/*
 external application form css
*/
.fldset{
	width: 97%;
	background-color:#D6C3A2;
}
input[type=text]{
	size:10;
}


.shrinkFldset{
	width: 97%;
	background-color:#D6C3A2;
}

/*
	jquery css
*/
div#error{
	background-color:#eee;
	border: 1px solid red;
	display: none;
	margin: 5px;
}
div#error span{
	color:red;
}

label.error {
	display: block; 
	color: red;
	font-style: italic;
	font-weight: normal;
}

input.error {
	border: 2px solid red;
}

.confirmation{
	width: 600px;
}
div.heading{
	font-weight:strong;
}
label.checkbox_error{
	display: block; 
	color: red;
	font-style: italic;
	font-weight: normal;
}

