@charset "UTF-8";
/* CSS Document */

body  {
	font: 100% Lucida Sans, Arial, Helvetica, sans-serif;
	background: #829ba3;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-size: 12px;
	height: auto;
}
p {
	line-height: 125%;
	margin-left: 20px;
	margin-right: 20px;
	text-align: left;
}

.quote{
	font-size: 11px;
	font: Arial, Helvetica, sans-serif;
	font-style: italic;
	margin-left: 5px;
	line-height: 110%;
}

.required_star {
    font-size: 12px;
    color:#ff0000;
}

.disabled{
	color:#777777;
}

a.text:link{
	color: #0000ff;
	font-style: normal;
	text-decoration: none;
}
a.text:visited{
	color: #0000ff;
	font-style: normal;
	text-decoration: none;
}
a.text:hover{
	color: #00ffff;
	font-style: normal;
	text-decoration: none;
}
a.text:active{
	color: #0000ff;
	font-style: normal;
	text-decoration: none;
}

a.navigation:link{
	color: #0000ff;
	font-style: normal;
	font-weight: bold;
	font-size: 10px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase; }
a.navigation:visited{
	color: #0099ff;
	font-style: normal;
	font-weight: bold;
	font-size: 10px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
}
a.navigation:hover{
	color: #00ffff;
	font-style: normal;
	font-weight: bold;
	font-size: 10px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-decoration: none;
	background-color: transparent;
	text-align: center;
	text-transform: uppercase;
}
a.navigation:active{
	color: #0000ff;
	font-style: normal;
	font-weight: bold;
	font-size: 10px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
}

a.footer:link{
	color: #0000ff;
	font-style: normal;
	font-weight: bold; font-size: 11px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-decoration: none; text-align: center;
}
a.footer:visited{
	color: #0099ff;
	font-style: normal;
	font-weight: bold;
	font-size: 11px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-decoration: none;
	text-align: center;
}
a.footer:hover{
	color: #00ffff;
	font-style: normal;
	font-weight: bold;
	font-size: 11px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-decoration: none;
	background-color: transparent;
	text-align: center;
}
a.footer:active{
	color: #0000ff;
	font-style: normal;
	font-weight: bold;
	font-size: 11px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-decoration: none;
	text-align: center;
}

.footer {
	text-align: center;
	font-size: 11px;
}

h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 24px;
	color: #223437;
	line-height: 125%;
	margin-left: 20px;
	font-weight: normal;
}
h2{
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	font-size: 14px;
	color: #46534a;
	line-height: 120%;
	margin-left: 20px;
}

ul.disc {
list-style-type: disc;
margin-left: 20px;}

.leftbar{
	background-image: url(template/graphics/left_bar.gif);
	background-repeat: no-repeat;
}
