/* EDUK8U Stylesheet last modified June 2007 */

div.globalWrap{
			width:                    	820px;
			margin-left:				auto;
			margin-right:				auto;
			padding:					0px;
			text-align:					left;
}

div.maincontent{
			width:						820px;
			height:						656px;
			margin:						10px auto 0 auto;
			padding-top:				9px;
}

/*----------Main Sections---------------------------*/

.header {
			width:						820px;
			background:					url(../images/bg_header.jpg) no-repeat;
			text-align:					center;
			padding:					0;
			margin-top:					10px;
}

div#container2 {
			background:					url(../images/bg_content.jpg) repeat-y;
			margin:						0 auto;
			height:						100%;
			display:					inline-block; /*sets hasLayout - required for IE*/
			display:					block; /*resets to proper property value without resetting layout*/
			overflow:					hidden; /*causes modern browsers to enclose child floats*/ 
}

.title {
			margin-left:				3em;
			margin-right:				30px;
			padding:					2em 0;
}

#leftnav {
			float:						left;
			width:						232px;
			margin-left:				3em;
			padding-bottom:				1.5em;
			height:						100%;
}

#middle {
			margin-left:				290px;
			margin-right:				290px;
			padding-bottom:				1.5em;
			height:						100%;
}

#rightnav {
			float:						right;
			width:						232px;
			margin-right:				30px;
			padding-bottom:				1.5em;
			height:						100%;
}

#foot {
			text-align:					right;
			padding:					0 10px 10px 0;
			border-top:					thin dotted #ccc;
			color:						#333;
}

.footer {
			text-align:					right;
			background:					url(../images/bg_footer.jpg) no-repeat;
}


.copyright {
			text-align:					center;
}

/*----------Wide Content Box----------------*/

#middlewide {
			margin-left:				290px;
			margin-right:				30px;
			padding-bottom:				1.5em;
}

/*----------List Tamer------------*/

.nostyle {
			list-style:					none;
}

.selected {
			list-style:					square;
			text-decoration:			underline;
			font-style:					bold;
}

.faqs {
			list-style:					none;
			line-height:				1em;
			color:						#4f8fe1;
			padding-bottom:				5px;
			margin:						0;
			font-style:					normal;
}

/*---------- Global ----------*/

body{
			background:					#cddff7;
			font-family:				Arial, Helvetica, sans-serif;
			color:						#767575;
			text-align:					center;
			height:						100%;
}

p {
			font-size:					0.7em;
			line-height:				1.3em;
			letter-spacing:				0.01em;
}

h1 {
			font-size:					1.4em;
			color:						#4f8fe1;
			margin-top:					2px;
}

h2 {
			font-size:					1.2em;
			font-style:					normal;
			color:						#4f8fe1;
			padding:					0;
			marker-top:					-10px;
}

h3 {
			font-size:					0.7em;
			font-style:					normal;
			color:						#4f8fe1;
}

table {
}

th {
			font-size:					0.85em;
			background:					#4f8fe1;
			color:						#fff;
			text-align:					center;
			padding:					0.5em;
}

td {
			font-size:					0.85em;
			padding:					5px;
			background:					#cddff7;
			color:						#003471;
}

ul, ol {
			line-height:				1.2em;
			list-style:					disc outside;
			font-size:					0.7em;
			letter-spacing:				0.01em;
			margin-left:				0;
			padding-left:				1em;
}

li {
			padding-bottom:				0.5em;
}

li a:hover {
			text-decoration:			underline;
}

a:link, a:active	{
			color:						#003471;
			text-decoration:			none;
			/*font-size:					0.7em;*/
}

a:visited	{
			color:						#003471;
			text-decoration:			none;
}

a:hover {
			color:						#003471;
			text-decoration:			underline;
}