<!--
form {
	margin:0px;
	padding:0px;
}


body{
	margin:0px;
  	padding:0px;
	text-align:center;
	background-color:#E7E7E7;
}

div,textarea{
	font-size:11px;
    font-family:Tahoma; 
    color:#444444;
	line-height:14px;
	text-align:left;
	margin:0 auto;
}
Table {
	font-size:11px;
    font-family:Tahoma; 
    color:#CCCCCC;
	line-height:14px;
	text-align:left;
	margin:0 auto;
}

Table.member {
	font-size:11px;
    font-family:Tahoma; 
    color:#000000;
	line-height:14px;
	text-align:left;
	margin:0 auto;
}

table.course { 
font-family:Tahoma; 
color:#000000;
border-style:dashed; 
border-width:1px; 
border-collapse: collapse; 
border-color= #CCCCCC;
}

table.search { 
font-family:Tahoma; 
color:#000000;
border-width:0px; 
border-collapse: collapse; 
margin: 5px
}

td.course { 
font-family:Tahoma; 
color:#444444;
border-style:dashed; 
border-width:1px; 
border-collapse: collapse; 
border-color= #CCCCCC;
}

td.courses { 
font-family:Tahoma; 
color:#444444;
}

TD.tableheadline { 
border-top: #000000 1px solid; 
border-bottom: #000000 1px solid; 
background-color: #f0f0f0; 
color: #000000; 
font-size: 11px; 
font-weight: bold;
}
.m { color:#636363}

a:hover{ text-decoration:none}

.wrap{
	margin:0 auto;
	padding:0;
	width:850px;
	height:777px;
	text-align:center;
	background:URL(images/tall_y.gif) repeat-y;
	display:table;
}

.form input{
	width:145px;
	height:17px;
	padding:1 0 0 8px;
	color:#9C9C9C;
	font-size:10px;
	line-height:12px;
	vertical-align:middle;
}
.form{
	width:234px; 
	height:87px; 
	background:URL(images/back_form.gif) no-repeat;
}

.header{
	margin:0 auto;
	padding:0;
	width:850px;
	height:325px;
	text-align:left;
	background:URL(images/header.jpg) no-repeat;
}


.content{
	margin:0 auto;
	padding:0;
	width:850px;
	height:413px;
	text-align:left;
	display:table;
	background:URL(images/back_cont.jpg) no-repeat top;
}
.footer a{ color:#2CA7F3; font-size:10px; text-decoration:none}
.footer a:hover{ text-decoration:underline}
.footer_font{
	color:#627074;
	font-size:10px;
}
.footer_font a{ color:#627074; font-size:10px; text-decoration:none}
.footer_font a:hover{ text-decoration:underline}
.footer_privacy a, .footer_privacy{
	color:#8F9B9E;
	font-size:10px;
	text-decoration:none;
}
a { color:#000000}
.block a{color:#33576F;}
.block{
	color:#33576F;
	padding:21 15 16 28px
}
.footer_privacy a:hover{ text-decoration:underline}
.footer{
	margin:0 auto;
	padding:0;
	width:850px;
	height:101px;
	text-align:center;
	background:URL(images/footer.jpg) no-repeat bottom;
}
 .input_image{
 	margin-left:7px;
	vertical-align:middle;
 }
 .input1{
  		width:146px;
		height:22px; 
		background-color:#FFFFFF;
		font-size:11px;
		font-family:Tahoma; 
		color:#444444;
		line-height:12px;
		padding:3 0 0 4px;
		vertical-align:middle;
		margin-left:10px;
		}
  .input2{
  		width:117px;height:20px; 
		background-color:#FFFFFF;
		font-size:11px;
		font-family:Tahoma; 
		color:#33576F;
		line-height:12px;
		padding:3 0 0 4px;
		border-color:#B0B0B0;
		border-width:1px;
		border-style:solid;
		vertical-align:middle;
		}
 .textarea{
  		width:127px;height:79px; 
		background-color:#FFFFFF;
		font-size:11px;
		font-family:Tahoma; 
		color:#33576F;
		line-height:12px;
		padding:3 0 0 4px;
		border-color:#B0B0B0;
		border-width:1px;
		border-style:solid;
		overflow:hidden;
		}
/* Language Specific CSS */
.langSelect {
  font-size: 9pt;
  color: #3C3C3C;
}

table.langTable { 
	font: 80% Tahoma, Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: left;
	border-collapse: collapse;
	width: 150px;


	
}
	.langTable a{ color:#000000; font-size:10px; text-decoration:none}
    .langTable a:hover{ text-decoration:underline}
td.langHead {
	background-color: #CCCCCC;

	font-weight: bold;
}
td.langRow1 {
	background-color: #FFFFFF;
}
td.langRow2 {
	background-color: #EBF3FF;
	text-decoration: none;
}
.langCell {
  
}
.langCellB {

	
}
.langCellH {
 
}
a.langSel:link, a.langSel:visited {
	color: #000000;
	text-decoration: none;
}
td.langRow1:hover, td.langRow2:hover {
	background-color: #3D80DF;
	color: #FFFFFF;
}
td.langRow1:hover a, td.langRow2:hover a {
	color: #FFFFFF;
}
td.langRow2:hover a {
	color: #FFFFFF;
}

/* Horizontal Navigation Menu */ 


		#menubar ul { /* all lists */
			padding:0px;
			margin: 0px;
			list-style: none;
		}
		#menubar li { /* all list items */
			float: left;
			position: relative;
			/*width: 10em; */
			height: 25px;
			padding:0 0 0 0px;
			line-height: 25px;
/*                                                 width:600px; */
		}

		#menubar li ul { /* second-level lists */
			display: none;
			position: absolute;
			color : #e0e0e0;
			top: 25px;
			left: 0;
		}

		#menubar li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
			top: auto;
			left: auto;
		}
		#menubar ul li ul, #menubar ul li ul li {  /* second-level lists */
			width: 16em;
			height: auto;
			padding : 0px 0px 0px 0px;
		}
		#menubar li:hover ul, #menubar li.over ul { /* lists nested under hovered list items */
			display: block;
		}

		#content {
			clear: left;
		}

		#menubar li ul {
			background-color: #ffffff;
			filter:alpha(opacity=90);	/* IE */
			-moz-opacity:0.9;			/* Mozilla >1.6 */
			opacity: 0.9;				/* Safari & Mozilla 1.7b+ */ 
			border-top: 1px solid black;
		}
		#menubar li ul li {
			border-left : 1px solid black;
			border-right : 1px solid black;
			border-bottom : 1px solid black;
		}
		#menubar li ul li a {
			display : block;
			font-size: 10px;
			font-weight: bold;
			line-height: 19px;
			color : #3e3e3e;
			text-decoration : none;
			background-repeat : no-repeat;
			background-position : px;
		}
		#menubar li ul li a:hover, #menubar li ul li a.subsubACT {
			background-color: #c8c8c8;
			background-image : url('summer.gif');
		}
		#menubar li ul li a span {
			margin-left: 23px;
		}
		#menubar {
			height : 25px;
			background-color: #FFFFFF;
		}


/* Menulevel 1*/

		ul li a {
			display : block;
			font-size: 10px;
			font-weight: bold;
			line-height: 25px;
			color : #FFFFFF;
			text-decoration : none;
		}

		ul li a:hover, ul li a.subACT {
			color : #FFFFFF;
			background-color : c83649;
		}
		ul li a span {
			margin: 0px 10px 0px 10px;
    
		}


	#menubar #topmenu {
		padding: 0px 0px 0px 20px;
		float: left;
		z-index:9999;  
	}
	#menubar {
		height : 25px;
	
		background-color : 014a7f;
		position: absolute;
		padding: 0px 0px 0px 0px;
		top: 290px;
		width: 830px;
		z-index:9999;
	}
/* Language Specific CSS */
-->