body { margin: 0px; }
h1,h2,h3,h4,h5,h6 { }
img { border: 0px; }
li { line-height: 2em; }

p
{
	font-size: 11px;
	line-height: 1.8em;
	font-weight: normal;
}

a { color: #000; }
a:visited{color:#eee;}

strong {
	font-weight:bold;
	font-size:13px;
}


h1
{
	font-size: 22px;
	margin-bottom: -.5em;
	text-transform:capitalize;
	/*letter-spacing: .15em;*/
	font-weight:normal;
}

h2
{
	font-size: 16px;
	line-height: 23px;
}

h3
{
	font-size: 12px;
	margin-bottom: -.5em;
	text-transform: uppercase;
}

dl { }

dt
{
	font-size: 11px;
	text-transform: uppercase;
	margin-top: 15px;
	margin-bottom: 0em;
	color: #c00;
}

dd
{
	line-height: 1.5em;
	font-size: 10px;
	font-weight: normal;
	margin-left: 0;
}

#wrapper
{
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	height: 450px;
	padding: 0px;
	border: 0px solid #000;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
}

#subwrapper
{
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	height: 100px;
	padding: 0px;
	border: 0px solid #000;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
}

/*Header--do not modify font-family or colors*/
#headertext
{
	font-family: Georgia, serif !IMPORTANT;
	font-size: 14px !IMPORTANT;
	margin: 10px !IMPORTANT;
}

#headertext * a
{
	font-weight: bolder !IMPORTANT;
	text-decoration: none!IMPORTANT;
}

#headertext * a:hover { text-decoration: underline !IMPORTANT; }


#maincontent
{
	margin: 0px;
	position: relative;
}

#homecontent
{
	background: #FFF !important;
	margin-left: auto !important;
	margin-right: auto !important;
	margin-bottom: 0px !important;
	margin-top: 0px !important;
	width: 800px !important;
	border: 1px solid #000 !important;
	border-top: 0px !important;
	text-align: left !important;
	height: 750px !important;
	/*color: #ffffff;*/
}
/*
#homecontent p
{
	color: #ffffff;
}
*/
#humanizlogo
{
	background: #FFF !important;
	margin-left: auto !important;
	margin-right: auto !important;
	margin-bottom: 0px !important;
	margin-top: 0px !important;
	width: 800px !important;
	border: 1px solid #000 !important;
	border-top: 0px !important;
	text-align: left !important;
	height: 40px !important;
}

#humanizlogo img
{
	padding: 5px !important;
	vertical-align: middle !important;
	color: #000 !important;
	/*border-right:2px solid black !important;*/
}

#humanizlogo a
{
	color: #000 !important;
	text-transform: lowercase !important;
	text-decoration: none !important;
	font-size: 12px !important;
	padding: 5px !important;
}

#humanizlogo a:hover { text-decoration: underline !important; }
#humanizlogo a:visited {color:#666 !important;}

#caption
{
	font-size: 10px !important;
	margin-bottom: 5px !important;
	text-align: center !important;
	margin-left: auto !important;
	margin-right: auto !important;
	margin-top: 10px !important;
	height: 20px !important;
}

#toptext
{
	font-family: "Trebuchet MS", sans-serif !important;
	text-align: center !important;
	font-size: 14px !important;
	font-weight: bolder !important;
	width: 800px !important;
	margin-top: 30px !important;
	margin-bottom: 10px !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

.moodlink { margin-left: 30px; }
.moodlink a { }
.moodlink a:hover { }

.toptextitalic
{
	font-family: "Georgia";
	font-style: italic;
	font-weight: normal;
	font-size: 12px;
}

#aboutbox
{
	background: #fff;
	margin: 10px;
	padding: 10px;
	min-height: 200px;
}

/*****************************************/
/*SUB PAGE FORMATTING --EVIL TABLE LAYOUT*/
/*****************************************/
#textcontent
{
	width: 800px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid black;
	border-top: 0px;
	background: #fff;
	min-height: 450px;
}

#table3collayout
{
	border: 0px;
	width: 100%;
}

#table3collayout .tablecol1 { width: 140px; }

#table3collayout td.tablecol2
{
	padding: 10px;
	border: 0px;
	vertical-align: top;
	/*border-right:1px dotted black;*/
}

#table3collayout .tablecol3
{
	padding: 10px;
	width: 150px;
	vertical-align: top;
}

/*****************************************/
/*RIGHT MENU LIST ELEMENTS FOR NAVIGATION on SUB PAGES*/
/*****************************************/
#table3collayout td.tablecol3 ul
{
	margin: 0;
	padding: 0px;
	padding-left: 10px;
	list-style: none;
	list-style-image: none;
}

li a { color: #000; }

/*****************************************/
/* FORM ELEMENTS */
/*****************************************/
form
{
	text-align: left;
	font-size: 10px;
	margin-top: 20px;
}

form select { font-size: 10px; }

form fieldset
{
	width: 90%;
	border:0px;
	margin: 10px;
}

form fieldset legend
{
	font-size: 10px;
	background: #fff;
}

input
{
	margin: 3px;
	vertical-align: middle;
	text-align: left;
	width: 50%;
}

textarea
{
	margin: 3px;
	width: 80%;
	height: 65px;
}

form div { border: 1px solid black; }