html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*****		GLOBAL		*****/
p, h1, h2, h3, h4, h5, h6, ul, ol, li, blockquote {
	margin: 12px 0;
}
h1 {
	font-size: 18px;
	margin-top: 0;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
}
h3 span {
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
}
blockquote {
	font-style: italic;
	margin-right: 24px;
	margin-left: 24px;
}
hr {
	width: 360px;
	margin: 24px auto;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 12px;
}

/*****		LINKS		*****/
#content a {
	text-decoration: none;
	border-bottom: 1px dotted #03592E;
}
#content a:link, #content a:visited {
	border-bottom: 1px dotted #03592E;
	color: #03592E;
}
#content a:hover, #content a:active {
	color: #AF852B;
	border-bottom: 1px solid #AF852B;
}
#footer a {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #fff;
}
#footer a:hover, #footer a:active {
	color: #03592E;
	border-bottom: 1px solid #03592E;
}
#sub a, #sub a:link, #sub a:visited, #sub a:hover, #sub a:active {
	border: none;
}

/*****		GENERAL CLASSES		*****/
.flright {
	float: right;
}
.flleft {
	float: left;
}
.alright {
	text-align: right;
}
.alleft {
	text-align: left;
}
.alcenter {
	text-align: center;
}
.clear {
	clear: both;
}
.nobrdr, .noborder {
	border: none;
}
.mug {
	border: 1px solid #000;
	background-color: #eee;
	padding: 2px;
	margin-left: 8px;
	margin-bottom: 8px;
}

/*****		LAYOUT		*****/
body {
	background: #e2f0fb url(../images/interface/bg-body.png) repeat-x top left;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
}
body#email {
	background-image: none;
}
#wrapperouter {
	background: url(../images/interface/bg-content.png) repeat-y top left;
	width: 984px;
	margin: 0 auto;
}
#wrapperinner1 {
	width: 984px;
	background: url(../images/interface/bg-top.png) no-repeat top left;
} 
#home #wrapperinner1 {
	background: url(../images/interface/bg-top-home.png) no-repeat top left;
}
#wrapperinner2 {
	width: 956px;
	padding: 0 13px 0 15px;
	background: url(../images/interface/bg-bottom.png) no-repeat bottom left;
	/*min-height: 900px;  DEV ONLY */
}
#header {
	height: 129px;
	padding-top: 20px;
	padding-left: 18px;
	position: relative;
}
#header #signup {
	display: none;
}
#home #header #signup {
	position: absolute;
	display: block;
	top: 63px;
	right: 44px;
	width: 144px;
	height: 88px;
}
#nav {
	height: 20px;
	padding: 3px 0 2px;
}

#home #homephoto {
	width: 956px;
	height: 276px;
	margin-bottom: 4px;
}
#contentwrap {
	min-height: 560px;
}
* html #contentwrap { /* IE6 */
	height: 560px;
}
#content {
	padding: 8px 12px;
	line-height: 160%;
	color: #516d82;
	padding-top: 18px;
}
#home #content {
	margin-right: 356px;
	padding-top: 12px;
}
#contentinner {
	margin-right: 260px;
}
#sub {
	/*min-height: 520px;*/
	width: 220px;
	background-color: #E2F0FB;
	float: right;
	margin-bottom: 12px;
	margin-top: 14px;
	margin-left: 20px;
	padding: 10px;
}
#footer {
	height: 100px;
	text-align: center;
	padding-top: 8px;
	font-size: 11px;
	color: #fff;
	line-height: 160%;
}

/*****		CONTENT		*****/
#contentinner ul {
	list-style-type: disc;
	margin-left: 36px;
}
#contentinner ul li {
	margin-bottom: 8px;
}
#contentinner img {
	border: 1px solid #000;
}
#contentinner img.flright {
	margin: 0 0 8px 8px;
}
#contentinner img.centered {
	display: block;
	margin: 8px auto;
}
#sub {
	text-align: left;
}
#sub h4 {
	padding: 0 4px;
	margin: 0 0 8px;
}
#sub ul li {
	margin: 0 0 3px 0;
	padding: 0;
}
#sub ul li a {
	display: block;
	padding: 2px 4px;
	margin: 0;
	border-top: 1px solid #fff !important;
	border-bottom: 1px solid #fff !important;
}
#sub ul li a:hover {
	background-color: #fff;
	margin: 0;
}
#sub #buttons {
	margin: 12px 0;
}
input.text {
	width: 240px;
}
textarea {
	width: 300px;
	height: 80px;
}
label.error {
	color: red;
}
.submit {
	cursor: pointer;
}
.cancel {
	background-color: #E2F0FB;
	border: none;
}
.tuition {
	width: 100%;
	margin: 0 0 24px;
}
.tuition caption {
	margin-top: 12px;
	margin-bottom: 2px;
	font-weight: bold;
}
.tuition caption span {
	font-weight: normal;
}
.tuition td, .tuition th {
	padding: 4px;
	border: 1px solid #6AA10D;
}
.tuition .noborder {
	border: none;
}
.tuition th {
	vertical-align: bottom;
	font-weight: normal;
}
.tuition th.top {
	border: none;
}
.tuition td {
	text-align: center;
}
.tuition tr {
}
fieldset ol {
	margin: 0;
}
fieldset li {
	margin-top: 0;
	margin-bottom: 4px;
}
#contact {
	margin-top: 24px;
}
#contact legend {
	font-size: 14px;
	font-weight: bold;
}
#contact ol {
	margin-left: 24px;
}
#contact label {
	display: block;
}
#contact #codelabel {
	display: inline;
}
#contact textarea {
	width: 400px;
	height: 160px;
}
input#code {
	width: 48px;
}
#contentinner table {
	width: 680px;
}
.submit {
	padding: 2px 12px;
	font-weight: bold;
	cursor: pointer;
}

/****		NEWSLETTER	*****/
table#login {
	width: 400px !important;
}
#login td, #join td {
	padding: 4px 8px 4px 0;
}
p.error {
	color: red;
}
.distlists th, .distlists td {
	padding: 2px 4px;
}
.distlists th {
	font-size: 14px;
	border-bottom: 1px solid #6AA10D;
	padding-top: 6px;
}
tbody .trhover td {
	background-color: #D9EDFC;
}


/*****		MISC		*****/
#buttons {
	padding-top: 24px;
	padding-bottom: 24px;
}
#buttons li a {
	padding-left: 32px !important;
}
#printlink a {
	background: url(../images/interface/sidebar_print_icon.png) no-repeat 4px 50%;
}
#printlink {
	display: none; /* hide it by default, display via javascript */
}
#emaillink a {
	background: url(../images/interface/sidebar_email_icon.png) no-repeat 4px 50%;
}
#signuplink a {
	background: url(../images/interface/sidebar_signup_icon.png) no-repeat 4px 50%;
}