/* * {margin: 0; padding: 0; border: 0;} */

/* main.css */

body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10pt;
	min-width: 970px;
	max-width: 970px;
	
}


 
#wrapper {
	
	text-align: left;
	margin: 0 15px;
	border: 1px solid white;
	max-width: 970px;
	margin-left: auto; 




}

#header {
	position: relative;
	height: 100px;
	margin: 0;
	width: 100%;
	max-width: 970px;
	text-align: right;
	z-index: 10;
}

#logo {
	position: absolute;
	top: -10px;
	left: 10px;
	width: 320px;
	height: 74px;
	background: white;
	

	text-align:left;
	color: rgb(192,192,192);
}

 
a img  {
	border: 0;
	padding: 0.5em;
	margin: 1px;
	
}


#nav1 {
	position: absolute;
	top: -2em;
	left: 320px;
	width: 434px;
	height: 46px;
	
	/*
border: thin dotted white;
*/
}



#hide {
	color: white;
}
#mzine {
	position: absolute;
	top: -10px;
	left: 770px;
	width: 127px;
	height: 46px;
	
}

#email {
	position: absolute;
	top: 45px;
	left: 790px;
	width: 150px;
	height: 46px;
	z-index: -2;
}


#contentfloatholder {
	float: left;
	width: 100%;
	position: relative;
	margin-top: 17px;
	margin-bottom: 25px;
	
}

#maincontent {
	
	margin: 0;
	text-align: justify;
	float: left;
	width: 800px;
	height: auto;
	margin-right: -95%;
	padding: 2em;
	line-height: 1.5em;
	border:  solid rgb(253, 162, 29);
	border-width: 1em 5em 1em 5em;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10pt;
	font-weight: normal;
}

a.courses:link {
	color: white;
	text-decoration: none;
}
a.courses:visited {
	color: white;
	text-decoration: none;
}

a.courses:hover {
	color:black;
}

a.info{
    position:relative; /*this is the key*/
    z-index:24; background-color:#ccc;
    color:#000;
    text-decoration:none}

a.info:hover{z-index:25; background-color:#ff0}

a.info span{display: none}

a.info:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:-1em; left:-0.5em; width:20em;
    border:0 solid #0cf;
     color:#000;
    text-align: center}


img.border {
	padding:.5em;
	margin:1em;
	border: thin solid black;
	border-bottom:3px solid #ccc;
	border-right:3px solid #ccc;
	border-top:1px solid #eee;
	border-left:1px solid #eee;
}



img {
	padding:0.5em;
	margin:0.5em;
	}
	
#title {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10pt;
	letter-spacing: 2pt;
	font-weight: bold;
	font-variant: small-caps;
	background: rgb(253, 162, 29);
	
	color: white;
	padding:0 0 0 2em;
	
}
#panel {
	background-color: rgb(125, 127, 154);
	color: white;
	padding: 1em 8em 1em 5em;
	border-style:outset;
}
a:active {
	color: black;
}
a:link {
	color:black;
}
a:visited {
	color:black;
}

img.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto }


h2 {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12pt;
	font-weight: bold;
}

h3 {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10pt;
	font-variant: small-caps;
	font-weight: bold;
}

h4 {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 8pt;
	font-weight: normal;
}

h5 {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}
#header, #topnav, #footer {
	clear: both;
	width: 100%;
}

#footer {
	
	background-color:white;
	height: 10px;
	/*
float: left;
*/
	left: 6.5em;
	width: 970px;
	line-height: 2em;
    border: 0 ;
	font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size:10px;
    font-weight: normal;
	text-align: center;
}


/* ######### */



/* footer */

/*end of footer*/



