/***********************************************/
/* HTML tag styles - Mint  */
/***********************************************/ 

*{
	padding:0px;
	margin:0px;
}

body{
	font-family: Arial, Geneva, Helvetica, sans-serif;
	background-color: #404041;
	line-height: 14px;
	color: #666;
	font-size: 11px;
	margin-top: 10px;
}


#wrapper {
	width: 890px;
	height: 560px;
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;

}
#sidemenubar {
	width:200px;
	background-color: #404041;
	margin-top: 20px;
	background-repeat:no-repeat;
	margin-left:20px;
	float:left;
	height: 515px;


}
#menuitems{
	
	margin-top:20px;
	margin-left:20px;
	
}
.menuspace {
	height: 8px;
	width: 160px;
	
}
.menuitem1 {
	height: 22px;
	width: 160px;
	background-color: #8baaaf;
	padding-top:10px;
	font-style: italic;
	
}

.newsmenuspace {
	height: 10px;
	width: 80px;
	
}
.newsmenuitem1 {
	height: 40px;
	width: 90px;
	background-color: #8baaaf;
	padding-top:10px;
	font-style: italic;
	margin-left:10px;
	padding-left:10px;	
}
#menuitems a
{
	color:white;
	font-size:small;
	padding-left:20px;

}
#flash {
	width:589px;
	height: 493px;
	float:left;
	padding-left:20px;
	padding-top:10px;
	margin-top:20px;
	margin-right:20px;

}
#contentlogo {
	width:120px;
	height: 215px;
	background-image:url('images/logovwhite.gif');
	background-repeat:no-repeat;
	float:left;
	margin-top:20px;
	padding-top:300px;

}

#topcontent {
	width:515px;
	height: 30px;
	float:left;
	margin-top: 20px;
	font-size: 15px;
	line-height: 25px;

}
#maincontent {
	width:515px;
	height: 470px;
	float:left;
	overflow:auto;
	margin-top:10px;
	line-height: 20px;

}
#newscontent {
	width:515px;
	height: 400px;
	float:left;
	overflow:auto;
	line-height: 20px;
	margin-bottom:20px;

}
#showcontent {
	width:515px;
	height: 400px;
	float:left;
	overflow:auto;
	margin-top:10px;
	line-height: 20px;

}
#addresscontent {
	width:515px;
	height: 467px;
	float:left;
	margin-top:10px;
	line-height: 20px;

}
#addresstitles {
	width:100px;
	height: 420px;
	float:left;
	line-height: 22px;

}
#addressfields {
	width:320px;
	height: 420px;
	float:left;
	
}

.maintext a:link, .maintext a:visited{
	text-decoration: none;
	color: #999999;
}

#menufooter{
	padding-left:10px;
	margin-top:5px;
	font-size: 8px;
	font-weight:bold;
	letter-spacing: 3px;
	color: #999999;
}

a:link, a:visited{
	text-decoration: none;
	color: #FFF;
}

a.showlink:link, a.showlink:visited {
	color: black;
}


.scroll_text{
	font-size: 10px;
}