/* CSS Document */
h1 {
	font-family: Arial;
	font-size: 18px;
	}
h2 {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 3px;
	}
h3 {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 4px;
	margin-top: 0px;
	}
em {
	font-family: Arial;
	font-size: 12px;
	font-weight: 600;
	font-style: italic;
	letter-spacing: 1.25px;
	}
p {
	font-family: Arial;
	font-size: 12px;
	font-weight: 300;
	}

#mainNav a:link {
	font-family: Arial;
	font-weight: 900;
	font-size: 12px;
	color: #2E3192;
	text-decoration: none;
	}
#mainNav a:visited {
	font-family: Arial;
	font-weight: 900;
	font-size: 12px;
	color: #2E3192;
	text-decoration: none;
	}
#mainNav a:hover {
	font-family: Arial;
	font-weight: 900;
	font-size: 12px;
	color: #FF9900;
	text-decoration: underline;
	}
#mainNav a#here {
	color: #00CCFF;
	} 
#mainNav span {
	display: none;
	}

.date {
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: #FF9900;
	}
	
#left {
	width: 281px;
	float: left;
	}
#right {
	width: 508px;
	float: right;
	}
#footer {
	clear: both;
	}
	
/* Ok now this is how to make rounded conners with just css */
b.rtop, b.rbottom {
	display: block;
	background-color: #FFFFFF;
	}
b.rtop b, b.rbottom b{
	display: block;
	height: 1px;
    overflow: hidden; 
	background-color: #2E3192;
	}
b.r1{
	margin: 0 5px;
	}
b.r2{
	margin: 0 3px;
	}
b.r3{
	margin: 0 2px;
	}
b.rtop b.r4, b.rbottom b.r4{
	margin: 0 1px;
	height: 2px;
	}
