@charset "utf-8";
/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	margin: 0 auto;
	padding-top: 5px;
	text-align: center;
	background-color: #ececec;
	background-image: url(../images/pg_bk-fade.jpg);
	background-repeat: repeat-x;
}
p {
	line-height: 16px;	
}
a img {
	border: none;
}
h1 {
	font-size: 150%;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0 0 5px 0;
}
h2 {
	font-size: 130%;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 100%;
	margin: 15px 0 0 0;
}
h3 {
	font-size: 105%;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 100%;
	margin: 15px 0 0 0;
}
a {
	color: #060;
	text-decoration: underline;
}
a:hover {
	color: #999;
	text-decoration: none;
}
#header {
	background: #fff;
	border: 1px solid #060;
	border-bottom: none;
	width: 942px;
	height: 66px;
	padding: 10px 20px;
	margin: 0 auto;
	text-align: right;
	font-size: 42px;
	color: #999;
	font-weight: bold;
}
#header img {
	float:left;
}
#nav {
	color: #999;
	height: 40px;
	width: 982px;
	background: #ececec url(../images/nav.gif) repeat-x;
	text-decoration: none;
	text-align: center;
	margin: 0 auto;
	padding: 0px;
	border: 1px solid #060;
	border-top-color: #ccc;
	border-bottom-color: #ccc;
}
#nav a {
	display: block;
	float: left;
	height: 40px;
	line-height: 40px;
	color: #060;
	text-decoration: none;
	padding: 0px 8px;
	font-weight: bold;
	border-right: dotted 1px #999;
}
#nav a:hover {
	color: #666;
	background: #ececec url(../images/nav-over.gif) repeat-x;
}
#content {
	width: 942px;
	margin: 0 auto;
	text-align: left;
	padding: 20px;
	border-left: 1px solid #060;
	border-right: 1px solid #060;
	background-color: #fff;
}
a.column {
	display: block;
	width: 285px;
	min-height: 175px;
	float: left;
	padding: 10px;
	text-align: left;
	text-decoration: none;
	color: #000;
	border: 1px solid #999;
	margin-bottom: 20px;
	margin-top: 10px;
	background-image: url(../images/block_bk.jpg);
	background-repeat: repeat-x;
}
a.column:hover {
	color: #333;
	background-color:#ececec;
	border-color: #000;
	background-image: none;
}
a.column .title {
	display: block;
	font-size: 130%;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 100%;
	margin-bottom: 10px;
	color: #060;
}
a.column .details {
	display: block;
	font-size: 100%;
	font-weight: bold;
	width: 100%;
	margin-top: 10px;
	text-align: right;
	color: #060;
}
a.first {
	margin-right: 10px;
}
a.last {
	margin-left: 10px;
}
#columnbot {
	clear:left;
	width: 924px;
	padding: 10px;
	border: solid 1px #999;
}
#column1 {
	width: 302px;
	float: left;
}
#column2 {
	width: 592px;
	float: right;
	padding-left:10px;
	border-left: dotted 1px #999;
}
#main {
	width: 574px;
	float: left;
}
#main li {
	padding-bottom: 5px;	
	list-style-type: square;
}
#side {
	width: 350px;
	float: right;
}
#content #column2 h2 {
	margin: 0px;
	padding-bottom: 10px;
	color: #060;
}
#content #column2 ul {
	float:left;
	width: 280px;
	list-style-type: square;
	margin-left: 0px;
	padding-left: 0px;
}
#content #column2 li {
	margin-left: 20px;
	padding-left: 5px;
	padding-bottom: 5px;
}
#content #column2 ul.rightul {
	padding-left: 20px;	
}
#footer {
	background: #ececec;
	clear:both;
	border-top: solid 1px #060;
	width: 944px;
	margin: 0 auto;
	padding: 10px 20px;
	font-size: 10px;
	text-align:left;
	color: #060;
}
#footer .fade {
	color: #060;
}
#footer a {
	color: #060;
	text-decoration: none;
}
a.pdf {
	display: block;
	height: 50px;
	padding-left: 45px;
	background: url(../images/pdf.jpg) no-repeat left center;
	line-height: 50px;
	border-bottom: dotted 1px #999;
}
.register {
	width: 328px;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #060;
}
a.regonline {
	display: block;
	height: 50px;
	padding-left: 45px;
	background: url(../images/regonline.jpg) no-repeat left center;
	line-height: 50px;
}
.right {
	float: right;
	margin-left: 10px;
	clear: right;
}
.msg {
	border: solid 1px #000;
	padding: 10px;
	background-color:#FF6;
	color: #cc0000;
	font-weight: bold;
}
.clear {
	width: 100%;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	clear: both;
}
h3 a {
	text-decoration: none;
	color: #333;
}
h3 a:hover {
	color: #333;
}
.cancel {
	font-size: 18px;
	font-weight: bold;
	padding: 5px;
	text-align: center;
	display:block;
	margin:5px;
	background-color: #fff;
	border: solid 1px #999;
}
.next {
	display:block;
	background-color:#060;
	color: #fff;
	font-size: 14px;
	padding: 10px;
	text-align:center;
	margin-bottom: 10px;
}
.past {
	display:block;
	background-color:#999;
	color: #fff;
	font-size: 14px;
	padding: 10px;
	text-align:center;
	margin-bottom: 10px;
}
