html,body
{
    margin: 0;
    padding: 0;
	background: #aed136;
	color: #666;
	font-family: Tahoma, Geneva, sans-serif;
}


/* Link Styles */
  
a, a:link, a:visited {
	color: #69c;
	text-decoration: none;
}

a:hover {
	color: #69c;
	text-decoration: underline;
}

a:active {
	color: #69c;
	text-decoration: none;
}



/* Button Styles */

a.tracker, a.tracker:link, a.tracker:visited
{
	display: block;
	margin: 10px auto;
	background: url(images/button_tracker_nm.jpg);
	font-size: 11px;
	line-height: 14px;
	width: 140px;
	height: 30px;
	padding: 6px 66px 6px 6px;
	text-align: right;
	color: #000;
	text-decoration: none;
}

a.tracker:hover
{
	background: url(images/button_tracker_hv.jpg);
	color: #000;
	text-decoration: none;
}




/* Global Text & Image Styles */

h1
{
	font-size: 24px;
	font-weight: normal;
	color: #69c;
}

h2
{
	font-size: 16px;
	font-weight: normal;
	line-height: 1.25em;
}

h3
{
	font-size: 14px;
	font-weight: normal;
}

img
{
	border: 0;
}

img, div, input
{
	behavior: url("iepngfix.htc")
}

.bolditalic
{
	font-weight: bold;
	font-style: italic;
}

.row
{
	clear: both;
}

.smalltext
{
	font-size: 11px;
}

.buttonbold
{
	font-size: 14px;
	font-weight: bold;
}




/* Page Section Styles */

#page
{
    margin-left: auto;
    margin-right: auto;
    width: 900px;
	background: #fff;
}

#main
{
    position: relative;
	display: block;
	overflow: hidden;
	margin: 15px;
}

#main p
{
    font-size: 12px;
	line-height: 1.5em;
}


.leftcolumn
{
	position: relative;
	display: block;
	float: left;
	overflow: hidden;
	width: 545px;
}

.rightcolumn
{
	position: relative;
	display: block;
	float: left;
	overflow: hidden;
	width: 300px;
	margin-left: 15px;
	padding: 0;
	font-size: 24px;
	color: #69c;
}

.rightcolumn ul
{
	margin: 0;
	padding: 0;
	font-size: 16px;
}

.rightcolumn li
{
	margin-bottom: 1em;
}

.form
{
	width: 380px;
	margin: 0 auto;
	padding: 10px;
	overflow: hidden;
	background: #7a99d7;
	color: #fff;
}

#non-resident .form
{
	width: 380px;
	margin: 0 auto;
	padding: 10px;
	overflow: hidden;
	background: #aed136;
	color: #fff;
}

.form h2
{
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}

.form h2 a, .form h2 a:link, .form h2 a:active, .form h2 a:visited
{
	display: block;
	margin-left: 20px;
	color: #fff;
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
	text-decoration: underline;
}

.form h2 a:hover
{
	color: #aed136;
	text-decoration: underline;
}

#non-resident .form h2 a, #non-resident .form h2 a:link, #non-resident .form h2 a:active, #non-resident .form h2 a:visited
{
	display: block;
	margin-left: 20px;
	color: #fff;
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
	text-decoration: underline;
}

#non-resident .form h2 a:hover
{
	color: #7a99d7;
	text-decoration: underline;
}

.form-link
{
	float: right;
}



/* Header Styles */


#header
{
	height: 314px;
	width: 900px;
	position: relative;
	background: url(images/header.jpg) no-repeat;
}

#logo-header img
{
	position: absolute;
	top: 17px;
	left: 17px;
}




/* Footer Styles */

#footer
{
	width: 900px;
	height: 100px;
	margin: 0 auto;
	position: relative;
	background: url(images/footer.gif) center 20px no-repeat;
}

.footer-left
{
	position: absolute;
	top: 0;
	left: 10px;
}

.footer-right
{
	position: absolute;
	bottom: 10px;
	right: 0;
}

.footer-right img
{
	margin: 0 5px;
}







/* School Tracker Page Styles */

.stats
{
	width: 700px;
	margin: 0 auto;
	overflow: hidden;
	font-size: 11px;
}

.progressBar
{
	margin-right: 10px;
}

.school
{
	width: 100%;
	height: 27px;
	margin-bottom: 5px;
	color: #000;
	font-weight: bold;
}

.school-left
{
	float: left;
}

.school-right
{
	width: 385px;
	text-align: left;
	float: right;
}

.school img
{
	vertical-align: middle;
	margin-right: 10px;
}

.stats p
{
	text-align: right;
	font-weight: bold;
	color: #69c;
	clear: both;
	padding-top: 10px;
}
