* {
	margin: 0;
	padding: 0;
}
body {
	color: black;
	font: 13px/18px normal Arial, Helvetica, Verdana, sans-serif;
}
p {
	font-size: 13px;
	padding: 0 0 10px 0;
	text-align: justify;
}
img {
	border: none;
}
p img {
	border: 3px solid #CCCCCC;
	margin: 5px 7px 20px 0;
}
a {
	color: #00ccff;
}
a:link, a:visited {
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}
h1 {
	font-size: 21px;
	font-weight: normal;
	margin-bottom: 10px;
	position: relative;
	left: -24px;
}
h1 span {
	color: #00ccff;
	font-size: 42px;
	position: relative;
	top: 16px;
	margin-right: 7px;
}
h2 {
	font-size: 13px;
	font-weight: bold;
	color: #00ccff;
	text-align: left;
	margin: 15px 0 0 0;
}
h3 {
	color: #00ccff;
	font-size: 12px;
	font-weight: normal;  
	margin: 5px 0;
}
h4 {
	font-size: 13px;
	font-weight: bold;
}
ul {
	list-style: none;
	padding: 0;
}
#main {
	width: 820px;
	display: block;
	text-align: left;
	margin: 100px auto 0 auto;
}
#container {
	display: block;
	float: right;
	width: 610px;
	margin: 0 25px 15px 0;
}
#left_col {
	width: 324px;
	float: left;
}
#right_col {
	width: 275px;
	float: right;
}
/* Vertical Navigation */

#nav {
	width: 140px;
	float: left;
}
#nav span {
	float: right;
	margin: 0 0 10px 7px;
}
#nav ul {
	clear: both;
	width: 130px;
	list-style-type: none;
	border: 0;
	margin: 20px 0 0 10px;
	padding: 0;
}
#nav ul li { 
	display: block;
	margin-bottom: 10px;
}
#nav ul li a {
	display: block;
	font-size: 1.2em;
	padding: 5px 0px;
	text-align: left;
	text-decoration: none;
	cursor: pointer;
	background-image: url(../images/navstar.gif);
	background-position: 115px 11px;
	background-repeat: no-repeat;
}
#nav ul li a:hover {
	background-position: 115px -23px;
}
#nav ul li a.active, #nav ul li a.active:hover {
	cursor: default;
	font-weight: bold;
}
#nav ul li a.active:after { 
	content: "\00A0\00BB" attr(cite);
}

/* Footer */

#footer {
	clear: both;
	width: 820px;
	margin: 0 auto 0 auto;
}
#footer p {
	font-size: 11px;
	margin-left: 160px;
	padding: 10px 0;
	border-top: 1px solid #CCCCCC;
}
#footer span {
	color: #00ccff;
	font-size: 18px;
	font-weight: normal;
	padding: 0;
	position: relative;
	top: 7px;
	margin: 0;
}

/* Welcome Page */

#welcome {
	clear: both;
	width: 600px;
	font-size: 11px;
	padding: 0;
	margin-top:50px;
	text-align: center;
}
#welcome a:link, a:visited {
	color:#00ccff;
	text-decoration:none;
}
#welcome a:hover, a:active {
	color:#00ccff;
	text-decoration:underline;
}
#welcome .footer {
	border-top: 1px dotted #CCCCCC;
	padding: 5px;
	margin: 5px;
	text-align: center;
} 

/* Table Styling */
td {  
	height: 28px;
	border-bottom: 1px dotted #00ccff;
}