@charset "utf-8";
/* CSS Document */

/* Header */
#header {color:#005596; font-family:Georgia, 'Times New Roman', Times, serif; font-size:20px; font-weight:bold; font-variant:small-caps}

/* Paragraph */
.body {color:#3F454F; font-family:Georgia, 'Times New Roman', Times, serif; font-size:12px; line-height:1.3}

/* Basic Heading Style */
h2 {color:#987F53; font-family:Georgia, 'Times New Roman', Times, serif; font-size:16px; font-weight:bold;}
h3 {color:#005596; font-family:Georgia, 'Times New Roman', Times, serif; font-size:13px; font-weight:bold; padding:5px;}

/* Basic List */
ul#list {color:#000; font-family:Georgia, 'Times New Roman', Times, serif; font-size:12px; line-height:1.5}

/* Footer */
.footer {color:#000; font-family:Tahoma, Geneva, sans-serif; font-size:10px; line-height:1.3}

/* Links */
a {color:#005596; font-family:Georgia, 'Times New Roman', Times, serif; font-size:12px; line-height:1.3; text-decoration:none}
a:hover {color:#005596;}
a.gold:visited {color:#987F53}


/* Menu */
.menu {color:#ffffff; font-family:Georgia, "Times New Roman", Times, serif; font-size:15px; font-weight:bold;}
#active {color:#987F53; font-family:Georgia, "Times New Roman", Times, serif; font-size:15px; font-weight:bold;}

/* Info */
#info {color:#005596; font-family:Georgia, "Times New Roman", Times, serif; font-size:12px; font-weight:bold;}

/* Emphasis */
#em {text-decoration:underline; font-weight:bold;}

/* Disclaimer */
.disclaimer {color:#3F454F; font-family:Tahoma, Geneva, sans-serif; font-size:10px; line-height:1.3;}

/* Form */
.heading {color:#005596; font-family:Georgia, "Times New Roman", Times, serif; font-size:14px; font-weight:bold;}

fieldset {
	margin: 1em 0;
	padding: 1em;
	border: 0px;
	}

legend {
	font-weight:bold;
}

label {
	float: left;
	width: 25em;
}

input[type="text"] {
	width:200px;
}

input[type="text"], textarea {
	border-top: 2px solid #999;
	border-left: 2px solid #999;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

input.radio {
	float:left;
	margin-right: 1em;
}

#remember-me {
	width: 4em;
}

.required {
	font-size: 1em;
	color:#760000;
}
