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


#############################################################*/
/* standard elements */

/*
* {
	font-size: 12px;
	font: verdana;
	margin: 0; padding: 0;	
}
*/

#sites {	
	font-size: 12px;
	font: 1em verdana;
	color: white;
	font-weight: bold;
}
#sites a:link {	
	font-size: 12px;
	font: 1em verdana;
	color: white;
	font-weight: bold;
	text-decoration: none;
}
#sites a:visited {	
	font-size: 12px;
	font: 1em verdana;
	color: white;
	font-weight: bold;
	text-decoration: none;
}
#sites a:hover {	
	font-size: 12px;
	font: 1em verdana;
	color: black;
	background: white;
	font-weight: bold;
}



#form {
	font-size: 11px;
	font: verdana;
	margin: 0; padding: 0;	
	
}

body {	
	font-size: 12px;
	margin: 0; 	
	font: 1em verdana;
	color: black;
}


#subpagesmainbody {	
	font-size: 12px;
	margin: 0;
	font:   verdana;
	color: black;
}

#H2 {
 	font-weight: bold;
	color: black;
	font-size: 16px;
	margin: 3px; 
}
#H2b {
        font-weight: bold;
        color: black;
        font-size: 14px;
}
#required {	
	color: red;
		
}

#highlight {
	color: red; 
	background-color:yellow ;
 	font-style: italic;
 	font-weight: bold;
}
#registrationtable {
		background-color: #CCCCCC;
		border-top-width: thin;
		border-right-width: thin;
		border-bottom-width: thin;
		border-left-width: thin;
		border-top-style: groove;
		border-right-style: groove;
		border-bottom-style: groove;
		border-left-style: groove;
		border-top-color: white;
		border-right-color: white;
		border-bottom-color: white;
		border-left-color: white;
	}
#registrationtableHeader {
	font: bold 12px Verdana;
		background-color: #CCCCCC;
		border-top-width: thin;
		border-right-width: thin;
		border-bottom-width: thin;
		border-left-width: thin;
		border-top-style: groove;
		border-right-style: groove;
		border-bottom-style: groove;
		border-left-style: groove;
		border-top-color: white;
		border-right-color: white;
		border-bottom-color: white;
		border-left-color: white;
	}
/* navigation */
#profilenav {
	text-align: center;
	height: 12px;
	margin: auto;
	width: 600px; 
}
#profilenav a {
	font: bold 12px Verdana;
	background: url(images/profilenav.gif) no-repeat;
	color: black;
	float: left;
	height: 31px; 
	letter-spacing: 1px;
	line-height: 31px;
	text-align: center;
	text-decoration: none;
	width: 120px;
}
#profilenav a:hover {
	color: blue;
	background-position: left bottom;
}

ul {
	margin: 12px 0;
	list-style: disc outside
}

li {
	list-style: url(img/li.gif);
	margin-left: 18px;
}

ol
{
	list-style: decimal inside
}
