/* CSS Document */

body {
	font:	12px/1.4 Verdana, Arial, Helvetica, sans-serif;
	background:#fc0;
	padding:0px;
	margin:0px;
	}

#topstripey a {
	text-decoration: none;
	padding: 0;
	border: none;
	}
	
a {
	text-decoration: underline;
	color: #336;
	padding: 1px;
	border: thin dotted #fff;
	}
	
a:link {
	text-decoration: underline;
	color: #336;
	padding: 1px;
	border: thin dotted #fff;
}

a:visited {
	text-decoration: none;
	}

a:hover {
	text-decoration: none;
	background-color: #fc3;
	border: thin dotted;
}
	
a.right:link {
	text-decoration: none;
	font-weight:bold;
	color: #306;
	padding: 1px;
	border: thin dotted #306;
}

a.right:visited  {
	text-decoration: none;
}

a.right:hover {
	text-decoration: none;
	font-weight:bold;
	color:#fff;
	background-color: #306;
	border: thin dotted;
}

a.footer:link {
	text-decoration: underline;
	color:#336;
	padding: 1px;
	}
	
a.footer:hover {
	background-color:#fc3;
	}
	

a.footer:visited {
	text-decoration: none;
}
	
body {
	margin:0px 0px 0px 0px;
	}
	
#leftcontent {
	float:left;
	width:70%;
	background:#fff;
	border-right:2px solid #336;
	border-bottom:2px solid #336;
	margin-right:15px;
	padding-bottom:20px;
	}

#rightcontent {
	}

#footer {
	clear:left;
	font-size:10px;
	}

#rightcontent h1 {
	padding-top:10px;
	}
			
#rightcontent p {
	font-size:11px;
	margin-left:0px;
	}

p,h1,h2,ul {
	margin:0px 30px 10px 62px;
	}

#regtable {
	margin:0px 30px 10px 62px;
}		

#regtable table {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	}
	
h1 {
	font-size:18px;
	padding-top:30px;
	border-bottom:1px dotted;
	border-bottom-width:thin;
	}

h2 {
	font-size:14px;
	padding-top:18px;
	color:#666;
	font-style:italic;
	}
		
li {
	list-style-type: square;
	padding-left:inherit;
	}

.next {
	float:right;
	}
	
h3 {
	color:#f00;
	font-weight:100;
	font-size:12px;
	}