/* CSS Document */

* {
    margin: 0;
}

html, body {
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
	height: 100%;
	background-image: url(i/bg_header2.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #FFFFFF;
	line-height: 20px;
	margin: 0px;
	padding: 0px;
}
a:link {
	text-decoration: underline;
	color: #0265AC;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #0265AC;
	font-weight: bold;
}
a:visited {
	text-decoration: underline;
	color: #0265AC;
	font-weight: bold;
}
#wrapper {
	width: 100%;
	max-width: 100%;
	height: 100%;
	min-height: 100%;
	margin: 0px;
	padding: 0px;
}


#maincontainer {
	width: 960px;
	max-width: 960px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	vertical-align: top;
	padding: 0px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin-bottom: -75px;
}
img {
	border-style: none;
	padding: 0px;
	margin: 0px;
}

p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.eventsp {
	margin: 0px;
	padding: 0px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-large;
	padding-bottom: 20px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	font-weight: normal;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	padding-bottom: 20px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	font-weight: normal;
}
hr {
	height:1px;
	color: #0265AC;
	noshade
}

#hd1 {
	display:block;
	height: 175px;
	width: 960px;
	margin: 0px;
	padding: 0px;
	float:left;
	text-align: left;
	vertical-align: top;
	font-size: 0px;
	clear: left;

}
#hd2 {
	display:block;
	height: 27px;
	width: 960px;
	margin: 0px;
	padding: 0px;
	float:left;
	text-align: left;
	vertical-align: top;
	font-size: 0px;
	clear: left;

}

#hd3 {
	display:block;
	height: 44px;
	width: 960px;
	margin: 0px;
	padding: 0px;
	float:left;
	text-align: left;
	vertical-align: top;
	font-size: 0px;
	clear: left;

}

#cols {
	display:block;
	width: 960px;
	margin: 0px;
	float:left;
	text-align: left;
	vertical-align: top;
	padding: 0px;
	clear: left;
	background-color: #FFFFFF;
}

#col1 {
	display:block;
	width: 494px;
	margin: 0px;
	float:left;
	text-align: left;
	vertical-align: top;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
}
#col2 {
	display:block;
	width: 406px;
	float:right;
	margin: 0px;
	text-align: left;
	vertical-align: top;
	padding: 0px;

}
#push {
	height: 75px; /* .push must be the same height as .footer */
	clear: both;
}
#ft {
	height: 75px;
	width: 100%;
	background-image: url(i/bg_footer2.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	font-size: 0px;
	text-align: center;
	vertical-align: top;
	float: left;
	margin: 0px;
	padding: 0px;
	clear: both;
}
.clearfix:after {
    content: " "; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	font-size: 0;
	height: 0;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

form {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
form a:link {
	color: #0265AC;
	font-weight: bold;
}

form a:visited {
	color: #0265AC;
	font-weight: bold;
}

form a:hover {
	color: #0265AC;
	font-weight: bold;
}
.required {
	color: #0265AC;
	font-weight: bold;
}
.buttons {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #0265AC;
	border: 1px solid #FFFFFF;
	font-size: small;
	cursor: pointer; /* hand-shaped cursor */
  	cursor: hand; /* for IE 5.x */}
