@charset "utf-8";
/* CSS Document */



html,body{
	margin:0;
	padding:0;
	
}
body {
	text-align:center;
	background-color: #efedec;
	background-image:url(images/bg-page.gif);
	background-position: top;
	background-repeat: repeat-x;
	}

p{margin:0 10px 10px}

/*a{display:block;color: #981793;padding:10px}*/

/*a{color:#0000CC}*/


a:link              { color:#0000CC; text-decoration:none; }
a:visited           { color:#0000CC; text-decoration:none; }
a:hover             { color:#0000CC; text-decoration:underline; }
a:active            { color:#0000CC; text-decoration:none; }



/*
a.name:link    { color:red; text-decoration:none; }
a.name:visited { color:red; text-decoration:none; }
a.name:hover   { color:green; text-decoration:underline; }
a.name:active  { color:red; text-decoration:none; }
*/

.anchor {font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size:14px;
	font-weight:bold;
	text-indent:10px;
	}
.anchor a:hover   {color:#FF0000; text-decoration:underline; }




div#header {margin:0;
    padding-left:35px;
	background-image:url(images/bg-header.gif);
	background-position: top;
	background-repeat: repeat-x;
  }

#header_right {
	float: right;
	padding-right: 30px;
	padding-top: 15px;
	width: 450px;
	}

div#topmenu{
	height:20px;
	margin:0;
	padding-left:10px;
	background: #EEE;
	color: #ff0f00
	}

H1{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #ff0f00;
	font-size:16px;
	font-weight:bold;
	text-indent:10px;
}
H2{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size:14px;
	font-weight:bold;
	text-indent:10px;
}
H3{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #ff0f00;
	font-size:14px;
	font-weight:bold;
	text-indent:10px;
}
 
.small_font{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px
	}
  
div#container{text-align:left}
div#container{width:920px;margin:0 auto;
				background:#FFFFFF	}

div#wrapper{
	float:left;
	width:100%;
	background-color:#FFFFFF;
	}

div#content{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #404040;
	margin:0px 10px 10px 10px;
	padding: 20px 15px 10px 182px;
	background:#ffffff;
	background-image: url(images/bg-white.gif);
	min-height: 550px;
	text-align:justify;
	
	}

/* creates left space for menu */

div#leftcolumn{
	background:#ffffff;
	float:left;
	width:182px;
	margin-left:-920px;
	color:#0000CC
	}

.calendar{
	margin-left:9px;
	margin-top:15px;
	padding-top:0px;
	padding-bottom:0px;
	}


div#footer{
	height:51px;
	background-image: url(images/footer.gif);
	background-color:#efedec;
	background-repeat:no-repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#999999;
	text-align:center;
	}
div#footer p{margin:0;padding:0px 0px}
div#footer{clear:left;width:100%}

.footermenu, .footermenu A:visited, .footermenu A:active  {
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#999999;
	font-weight: normal;
	TEXT-DECORATION: none;
	padding-right:10px;
	padding-left:10px;
	padding-bottom:2px;
	padding-top: 8px;
	vertical-align:bottom;
}

.footermenu A:link {
	COLOR: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	TEXT-DECORATION: none;
}
.footermenu A:hover{
	COLOR: #ff0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	TEXT-DECORATION: none;
}






.copyright, .copyright A:visited, .copyright A:active {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#999999;
	text-align:center;
	}

.copyright A:link {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#999999;
	text-align:center;
	text-decoration:underline;
}
.copyright A:hover{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#999999;
	text-align:center;
	text-decoration:underline;
}	


/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/flyout_4level.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
.menu {
	height:300px;
	font-size:90%;
	margin:20px 0px 20px 12px; /* this page only */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#666666;
	
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	position:relative;
	z-index:500;
	padding:0;
	margin:0;
	list-style-type:none;
	width:175px;
}
/* style the list items */
.menu li {
	background:#e1e1e1 ;
	/*background-image:url(images/bg-button.gif);*/
	height:30px;
/* for IE7 */
	float:left;
}

/* style the list item, but only if added as class of page */
.menu li.sub {
	background:#ffffff;
	background-image: url(images/arrow.gif) no-repeat right center;
} 

/* get rid of the table */
.menu table {
	position:absolute;
	border-collapse:collapse;
	top:0;
	left:0;
	z-index:100;
	font-size:1em;
	}

/* style the links */
.menu a, .menu a:visited {
	display:block; 
	text-decoration:none;
	height:29px;
	line-height:25px;
	width:174px;
	color:#404040;
	text-indent:10px;
	border:1px solid #ffffff;
	border-width:0px 0px 1px 0px;
}
/* hack for IE5.5 */
* html .menu a, * html .menu a:visited {width:175px; w\idth:174px;}
/* style the link hover */
* html .menu a:hover {
	color:#404040;
	background:#bdbdbd;
	/*background-image:url(images/bg-button-over.gif);*/
	position:relative;
	}

.menu li:hover {position:relative;}

/* For accessibility of the top level menu when tabbing */
.menu a:active, .menu a:focus {
	color:#000000;
	background:#bdbdbd;
	/*background-image:url(images/bg-button-over.gif);*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	}

/* retain the hover colors for each sublevel IE7 and Firefox etc */
.menu li:hover > a {
	color:#000000;
	background:#bdbdbd;
	/*background-image:url(images/bg-button-over.gif);*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
}
 
/* hide the sub levels and give them a position absolute so that they take up no room */
.menu li ul {
	visibility:hidden;
	position:absolute;
	top:-30px;
/* set up the overlap (minus the overrun) */
	left:145px;
/* set up the overrun area */
	padding:30px;
/* this is for IE to make it interpret the overrrun padding */
	background:transparent url(images/transparent.gif);
}

/* for browsers that understand this is all you need for the flyouts */
.menu li:hover > ul {visibility:visible;}


/* for IE5.5 and IE6 you need to style each level hover */

/* keep the third level+ hidden when you hover on first level link */
.menu ul a:hover ul ul{
	visibility:hidden;
}
/* keep the fourth level+ hidden when you hover on second level link */
.menu ul a:hover ul a:hover ul ul{
	visibility:hidden;
}
/* keep the fifth level hidden when you hover on third level link */
.menu ul a:hover ul a:hover ul a:hover ul ul{
	visibility:hidden;
}

/* make the second level visible when hover on first level link */
.menu ul a:hover ul {
	visibility:visible;
}
/* make the third level visible when you hover over second level link */
.menu ul a:hover ul a:hover ul{ 
	visibility:visible;
}
/* make the fourth level visible when you hover over third level link */
.menu ul a:hover ul a:hover ul a:hover ul { 
	visibility:visible;
}
/* make the fifth level visible when you hover over fourth level link */
.menu ul a:hover ul a:hover ul a:hover ul a:hover ul { 
	visibility:visible;
}






.topmenu, .topmenu A:visited, .topmenu A:active  {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-weight: normal;
	TEXT-DECORATION: none;
	padding-right:10px;
	padding-left:10px;
	padding-bottom:2px;
	padding-top: 2px;
	vertical-align:bottom;
}

.topmenu A:link {
	COLOR: #000000;
	background:#ffffff;
	height: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	TEXT-DECORATION: none;
}
.topmenu A:hover{
	COLOR: #ff0000;
	/*background: #e1e1e1;*/
	height: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	TEXT-DECORATION: none;
}



table.forms {
	border-collapse:collapse;
	border:1px solid #666666;
}
table.forms th {
	background-color:#EAEAEA;
	background-image:none;
	padding:4px 10px 4px 10px;
	text-align:left;
	font-size:10px;
}
table.forms td {
	background-color:#eaeaea;
	background-image:none;
	padding:4px 10px 4px 10px;
}
table.forms td.tbl-td-bottomline {
	border-bottom:1px solid #FFFFFF;
}
table.forms .tbl-td-rightline {
	border-right:1px solid #FFFFFF;
}
table.forms .tbl-td-leftline {
	border-left:1px solid #FFFFFF;
}
.compulsory {
	color:#ff0000;
}



