@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	background-color: #FFFFFF;
}
a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #FF0000;
}
a:active {
	color: #000000;
}
.style1 {
	font-size: 1.8em
}
.style2 {
	font-size: 1.2em
}
h1 {
	color: #000000;
	display: block;
	margin-bottom: 6px;
	font-size: 2em;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	margin-top: 6px;
	text-transform: uppercase;
}
h2 {
	color: #000000;
	display: block;
	margin-bottom: 6px;
	font-size: 1.5em;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	text-transform: uppercase;
}
h3 {
	text-transform: uppercase;
	padding-bottom: 3px;
	font-weight: bold;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	margin-bottom: 6px;
}
.colName {
	text-transform: uppercase;
	font-weight: normal;
	display: block;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	margin-bottom: 10px;
	padding-bottom: 0px;
}
p {
	line-height: 1.5em;
	padding-bottom: 10px;
}
strong {
	padding-top: 2px;
	background-image: url(../academy-images/fuzz.gif);
	padding-bottom: 1px;
}
strong2 {
	font-weight: bold;
	padding-top: 2px;
	background-image: url(../academy-images/fuzz.gif);
	padding-bottom: 1px;
}
#sidebar1 ul li {
	display: block;
	overflow: hidden;
	margin-bottom: 4px;
}

#sidebar1 ul a {
	display: block;
	float: left;
	text-decoration: none;
	text-transform: uppercase;
	color: #FFFFFF;
	padding: 7px 30px 7px 7px;
	background-image: url(../academy-images/arrow-black.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

#sidebar1 ul a:hover {
padding-right: 40px;
}

#latestStuff {
	font-size: .85em;
}
.postInfo {
	font-size: 0.9em;
	color: #333333;
	line-height: 12px;
	display: block;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	padding-top: 2px;
	padding-bottom: 15px;
}

#container {
	width: 948px;
	text-align: left;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
} 
#header {
	margin-bottom: 20px;
} 

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 190px;
	margin-bottom: 40px;
}
#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 190px;
	margin-bottom: 40px;
	padding-top: 0px;
}
#mainContent {
	margin-bottom: 40px;
	margin-left: 200px;
	padding-top: 0px;
	padding-bottom: 0;
	margin-right: 220px;
} 
#footer {
	background:#000000;
	padding-top: 40px;
	padding-right: 12px;
	padding-left: 12px;
} 
.smallerType {
	font-size: .8em;
}
#footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFFFFF;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
linky {
	text-decoration: underline;
}
h5 {
	font-size: 12px;
	text-transform: uppercase;
	padding-bottom: 3px;
	font-weight: bolder;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	margin-bottom: 6px;
}
