@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: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #f1f1f1;
}
#container  {
	width: 760px; /* stuck in a faux column here for the long pages*/
	margin: 0 auto;
	text-align: left;
	background-color: #FFFFFF;
	background-image: url(img/fauxborder1.gif);
	background-repeat: repeat-y;
} 
#header  {
	height: 80px;
	padding: 0;
	background-color: #FFFFFF;
	background-image: url(img/FreePhone.gif);
	background-repeat: no-repeat;
	background-position: right 18px;
} 
#topbar {
	background-color: #3300CC;
	height: 9px;
}
#mainContent h1, #frontContent h1 {
	color: #3300CC;
	font-weight: bold;
	font-size: 180%;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	top: 0px;
}
#mainContent h2, #frontContent h2 {
	margin: 0;
	font-weight: bold;
	font-size: 120%;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
#mainContent h3, #frontContent h3 {
	margin: 0;
	font-weight: bold;
	font-size: 130%;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	color: #3300CC;
}
#mainContent li, #frontContent li {
	line-height: 20px;
}
#frontsidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 258px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB;
	height: 940px;
	padding-bottom: 15px;
}
#sidebar2 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB;
	height: 700px;
	padding-bottom: 15px;
	margin-top: 0px;
	padding-top: 0px;
	top: 0px;
}
#frontContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 290px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-size: 70%;
	height: 1%;
}
#mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 230px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 5px;
	font-size: 70%;
} 
#footer {
	background:#DDDDDD;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
}
#footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 10px;
	text-align: center;
	line-height: 14px;
	padding-top: 16px;
	padding-right: 0px;
	padding-bottom: 16px;
	padding-left: 0;
}
#footer a {
	color: #3300CC;
	text-decoration: none;
}
#footer a:hover {
	color: #cc0099;
	text-decoration: underline;
}
.smallpic {
	height: 80px;
	width: 132px;
	position: relative;
	float: left;
}
#title {
	height: 65px;
	width: 286px;
	float: left;
	padding-left: 12px;
	padding-top: 8px;
}
ul#navlist   {
	text-align: left;
	list-style-type: none;
	display: inline;
	margin: 0;
	padding: 0;
	width: 100%;
	float: left;
	background-color: #CC0099;
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
/*below this targets the LI element within the UL and makes it go into one line.*/
ul#navlist li   { display: inline; width: auto; float: left
}
ul#navlist li a  {
	color: #fff;
	text-decoration: none;
	background-color: #cc0099;
	text-align: center;
	width: 10em;
	float: left;
	border-right: 1px solid #fff;
	font-size: 9px;
	font-weight: bold;
	padding-top: 0.4em;
	padding-right: 0.4em;
	padding-bottom: 0.4em;
	padding-left: 0.4em;
}
ul#navlist li a:hover {
	color: #FFFFFF;
	background-color: #FF66FF
}

.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;
	padding-top: 8px;
	padding-right: 38px;
	background-color: #FFFFFF;
}
.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;
}
.fltrt2 {
	float: right;
	margin-left: 8px;
}
.redbold {
	color: #FF0000;
	font-weight: bold;
}
.fuschia {
	font-weight: bold;
	color: #CC0099;
}
.frontdue {
	background-image: url(img/notduebox_14.jpg);
	height: 94px;
	width: 168px;
	left: 16px;
	position: relative;
	font-weight: bold;
	font-size: 11px;
	vertical-align: top;
	background-repeat: no-repeat;
	margin-top: 40px;
	margin-left: 28px;
	line-height: 16px;
	padding-top: 8px;
	padding-left: 8px;
}
.notdue {
	background-image: url(img/notduebox_14.jpg);
	height: 98px;
	width: 166px;
	left: 16px;
	position: relative;
	font-weight: bold;
	font-size: 11px;
	background-repeat: no-repeat;
	line-height: 16px;
	padding-top: 8px;
	padding-left: 8px;
}
.notdue a {
	font-size: 11px;
	color: #3300CC;
	text-decoration: none;
}
.notdue a:hover {
	font-weight: bold;
	color: #CC0099;
	text-decoration: underline;
}
.logo {
	height: 80px;
	width: 88px;
	margin: 0px;
	float: left;
	padding-top: 28px;
}
h4 {
	font-size: 16px;
	font-weight: bold;
	color: #CC0099;
}
.hack {
	height: 100px;
	width: 380px;
}
.nav {
	color: #3300CC;
	background-color: #FFCCFF;
	display: block;
	width: 180px;
	margin-top: 12px;
	padding-top: 5px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	border: 1px solid #3300CC;
	position: relative;
	text-decoration: none;
}
.nav:hover {
	text-decoration: underline;
	background-color: #99FFFF;
}
table.form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #3300CC;
}
table.remind {
	font-size: 11px;
	font-weight: bold;
	color: #3300CC;
	background-color: #FFFFFF;
	border: 1px solid #CC0066;
	text-align: left;
}
table.frontremind {
	height: 98px;
	width: 168px;
	background-image: url(img/notduebox_14.jpg);
	font-size: 11px;
	font-weight: bold;
	color: #3300CC;
	line-height: 16px;
	text-decoration: none;
}
a {
	color: #3300CC;
	text-decoration: none;
}
a:hover {
	color: #cc0099;
	text-decoration: underline;
}
#sidepic {
	background-color: #CCCCCC;
	height: 346px;
	width: 258px;
}
