/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
* {
	margin: 0;
	padding: 0;
	border: 0;
}
html {
	color: #000000;
	background: #f4f4f4 url(../images/bg.jpg) repeat-y center top;
	margin: 0;
	padding: 0;
	height: 100%;
}
body {
	font-family: Verdana, Tahoma, "Lucida Sans", Arial, "Trebuchet MS", Geneva, Helvetica, sans-serif;
	font-size: 100.01%; /* THIS is the best compromise for all browsers, we will set appropriate font sizes in the layout divs */
	margin: 0;
	padding: 0;
	height: 100%;
}
a:link, a:visited, a:active {
	text-decoration: underline;
	color: #165A8A;
	background-color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #B01C2E;
	background-color: #FFFFFF;
}
/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#wrapper {
	margin: 1em auto; /* THIS IS FOR CENTERING*/
	text-align: center; /* THIS is for centering in older browsers*/
	width: 770px;
	min-height: 100%;
	height: auto;
	position:relative; /* THIS IS NECESSARY FOR PUTTING FOOTER AT BOTTOM BUT THIS WILL CAUSE disappearing list backgrounds IE bug */
}
* html #wrapper{
	height:100%;
}
#logo {
	background-image: url(../images/logo.gif);
	height: 100px;
	border: 1px solid #666666;
}
#leftcolumn {
	float: left;
	width: 150px; 
	margin-top: 10px;
	display: inline; /* THIS is for IE doubled float-margin bug */
}
#content {
	margin-left: 160px; /* THIS is 150px + 10px margin */
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	border-left: 1px solid #CCCCCC;
}
#navigation {
   margin-bottom: 20px;
   padding: 0;
   font-size: 0.8em;
}
#bottom {
	width: 100%;
	position:absolute;
	left: 0;
	bottom: 1em;
	height: 50px;
	border-top: 1px solid #CCCCCC;
}
#clearbottom{
	clear:both;
	height: 60px;
	width: 100%;
}
.headbox {
	text-align: center;
   	font-style: italic;
   	background-color: #FFFFFF; /* #B01C2E <- red */ /* #B7CBD0 <- blue */
   	color: #B01C2E;
   	font-size: 1.2em;
   	padding-top: 5px;
   	padding-bottom: 5px;
   	border-bottom: 1px solid #000000;
}
.announce {
	margin: 10px 0 10px 0;
	color: #505050;
	background-color: #EAEAEA;
   	border: 1px solid #666666;
	padding: 6px;
}
.announce h1 {
	color: #333333;
	background-color: #EAEAEA;
   	font-weight: normal;
   	font-style: italic;
	padding-bottom: 0.2em;
   	border-bottom: 1px solid #333333;
	margin-bottom: 0.4em;	font-size: 0.9em;
}
.announce p {
	line-height: 1.6em;
	text-align: left;
	font-size: 0.7em;
}
.announce a:link, .announce a:visited, .announce a:active {
	text-decoration: underline;
	color: #165A8A;
	background-color: #EAEAEA;
}
.announce a:hover {
	text-decoration: none;
	color: #B01C2E;
	background-color: #EAEAEA;
}

.footer {
	color: #666666;
	background-color: #FFFFFF;
	text-align: center;
	font-size: 0.7em;
	padding-top: 15px;
	padding-bottom: 5px;
}
/***********************************************/
/* Styles                                 */
/***********************************************/
#content h1 {
	font-weight: normal;
	font-style: italic;
	font-size: 1.3em;
	text-align: left;
	margin: 0.5em 0;
	color: #B01C2E;
	background-color: #FFFFFF;
}
#content p {
	font-size: 0.8em;
	line-height: 1.6em;
	text-align: justify;
	margin: 0px 0px 10px;	
}
#content ol, #content ul {
	padding-bottom: 0.2em;
	line-height: 1.6em;
	text-align: justify;
	font-size: 0.8em;
}
#content ol li {
	margin-left: 2em;
	list-style: decimal;
}
#content ul li {
	position: relative; /* THIS IS FOR IE disappearing list backgrounds bug */
	margin-left: 1em;
	list-style: none;
	padding-left: 1.2em;
	background-image: url(../images/bullet.jpg);
	background-repeat: no-repeat;
	background-position: 0 0.2em;
}
#navigation ul {	
   	list-style: none;
	color: #000000;
   	background-color: #FAFAFA;
	margin-bottom: 10px;
}	
#navigation li, .firstli {
	margin: 0 0 6px 0;
	text-align: left;
	border: 1px solid #666666;
}
#navigation li a {
   	display: block;
   	text-decoration: none;
   	color: #000000; /* THIS is to override default links color */
   	background-color: #EAEAEA;
	border-left: 6px solid #B7CBD0;
   	padding: 6px 0 6px 8px;
   	width: 134px; /* THIS is for IE to make block works: 150px (total width)- 1px -1px (leftnav borders)*/
}	
#navigation li a:hover {
	background: #999999;
	color: #FFFFFF;
	border-left: 6px solid #B01C2E;
}
#active a:link, #active a:visited,
#active a:hover, #active a:active {
	background: #EAEAEA;
	color: #000000;
	border-left: 6px solid #B01C2E;
}
.left {
	margin: 8px 10px 0px 8px;
	float: left;
}
.right {
	margin: 8px 8px 0px 10px;
	float: right;
}
.textcenter {
	text-align: center;
}
.textright {
	text-align: right;
}
.textleft {
	text-align: left;
}
.center {
	display: block;
	margin-left: auto;
	margin-right: auto
}
.centertext {
	text-align: center;
}
.strem {
	font-weight: bold;
	color: #B01C2E;
   	background-color: #FFFFFF;
}
.str {
	color: #B01C2E;
   	background-color: #FFFFFF;
}
.hide {
	display: none;
}
form, legend {
	line-height: 1.4em;
	font-size: 0.8em;
	text-align: left;
}
fieldset {
	border: 1px solid #666666;
}
label {
	text-align: right;
	padding: 0.2em;
}
input, select, textarea{
	text-align: left;
	border : 1px solid #666666;
	padding: 0.2em;
}
.checks {
	color: #000000;
	background-color : #FFFFFF;
	border : 1px none;
}
.formBut {
	color: #000000;
	text-align:center;
	background-color : #CCCCCC;
	padding: 0.2em 0.4em;
	border: 1px solid #666666;
}
