a:link, a:visited{
	color: #283457;
	text-decoration: none;
	font-weight: bold;
}

a:hover, a:active{
	color: #E20701;
	font-weight: bold;
}

img{
	border: none;
}

ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
li{
	padding: 0 0 0 15px;
	margin: 0 0 2px 0;
	background: url(img/arrow.gif) left no-repeat;
}

/*MAIN STRUCTURE*/
/*Don't edit if you know what's good for you*/
body{
	color: #000000;
	font-size: 11px;
	font-family: Trebuchet MS, "Lucida Sans Unicode", Arial, Lucida Sans, Tahoma, Sans-Serif;
	background: #283457;
	padding: 10px 0 10px 0;
	margin: 0;
	text-align: center;
}

.headercell{
	height: 125px;
	width: 750px;
	background: url(img/header.jpg) no-repeat;
}

.sidebarcell{
	width: 200px;
	padding-top: 125px;
	background: white url(img/lower_m.jpg) no-repeat;
}

.contentcell{
	width: 550px;
	background: white;
	padding: 0;
	margin: 0;
}

.footercell{
	width: 750px;
	height: 50px;
	text-align: center;
	background: url(img/footer.jpg) no-repeat;
}

.sidebar{
	margin: 0;
	padding: 0;
	font-size: 11px;
	text-align: right;
	font-family: Trebuchet MS, "Lucida Sans Unicode", Arial, Lucida Sans, Tahoma, Sans-Serif;
}

.sidebar a:link, .sidebar a:visited, .sidebar a:hover, .sidebar a:active{
	padding: 0 9px 0 0;
	margin-right: 5px;
	background: url(img/back_arrow.gif) right no-repeat;
}

.sidebar2{
	margin: 0 10px 10px 0;
	padding: 0;
	font-size: 11px;
	text-align: right;
	font-family: Trebuchet MS, "Lucida Sans Unicode", Arial, Lucida Sans, Tahoma, Sans-Serif;
}

.sbquotes{
	margin: 10px 5px 10px 10px;
	padding: 0;
	font-size: 11px;
	text-align: left;
	font-family: Trebuchet MS, "Lucida Sans Unicode", Arial, Lucida Sans, Tahoma, Sans-Serif;
	color: #283457;
}

h2.navigate{
	height: 35px;
	text-indent: -9999px;
	background: url(img/sb_nav.gif) no-repeat;
	margin-bottom: 2px;
	margin-top: 0;
}

h2.links{
	height: 35px;
	text-indent: -9999px;
	background: url(img/sb_links.gif) no-repeat;
	margin-bottom: 2px;
}

h2.contact{
	height: 35px;
	text-indent: -9999px;
	background: url(img/sb_contact.gif) no-repeat;
	margin-bottom: 2px;
}

.content{
	font-size: 11px;
	font-family: Trebuchet MS, "Lucida Sans Unicode", Arial, Lucida Sans, Tahoma, Sans-Serif;
	padding: 2px 10px 10px 10px;
	margin: 2px 10px 10px 10px;
	background: white;
}

.content h1 {
	font-size: 20px;
	font-style: bold;
	color: #E20701;
	margin: 0 0 0 -10px;
	padding: 0;
}

.content h2 {
	font-size: 18px;
	font-style: bold;
	color: #283457;
	margin: 0 0 0 -10px;
	padding: 0;
}

.content h3 {
	font-size: 16px;
	font-style: bold;
	color: #000000;
	margin: 5px 0 0 0px;
	padding: 0;
}

.quotes {
	font-size: 11px;
	font-family: Trebuchet MS, "Lucida Sans Unicode", Arial, Lucida Sans, Tahoma, Sans-Serif;
	margin: 5px 40px 10px 40px;
	padding: 3px 3px 3px 10px;
	background: white;
	color: #283457;
	border-style: solid;
	border-width: 1px;
	border-color: #E20701;
}

.footer{
	color: #000;
	font-size: 10px;
	font-family: Trebuchet MS, "Lucida Sans Unicode", Arial, Lucida Sans, Tahoma, Sans-Serif;
	padding: 2px;
}

