/*background : url(images/dropmenu.gif) repeat;*/

html {
	background: #ffffff;
	padding: 0em 0.5em 0.5em 0.5em;
}

body, div, td, th, h2, h3, h4 { /* redundant rules for bad browsers  */  
    text-align: left;
	font-family: verdana,sans-serif;
	font-size:    x-small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small;
	color: #333;
}  

a { color: #06C; }
a:hover { color: #333; }
a:active { color: #000; }

p { line-height: 115%; }

.note {
	background: #EEE;
	padding: 4px;
	font-family: tahoma,verdana,sans-serif;
	font-size: 85%;
	line-height: 130%;
}

.box {
	background: #EEE;
	padding: 4px;
	font-family: verdana,sans-serif;
	font-size: x-small;
	line-height: 100%;
}

.header {
	padding-top:16px;
	padding-bottom:10px;
	font-size:16px; font-family:  verdana, arial, helvetica, sans-serif;
	font-weight:bold; color:#600;
}
.content_title {
	padding-top:16px;
	padding-bottom:10px;
	font-size:16px; font-family:  verdana, arial, helvetica, sans-serif;
	font-weight:bold; color:#600;
}

.headerblue {
	padding-bottom:10px;
	font-size:12px; font-family:  verdana, arial, helvetica, sans-serif;
	font-weight:bold; color:#009;
}


.small {
	FONT-SIZE: 13px; FONT-FAMILY: verdana, arial, helvetica
}
.verysmall {
	FONT-SIZE: 11px; FONT-FAMILY: verdana, arial, helvetica
}
.microsmall {
	FONT-SIZE: 10px; FONT-FAMILY: verdana, arial, helvetica
}

.sidebox {
	font-size:10px; 
	font-family: verdana, arial, helvetica, sans-serif;
	}

.content {
	font-size:12px; 
	font-family: verdana, arial, helvetica, sans-serif;
	padding-left : 5px;
	padding-right : 18px;
	padding-top:10px;
	padding-bottom:20px;
	}

.contenttitle {
	font-size:14px;
	font-weight:bold;
	}



/* New DHTML Stuff */

#aboutmenu {
		position:absolute;
		top:121;
		left:322;
		width:150px;
		visibility:hidden;
		z-index:1;
		padding: 4px 4px 4px 4px;
		font-family: verdana, arial, helvetica, sans-serif; 
		clear: both;
		text-align: left;
		line-height:24px;
		background: #eae9e9;
		border-left: 1px solid #333;
		border-right: 1px solid #333;
		border-bottom: 1px solid #333;
		}

#aboutmenu a { 
		padding: 4px 4px 4px 4px;
		text-decoration: none; 
		font-family:verdana, arial, helvetica, sans-serif; 
		color: #666;
		font-size: 11px;
		background:#eae9e9;
		width:150px;
}

#aboutmenu a:hover {width:150px;text-decoration: none; color: #900;background: #fff;}

#servicesmenu {
		position:absolute;
		top:121;
		left:390;
		width:150px;
		visibility:hidden;
		z-index:1;
		padding: 4px 4px 4px 4px;
		font-family: verdana, arial, helvetica, sans-serif; 
		clear: both;
		text-align: left;
		line-height:22px;
		background: #eae9e9;
		border-left: 1px solid #333;
		border-right: 1px solid #333;
		border-bottom: 1px solid #333;
		}

#servicesmenu a { 
		padding: 4px 4px 4px 4px;
		text-decoration: none; 
		font-family:verdana, arial, helvetica, sans-serif; 
		color: #666;
		font-size: 11px;
		background:#eae9e9;
		width:150px;
		}

#servicesmenu a:hover {width:150px;text-decoration: none; color: #900;background: #fff;}

#trainingmenu {
		position:absolute;
		top:121;
		left:530;
		width:150px;
		visibility:hidden;
		z-index:1;
		padding: 4px 4px 4px 4px;
		font-family: verdana, arial, helvetica, sans-serif; 
		clear: both;
		text-align: left;
		line-height:22px;
		background: #eae9e9;
		border-left: 1px solid #333;
		border-right: 1px solid #333;
		border-bottom: 1px solid #333;
		}

#trainingmenu a { 
		padding: 4px 4px 4px 4px;
		text-decoration: none; 
		font-family:verdana, arial, helvetica, sans-serif; 
		color: #666;
		font-size: 11px;
		background:#eae9e9;
		width:150px;
		}

#trainingmenu a:hover {width:150px;text-decoration: none; color: #900;background: #fff;}
	
.formfieldset	{
	border: 2px solid #06C;
	padding: 10px;
	margin-bottom: 0px;
	margin-top:0px;
	background: #eee;
	FONT-SIZE: 11px;
	}

.formfieldset legend	{
	border: 1px solid #06C;
	padding: 5px;
	font-weight: bold;
	background-color : #cecece;
	margin-bottom: 10px;
	}

.formfieldset label	{
	float: left;
	width: 30%;
	margin-right: 5px;
	text-align: right;
	color:red;
	}
	
/* Sortable tables */
table.sortable a.sortheader {
    background-color:#eee;
    color:#666666;
    font-weight: bold;
    text-decoration: none;
    display: block;
}
	
table.sortable span.sortarrow {
    color: black;
    text-decoration: none;
}


.datatable_odd { background: #fff !IMPORTANT; }
.datatable_even { }
