@charset "UTF-8";
/* CSS Document */


/* MAIN ELEMENTS */
body{
	font:90% Times New Roman, Times, serif;
	color: #444444;
	background-image: url(../images/alt_bkgnd.jpg);
	background-position:center;
	background-repeat: repeat-y;
	margin: 0px;
}

#container{
	margin: 0 auto;
	padding: 0;
	width: 900px;
	background-color:#ffffff;
	height: auto;
	background-image: url(../images/hrt_bkgnd_1.jpg);
	background-repeat: no-repeat;
	border-color: #333333;
}

#header{
	position: relative;
	height: 9em;
		
}

#sidebar_lft{
	float: left;
	width: 215px;
	height:auto;
	margin-top: 12.3em;
}

#sidebar2 {
	background-image: url(../images/maincontent_gkgnd.gif);
	background-repeat: repeat-x;
	float: right; /* since this element is floated, a width must be given */
	width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 10px 5px 10px 5px; /* padding keeps the content of the div away from the edges */
	margin: 0px 0px 5px 10px;
	height: auto;
	min-height:250px;
	border-left:1px solid #b3b3b3;
}

#menu{
	float: right;
	background-color: #99CCFF;
	width: 684px;
	height:30px;
}

#flash{
	float: right;
	width: 684px;
	height:180px;
}

#content{
	float: right;
	background-color: #669999;
	width: 684px;
	height: auto;
	background-image: url(../images/maincontent_gkgnd.gif);
	background-repeat: repeat-x;
	border-left: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}

#clearfloat{
	clear: both;
}

#footer{
	margin: 0 auto;
	padding: 0 10px;
	width: 880px;
	background-color: #133470;
	color: #CCCCCC;
	height:8em;
}


/* SECONDRY ELEMENTS */

#maintxt{
	width:auto; 
	margin:15px 15px 15px 15px;
}
#maintxt_home{
	width:460px; 
	margin:15px 15px 15px 15px;
}
	
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
} 

#logo{
	float:left;
	width:270px;
	height:90px;
	margin:20px 0px 0px 220px;
	display: inline;
	}
#address{
	float:right;
	width:360px;
	height:100px;
	margin:20px 5px 0px 0px;	
	}
#sidemenu {
	background-image:url(../images/sidemeu_off.gif);
	height:25px;
	width:210px;
	background-repeat:no-repeat;
	text-align:center;
	padding:4px 0px 0px 0px;
	margin:2px 0px 2px 0px;
}

#regtop {
	background-image:url(../images/reg_top.gif);
	height:25px;
	width:210px;
	background-repeat:no-repeat;
	text-align:center;
	padding:4px 0 0 0;
	margin-top:4px;

}

#regbtm {
	background-image:url(../images/reg_bkgnd.gif);
	background-repeat:no-repeat;
	height:auto;
	width:183px;
	padding: 5px 10px 5px 10px;
	border: 1px solid #666666;
}

#promo {
	background-image:url(../images/reg_bkgnd.gif);
	background-repeat:no-repeat;
	height:auto;
	width:183px;
	margin: 0px 0px 0px 0px;
	padding: 5px 10px 5px 10px;
	border: 1px solid #666666;
}

#catbox {
	height:150px;
	width:220px;
	padding: 5px 10px 5px 10px;
	border: 1px solid #666666;
	background-color: #E9E9E9;
	margin: 5px 5px 5px 5px;
	float: left;
	background-image: url(../images/reg_bkgnd.gif);
	background-repeat: no-repeat;	
}

#catbox_pic{
	width:100px; 
	height: 150px; 
	background-color:#003366; 
	float:left; 
	margin-right: 7px;
	}
	
#picinsert {
	margin: 0px 15px 15px 0px;
	height: auto;
	width: auto;
	float: left;
}	
	
 /* FONT BEHAVIOURS */
td a{
font:90% Times New Roman, Times, serif;
color: #666666;
text-decoration: none;

}

td a:hover{
font:90% Times New Roman, Times, serif;
color: #66CCFF;
text-decoration: none;

}

td p{
font:90% Times New Roman, Times, serif;
color: #666666;
text-decoration: none;
}
p a{
font:90% Times New Roman, Times, serif;
color: #666666;
text-decoration: none;
}

p a:hover{ 
font:90% Times New Roman, Times, serif;
text-decoration: none;
color: #66CCFF;
}

.style1 {
	color: #CCCCCC;
	text-decoration: none;
}
.style1 a{
	color: #CCCCCC;
	font-size:12px;
	text-decoration: none;
}
.style1 a:hover {
	color: #66CCFF;
	font-size:12px;
	text-decoration: none;
}
.style2 {
	font-size: 16px;
	color: #B6E2E8;
}
.style4 {
	color: #B6E2E8;
	font-size: 100%;
	font-weight: lighter;
}
.style5 {
	color: #1B6BB3
	}
ol h2 {
	color: #003366;
	font-size: 110%;
	text-decoration: none;
}
ol h2:hover{
	color: #0099CC;
	font-size: 110%;
}
h3 {
	color: #003366;
	font-size: 90%;
	text-decoration: none;
}

h3:hover{
	color: #0099CC;
	font-size: 90%
	text-decoration: none;
}
.link a{
	color: #003366;
	font-size: 90%;
	text-decoration: none;
}

.link a:hover{
	color: #0099CC;
	font-size: 90%
	text-decoration: none;
}
#body  p{
	font:70% Times New Roman, Times, serif;
	color: #333333;
	text-decoration: none;
}
#body h1 h2 h3 h4{
margin:3px;
}

#body  a{
	font:70% Times New Roman, Times, serif;
	color: #333333;
	text-decoration: none;
}
#body  a:hover{
	font:70% Times New Roman, Times, serif;
	color: #003366;
	text-decoration: overline;
}
#sidebar_lft  a{
	font:100% Times New Roman, Times, serif;
	color: #B6E2E8;
	text-decoration: none;
}
#sidebar_lft  a:hover{
	font:100% Times New Roman, Times, serif;
	color: #ffffff;
	text-decoration: none;
}
#sidebar_lft p{
margin:3px;
}
#sidebar_lft h1 h2 h3 h4{
margin:3px;
}

#footer  a{
	font:11px Times New Roman, Times, serif;
	text-align:center;
	color: #cccccc;
	text-decoration: none;
}
#footer  a:hover{
	font:11px Times New Roman, Times, serif;
	text-align:center;
	color: #0099CC;
	text-decoration: none;
}
h1{
	font:130% Times New Roman, Times, serif;
	color: #003366;
	font-weight: bold;
}
h2{
	font:110% Times New Roman, Times, serif;
	color: #004D9A;
	font-weight: bold;
}
ol {
	margin-top: 3px;
	margin-left: 0px;
	list-style-image: url(../images/bullet_1.gif);
	line-height: 16px;
}
ol li{
	margin: 5px 0 0 30px;
	padding: 0 0 0 20px;
	list-style-image: url(../images/bullet_1.gif);
	line-height: 16px;
}
ul {
	margin:0;
	padding:0;
	list-style:none;
	width:590px;
	margin-top: 0px;
	margin-left: 0px;
}

ul li {float:left;
}

ul a {
	display:block;
	padding: 11px;
	line-height:0.3em;
	text-decoration:none;
	color:#66CCFF;
}

ul a:hover {
	color:#003366;
}
/* Back to top */

a.backToTop {
	display: block;
	clear: both;
	width: 100%;
	height: 20px;
	margin-top: -5px;
	margin-bottom: 4px;
	background: url(../images/content_backToTop.jpg) no-repeat right 0;
}

a:hover.backToTop {
	border: none;
	background: url(../images/content_backToTop.jpg) no-repeat right -20px;
}

/* TICKER */
#pscroller1{
	font-weight: lighter;
	color: #FFFFFF;
	width: 169px;
	height: 100px;
	font-family: Times New Roman, Times, serif;
	font-size: 100%;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 1px;	
}

#pscroller1 a{
	font-family: Times New Roman, Times, serif;
	font-weight: lighter;
	color: #003366;
	font-size: 100%;
	text-decoration: none;
	line-height: 100%;
	}
#pscroller1 a:link{
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight: lighter;
	color: #003366;
	font-size: 100%;
	text-decoration: none;
	line-height: 100%
	}
#pscroller1 a:hover{
	font-family: Times New Roman, Times, serif;
	font-weight: lighter;
	color: #0099CC;
	font-size: 100%;
	text-decoration: none;
	line-height: 100%
	}
#pscroller1 h2{
	font-family: Times New Roman, Times, serif;
	color: #004D9A;
	font-weight: bold;
	font-size: 110%;
	text-decoration: none;
	line-height: 100%;
	margin: 0 0 0 -.5px;
	}
	
input {
		padding:5px;
		font-size:1.1em;
		border:1px solid #5070A0; 
		color: #003366; 
		background:#ffffff;
	}
	
textarea {
		padding:5px;
		font-size:1.1em;
		border:1px solid #5070A0; 
		color: #003366; 
		background:#ffffff;
	}
	
input.radio {
		border:none;
		background:transparent;
	}