@charset "UTF-8";
.column1 {
	background-color: #006699;
	width: 50%;
	float: left;
}
.titlepic {
	height: 225px;
	width: 400px;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	margin-left: 50%;
	background-image: url(g/subpages/titleunderdoor_400x225.jpg);
	background-repeat: no-repeat;
	left: -300px;
	background-color: #333333;
	padding: 5px;
}
.column2 {
	background-color: #006699;
	width: 50%;
	float: right;
	padding: 10px;
}
.newsheader {
}
.newsitem {
	background-color: #006699;
	width: 310px;
	/* margin-left: 50%; */
	background-image: url(g/newsitem/paper-extend.gif);
	background-repeat: repeat-y;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	margin-bottom: 30px;
	padding-top: 20px;
	padding-right: 60px;
	padding-bottom: 15px;
	padding-left: 50px;
}
.topedge {
	background-image: url(g/newsitem/topedge4.gif);
	height: 15px;
	width: 400px;
	margin-top: -20px;
	margin-left: -50px;
	padding-right: 50px;
	background-repeat: no-repeat;
}
.header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #006699;
	margin-bottom: 10px;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
.content-img {
	float: left;
	margin: 10px;
}

a:link {
	color: #006699;
	text-decoration: underline;
}
a:hover {
	color: #333399;
	text-decoration: underline;
}
a:active {
	color: #333399;
	text-decoration: underline;
}
a:visited {
	color: #006699;
	text-decoration: underline;
}
