

a img, img a {border: none}



/**************************************************/
/************  page layout and general ************/
/**************************************************/

ul,ol { list-style:none }


body {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.9em;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	text-align: center;
	
}

/* contains the whole page */

.wrapper {
	text-align: left;
	width: 800px;
	margin: 5px auto 10px auto;
	}



/* contains the menu and content */

.main {
	margin-top: 10px;
	
}


a:link {
	color: #cc2020;
	text-decoration: underline;
}

a:visited {

	color: #ff2020;
	
}

a:hover {
	color: #514fa4;
	
}




/**************************************************/
/************  header *****************************/
/**************************************************/


/* contains the header */

.header {
	margin: 0px;
	border-bottom: 2px #020064 solid;
	}


img#teachnet {
	border: none;
	float: right;
	vertical-align: top;
	
}


.header img#teachnet:hover {
	
	border: none;
}

.header h1 img {
	text-align: left;
	display: inline;
	border: none;
	margin-top: 20px;
	padding: 0px;
}


/**************************************************/
/************  menu *******************************/
/**************************************************/	



/* contains the menu */

.menu {
	width: 200px;
	
	float:right;
	margin-top: 40px;
	
}
.menu a#guidelines {
	padding: 2px 10px 10px 10px;
	display: block;
	font-size: 1.2em;
	}

.menu h2 {
	font-size: 1.3em;
	font-weight: 500;
	padding: 10px 0px 5px 0px;
	background: url(menutop.gif) top left no-repeat;
	margin: 10px 0px 0px 0px;
	text-align: center;
	color: #020064;
	text-decoration: underline;
	}

a#sel {
	color: #020064;
}


.menu ul {
	padding: 10px 0px 0px 0px;
	margin: 0px;
	text-indent: 0pt;	
	background: white url(menumiddle.gif) left repeat-y;
	
}


.menu #menu-footer {
	background: url(menubottom.gif) bottom left no-repeat;
	padding-top: 30px;
}


.menu li {
	padding: 2px 10px 7px 10px;
	text-indent: 0pt;
	font-weight; medium;
}

.menu img#teachnet {
	border: none;
	margin-top: 20px;
	margin-right: 35px;
	
}



.location {
	background-color: #EDD7D9;
}




/**************************************************/
/************  content ****************************/
/**************************************************/

/* contains the content */


.content {
	width: 530px; 
	margin: 25px 10px 10px 60px;
	color: #020064;
}	 



.content h2 {
	font-size: 1.3em;
	width: 450px;
	font-weight: 300;
	color: #cc2020;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.content p {
	width: 450px
}

.content a#linkback:link {
	display: block;
	color: #cc2020;
	margin: 10px 0px 10px 0px;
}

.content a#linkback:hover {
	display: block;
	color: #ff2020;
	margin: 10px 0px 10px 0px;
}

.content a#linkback:visited {
	display: block;
	color: #cc2020;
	margin: 10px 0px 10px 0px;
}



.content .table h3 {
	width:130px;
	float: left;
	clear: left;
	margin: 5px 0px;
	font-size: 1.1em;
	font-weight: 300;
	color: #cc2020;
	vertical-align: top;
	}

	
	
.content .table .details {
	float: left;
	margin: 5px 0px;
	width: 350px;
}

.content .table .details p {
	width: 350px;
	margin-top: 0px;
	margin-bottom: 1em;
	}
	
.content .table .details ul {
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 20px;
	padding: 0px;
	list-style-type: disc;
	list-style-image
	}

.content .table .details li {
	
	
	padding: 2px 0px;
	}

a#download {

	display: block;
	background-color: #fff0ee;
	padding: 5px;
}

#signature {
	font-weight: bold;
	color: #cc2020;
	}


