/*
	Layout
*/
body {
	background:#ffffff;
	color:#494949;
	font-family:Tahoma; 
	font-size:11px;
	padding-top:0;
	margin-top:0;
}

#wrapper{
	text-align:center;
	margin:auto;
	width:761px;
	padding-top:0;
	margin-top:0;
	border: 1px solid #000000;
}

#menu{
	text-align:center;
}

#header{
	height:223px;
	background:#ffffff url(/images/top.jpg) no-repeat top left;
}

#logo{
	float:left;
	padding-left:18px;
	padding-top:35px;
}

#content{
	text-align:justify;	
}

#footer{
	height:73px;
	background:#595959 url(/images/bottom.gif) repeat-x;
	text-align:center;
	color:#ffffff;
	clear:both;	
}

/*
	Links
*/

#footer a{
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
}

#footer a:hover{
	text-decoration:underline;
}

#content a{
	color:#254472;
	font-weight:bold;
}

#content a:hover{
	text-decoration:none;
}


/*
	Elements
*/
input,textarea,select{
   background:#FFFFFF;
   border:1px solid #B3B3B3;
   font-family:Tahoma;
   color:#7D7D7D; 
   font-size:10px;
   padding-left:9px
}

ul{
	list-style-image: url(/images/1_z1.gif);	
	font-weight:bold;
	color:#254472;
}

h2{
	font-size:14px;
}

h4{
	font-size:12px;
}

/*
	specials
*/

.footerline{
	color:#78C600;
}

.boldit{
	font-weight:bold;
	font-style:italic;
}

.listregular{
	list-style-image:none;
	list-style:square;	
	font-weight:normal;
	color:#494949;
}

.special{
	color:#254472;
}
