@charset "iso-8859-1";

body 	 { font-family:Arial; font-size: 14; color: #000000;
			background-color: #ffffff; margin:0px;
		    background-image: url(grafix/greybar.jpg);background-position: 350px 150px;background-repeat: repeat-x
			}
		
		   	a:link {color: #000000}     /* unvisited link */
			a:visited {color: #000033}  /* visited link */
			a:hover {color: #616161}   /* mouse over link */
			a:active {color: #RED}   /* selected link */

h3		{ font-family:Arial; font-size: 125%; color: #ffffff;font-variant: small-caps;/*background-color: #074e7e;*/}


#text {position: absolute; left:0px; top: 55px}
#regomark {position: absolute; left: 0px; top: 0px}
#name {position: absolute; left: 300px; top: 55px}
#whitebar {position: absolute; left: 0px; top: 145px}
#menu {position: absolute; left: 500px; top: 150px}
#picture {position: absolute; left: 150px;  ;
			top: 30px; border-style: solid; border-color:#cccc66;
			}

#picture2 {position: absolute; left: 166px; top: 320px;}
#corner {position: absolute; width: 75px; height: 24px; background-image: url(grafix/button_in.gif);}

/* #corner {position: absolute; left: 0px; top: 0px;} */


/* --- menu styles ---
note:
	not all browsers render styles the same way so try out your style sheet
	on different browsers before publishing;
*/

/* level 0 inner */
.m0l0iout {
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 12px;
	text-decoration: none;
	margin: 4px 0 0 8px;
	color: #FFFFFF;
}
.m0l0iover {
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 12px;
	text-decoration: underline;
	margin: 5px 0 0 8px;
	color: #FFFFFF;
	
}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	background-image: url(grafix/button_in.gif);
	/* border: 1px solid #336699; */
	border: none;
	background-color: #2C5F93;
}
.m0l0oover {
	text-decoration : none;
	background-image: url(grafix/button_out.gif);
	background-color: #2C5F93;
	/* border: 1px solid #336699; */
	border: none;
}

/* level 1 inner */
.m0l1iout {
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 12px;
	margin: 4px 0 0 17px;
	color: #FFFFFF;
}
.m0l1iover {
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 12px;
	margin: 4px 0 0 17px;
	color: #FFFFFF;
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	background-color: #5286BB;
	border: 1px solid #336699;
	padding: 0;
}
.m0l1oover {
	text-decoration : none;
	background-color: #1A4D81;
	background-image: url(grafix/lev1_arrow.gif);
	background-repeat: no-repeat;
	border: 1px solid #336699;
	padding: 0;
}
