


/* CSS Document */

BODY{
background-color : white;
 font-family: Verdana, Arial, Helvetica, sans-serif; 
color : #333333;
font-size : 0.8em;
margin : 0px;
}


/*elements */	

p, li
	{
	 font-family: Verdana, Arial, Helvetica, sans-serif; 
color : #333333;
	font-size : 1em;}

	
td{
	color : #333333;
	font-size : 0.9em;}
	
	
h1{
		font-family : Verdana, sans serif;
			font-size : 1.4em;
	color : #333333;
	margin-bottom : 0.4em; 
}

h2{
	font-size : 1.2em;
	margin-bottom : 1px;
	color : black;
}

form {
	margin : 2px;
}

a {
	color : #333333;
}

a:link
{	color : #333333;
}

a:hover {
	color : orange;
}
	
#menu a {
	font-size : 0.9em;
	text-decoration : none;
		border: 1px solid white;
		}

			
#menu a:hover {
	border: 1px solid black;
	color : #333333;
}
		
/*classes */	
	
	
.popup {
font	: Verdana;
color	: black;
 font-size : 0.9em;
}


HR.orange {
color : orange;
}


.formTable { 
font-family: verdana, arial;
 color: #333333; 
 border-style: solid; 
 border-color: #000000; 
 border-width: 0; 
 width:100%;}
 
.formTable td {	 
font-family: verdana, arial;
 font-size: 11px; 
 color: #333333; 
 border-style: solid; 
 border-color: #eeeeee; 
 border-width: 1px;}


#titleBox{
border:0px;
margin:0px;
padding:0px;
/*border-bottom: solid 1px orange;*/
background-image: url(/images/titlebg.gif);
background-position:top left;
background-repeat:no-repeat;
margin-top:6px;
}

#titleBox h1{
padding: 14px 100px 1px 47px;
}

#titleBox p{
padding-left:47px;
padding-right:35px;
padding-bottom:3px;
}


#titleBox ul{
padding-left:47px;
padding-right:35px;
padding-bottom:3px;
}

/*IDS */	
	


#centrebod {
text-align : center;
}

#container{
margin-left: auto;
margin-right: auto;
 top : 0px;  
 padding : 0px;
width: 750px;
text-align: left;
position : relative; 
border : 0px solid white;
background-color :white;
 z-index : 1
 }

#header{
left : 0px;
top : 0px;
width:100%;
text-align : center;}

 
 #menu  {  
 position: relative;
 text-align : center;
 left : 0px;
top : 0px;}



#content{
position: relative;
left : 0px;
top : 0px;
width:100%;
padding : 15px;

}
  

#footer{
position: relative;
left : 0px;
top : 0px;
width:100%;
text-align : center;
font-size :0.8em;}
 
 
 #callback {
	width : 200px;
	background-color : #cccccc;
	float : right;
	font-size : 0.9em;
}
 
 
 
 
 
 
 .menulinkred {
background-image : url(/images/linkblockred.gif); 
background-repeat: no-repeat;
background-position: top left;
padding-left: 18px; 
line-height: 20px;
}

 .menulinkgreen {
background-image : url(/images/linkblockgreen.gif); 
background-repeat: no-repeat;
background-position: top left;
padding-left: 18px; 
line-height: 20px;
}


 .menulinkyellow {
background-image : url(/images/linkblockyellow.gif); 
background-repeat: no-repeat;
background-position: top left;
padding-left: 18px; 
line-height: 20px;
}



/*.

.formTable .txt{ background-color: #eeeeee; font-family: verdana, arial, sans-serif; font-size: 9px; color: #666666;  border-style: solid; border-color: #666666; border-left-width: 1; border-top-width: 1; border-right-width: 1; border-bottom-width: 1; margin: 0px; padding: 0px; } 
.formTable .chk{ background-color: #ffffff; font-family: verdana, arial, sans-serif; font-size: 9px; color: #666666; margin: 0px; padding: 0px; } 

formTable .btn {	 font-family: verdana, arial; font-size: 10px; color: #ffffff; border-style: none; background-color: #232323}*/
