/* CSS Document */

body,td,th {
	font-family: Trebuchet MS;
	font-size: 12px;
}

.category_title {
    color: #666666;
	font-size:14px;
}

.image {
	border:3px double #999999;
	margin: 0px;
	padding: 0px;
}

.highlight {
	color: #333333;
	font-weight:bold;
	line-height: 19px;
}

a:link {
	color: #333333;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #1F6A98;
}

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: none;
	color: #000000;
}

.quote {
	font-size: 20px; 
	color: #75A3E1; 
	font-family: "Trebuchet MS"; 
	line-height: 23px; 
	font-style: italic; 
}

.subtitle {
	font-size: 12px; 
	color: #666666; 
	font-family: "Trebuchet MS"; 
	line-height: 19px; 
	font-weight: bold; 
}


.wrapper {
	height: auto;
	width: 970px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	float: left;
}


.headline {
	font-size: 24px;
	color: #1F6A98;
}

.minitext {
	font-size: 10px;
	color: #999999;
}

.maintext {
	font-size: 12px;
	color: #666666;
	font-family: "Trebuchet MS";
	line-height: 19px;
}

.midcolumn {
	text-align: left;
	vertical-align: text-top;
	margin: 5px;
	padding: 5px;
	float: left;
	height: auto;
	width: 300px;
	
}

.leftcolumn {
	text-align: left;
	margin: 5px;
	padding: 5px;
	float: left;
	height: auto;
	width: 300px;
	
}

.triple_column {
	text-align: left;
	margin: 5px;
	padding: 5px;
	float: left;
	height: auto;
	width: 940px;
	
}

.double_leftcolumn {
	text-align: left;
	vertical-align: text-top;
	margin: 5px;
	padding: 5px;
	float: left;
	height: auto;
	width: 620px;
	
}

.rightcolumn {
	text-align: left;
	vertical-align: text-top;
	margin: 5px;
	padding: 5px;
	float: right;
	height: auto;
	width: 300px;
}
.double_rightcolumn {
	text-align: left;
	vertical-align: text-top;
	margin: 5px;
	padding: 5px;
	float: left;
	height: auto;
	width: 620px;
	
}
