/* CSS Document
> Green: std: #9DD270   Dark: #6AA735   Light: #C5E4AA   Pale: #F3FFE5
> Blue: std: #286fad   Dark: #214466  Dark: #194870  Light: #D0DBE7  Light: #DAE7EC   Pale: #E5F3FF
> Purple: std: #   Dark: #333366    Light: #  Light: #
> Gray: std: #CCCCCC   Darker: #333333    Light: #BBBBBE  Medium: #999999   Menu: #4c4c4c
> Burnt Orange: std: #e49200   Dark: #    Light: #  Light: #
> Yellow: std: #   Dark: #    Light: #F9F5D2  Light: #
> Reds: std: #D10034   Dark: #    Light: #FD534A  Bright: #FF3366
*/

/* Button Style Text link  */
A:link.button {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #000000;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	padding: 1px;
	border-width: 1px;
	border-style: outset;
	border-color: #333366 #333366 #333366 #333366;
	background-color: #D0DBE7;
}
A:visited.button {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #000000;
	padding: 0px;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	border-width: 1px;
	border-style: ridge;
	border-color: #333366 #333366 #333366 #333366;
	background-color: #D0DBE7;
}
A:hover.button {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #D0DBE7;
	padding: 0px;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	border-width: 1px;
	border-style: ridge;
	border-color: #333366 #333366 #333366 #333366;
	background-color: #214466;
}
/* Dark blue text link */
A:link.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	padding: 2px;
}
A:visited.footer {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 11px;
	font-weight: normal;
}
A:hover.footer {
	text-decoration: none;
	color: #333366;
	font-style: normal;
	font-weight: normal;
	background-color: #cccccc;
}
/* Dark blue text link */
A:link.footer2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333366;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	padding: 2px;
	background-color: #E5F3FF;
}
A:visited.footer2 {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #333366;
	font-size: 11px;
	font-weight: normal;
}
A:hover.footer2 {
	text-decoration: none;
	color: #333366;
	font-style: normal;
	font-weight: normal;
	background-color: #286fad;
}
/* Dark blue text link */
A:link.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #194870;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
    padding-right: 0px;
}
A:visited.menu {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #9A464B;
	font-size: 13px;
	font-weight: normal;
}
A:hover.menu {
	text-decoration: none;
	color: #ffffff;
	font-style: normal;
	font-weight: normal;
	background-color: #194870;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
  padding-right: 0px;
}
/* Body Text Not In Other Tags */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #153A5B;
	font-style: normal;
	font-weight: normal;
}
/* Body Section  */
.body_area {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #194870;
	font-style: normal;
	font-weight: normal;
}
/* Outset Box Effect */
.box1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0px;
	border-width: 1px;
	border-style: solid;
	border-color: #333366 #333366 #333366 #333366;
  -moz-border-radius: 0px 0px 0px 0px;
}
/* Outset Box Effect */
.box2 {
	padding: 3px;
	border-width: 3px;
	border-style: solid;
	border-color: #999999 #333333 #333333 #999999;
}
/* Outset Box Effect */
.box3 {
	padding: 0px;
	border-width: 1px;
	border-style: solid;
	border-color: #333366 #333366 #333366 #333366;
  -moz-border-radius: 0px 0px 0px 0px;
}

.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #194870;
	font-style: normal;
	font-weight: normal;
	padding: 1px;
	border-width: 1px;
	border-style: solid;
	border-color: #333366 #333366 #333366 #333366;
	background-color: #cccccc;
	cursor: pointer;
	cursor: hand
}
/* Bright Submit Button */
.button_bright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #ffffff;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	padding: 1px;
	border-width: 1px;
	border-style: solid;
	border-color: #333366 #333366 #333366 #333366;
	background-color: #E6002E;
    cursor: pointer;
    cursor: hand
}
/* White Submit Button */
.button_wht {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF3366;
	font-style: normal;
	font-weight: normal;
	padding: 1px;
	border-width: 1px;
	border-style: solid;
	border-color: #ffffff #ffffff #ffffff #ffffff;
	background-color: #ffffff
    cursor: pointer;
    cursor: hand
}
/* footer Text  */
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	font-style: normal;
	font-weight: normal;
}
/* Form Text Not In Other Tags */
form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #194870;
	font-style: normal;
	font-weight: normal;
}
/* Form Description */
.formdesc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #194870;
	font-style: normal;
	font-weight: normal;
	background-color: #F9F5D2;
}
/* Form Description */
.formdesc1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #194870;
	font-style: normal;
	font-weight: normal;
	background-color: #ffffff;
}
/* Submit Button NOT used */
/* header Text  */
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 50px;
	color: #ffffff;
	font-style: normal;
	font-weight: normal;
}
/* Form Input Text and Border */
.input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000099;
	font-style: normal;
	font-weight: normal;
	padding: 0px;
	border-width: 1px;
	border-style: solid;
	border-color: #286fad #286fad #286fad #666699;
	background-color: #F3FFE5;
}
/* Form Input Text and Border */
.input_sml {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000099;
	font-style: normal;
	font-weight: normal;
	padding: 0px;
	border-width: 1px;
	border-style: solid;
	border-color: #286fad #286fad #286fad #666699;
	background-color: #F3FFE5;
}
/* Large Text  */
.large {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #194870;
	font-style: normal;
	font-weight: normal;
}
/* Large White Text  */
.large_white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #ffffff;
	font-style: normal;
	font-weight: normal;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
/* Medium Text  */
.meet {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #194870;
	font-style: normal;
	font-weight: normal;
}
/* Medium Text  */
.medium {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #194870;
	font-style: normal;
	font-weight: normal;
}
/* Medium Text Right Aligned  */
.medium_right {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #194870;
	font-style: normal;
	font-weight: normal;
	text-align: right;
}
/* White Medium Text  */
.medium_wht {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ffffff;
	font-style: normal;
	font-weight: bold;
}
/* White Medium Text  */
.medium_burg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #991A00;
	font-style: normal;
	font-weight: normal;
}
/* Side Menu Body Text  */
.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #194870;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}
/* Side Menu Body Text  */
.menu2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #194870;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}
/* Menu Title Bar Text  */
.menu_title_bar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #194870;
	font-style: normal;
	font-weight: bold;
}
/* Normal Text  */
.normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #194870;
	font-style: normal;
	font-weight: normal;
}
/* White Normal Text  */
.normal_wht {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ffffff;
	font-style: normal;
	font-weight: bold;
}
/* Large Text  */
.page_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ffffff;
	font-style: normal;
	font-weight: bold;
  padding: 0px;
}
/* Form Required Input Text and Border */
.req {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #D10034;
	font-style: normal;
	font-weight: normal;
	padding: 1px;
	border-width: 1px;
	border-style: solid;
	border-color: #D10034;
	background-color: #F3FFE5;
}
/* Form Required Input Text and Border */
.reqd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #D10034;
	font-style: normal;
	font-weight: normal;
	padding: 1px;
	border-width: 1px;
	border-style: solid;
	border-color: #ffffff #ffffff #ffffff #ffffff;
	background-color: #ffffff;
}
/* Normal Text  */
.red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #D10034;
	font-style: normal;
	font-weight: normal;
}
/* Section Title Text  */
.section_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #194870;
	font-style: normal;
	font-weight: normal;
}
/* Small Text  */
.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #194870;
	font-style: normal;
	font-weight: normal;
}
/* Medium Text Small Line Height  */
.small_spc {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #194870;
	font-style: normal;
	font-weight: normal;
	line-height: 11px;
}
/* Form Textarea Text and Border */
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #194870;
	font-style: normal;
	font-weight: normal;
	padding: 1px;
	border-width: 1px;
	border-style: solid;
	border-color: #333366 #333366 #333366 #333366;
}
/* Un-Order List */
ul {
	font-family: Arial, Helvetica, sans-serif;
	list-style-type: disc;
	list-style-position: outside;
	font-size: 13px;
}
