/* GLOBAL PROPERTIES */

body {
	margin: 0;
	background: #E5E5E5;
	font-family: Verdana, Helvetica, Sans-serif;
}

/* IDS */

#main-table {
	border: solid 2px white;
	margin-top: 25px;
}

#homepage-text {
	font-size: 10px;
/*	line-height: 17px; */
	color: white;
	text-align: justify;
}

#homepage-text a{
	color: #FFDD97;
}

#in-the-news {
	border-left: 1px solid white;
	border-right: 1px solid white;
	padding: 5px;
	background-repeat: repeat-x;
	background-color: #FFFCF2;
}

#press-releases {
	padding: 5px;
	background-repeat: repeat-x;
	background-color: #FFFCF2;
}

/* CLASSES */

.mainText
{
	font-family: verdana;
	color: #d4d4d4;
	font-size: 12px;
}

.mainText a
{
	font-family: verdana;
	color: #d4d4d4;
	font-size: 11px;
	text-decoration: none;
}

.modules {
	font-size: 11px;
	color: #635340;
}

.modules a{
	color: #877F77;
}

.modules .dark {
	margin-top: 5px;
}

.modules .dark a{
	color: #635340;
	clear: both;
	display: block;
	margin: 8px 0 0 0;
}

.modules ul{
	margin: 0;
	padding: 0;
	clear: both;
}

.modules ul li{
	margin: 0;
	padding: 2px 0 2px 0;
	list-style-type: none;
	line-height: 15px;
	display: block;
	clear: both;
}

.modules ul li span {
	float: left;
	display: block;
	margin-right: 2px;
}

.modules ul li a{
	padding-left: 0px;
	display: block;
	float: left;
	width: 225px;
	
/* original width 130px */
	
}


.modules ul .cleared {
	margin: 0;
	padding: 0;
	clear: both;
	line-height: 0;
	font-size: 1px;
}