/* CSS Document */

body {
	margin: 0px;
	background-color: #666666;
	background-image: url(../images/semsecbg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
p {
	margin-top: 0px;
	margin-bottom: 12px;
}
h1 {
	color: #339966;
	font-size: 18px;
	font-weight: normal;
	line-height: 24px;
	margin-top: 0px;
	margin-bottom: 10px;
}
h2 {
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 4px;
}
#header {
	height: 95px;
	width: 946px;
}
#container {
	width: 946px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
#columns {
	clear: both;
	float: left;
	width: 946px;
	padding-bottom: 8px;
	padding-top: 12px;
}

#columnleft1 {
	float: left;
	width: 380px;
}
#columnleft2 {
	float: left;
	width: 620px;
}
#columnleftentry {
	float: left;
	width: 100%;
}
#columnright1, #columnright2 {
	float: right;
	width: 293px;
	padding: 6px;
}
#columnrighttop {
	float: right;
	width: 293px;
	padding: 6px;
	clear: none;
}
.smalltext {
	font-size: 10px;
	color: #666666;
	padding: 5px 0px 0px 5px;
	background-image: url(../images/boxbg.jpg);
	background-repeat: no-repeat;
}

.quotetext {
	font-size: 12px;
	color: #666666;
	padding: 5px 0px 0px 5px;
	background-image: url(../images/boxbg.jpg);
	background-repeat: no-repeat;
}
#columnmiddle {
	width: 230px;
	margin-left: 10px;
	float: left;
}

#footer {
	clear: both;
	float: left;
	width: 946px;
	margin: 0px;
	font-size: 10px;
	color: #999999;
	padding: 6px 0px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #339966;
	vertical-align: middle;
}
.greencolumn {
	color: #FFFFFF;
	background-color: #339966;
	padding: 6px;
}
.blackcolumn {
	color: #FFFFFF;
	background-color: #000000;
}
.picscaption {
	font-size: 10px;
	margin: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
	display: block;
}
.clearer {
	font-size: 0px;
	height: 0px;
	width: 100%;
	display: block;
	clear: both;
}
.clearer6 {
	font-size: 0px;
	height: 6px;
	width: 100%;
	display: block;
	clear: both;
}
/*Grey Links*/
a.greylinks:link, a.greylinks:visited, a.greylinks:active {
	color: #999999;
	text-decoration: none;
}
a.greylinks:hover {
	color: #339966;
	text-decoration: underline;
}
.notebox {
	font-size: 10px;
	font-weight: bold;
	background-color: #FFCC00;
	display: block;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 22px;
	background-image: url(../images/noteicon.gif);
	background-repeat: no-repeat;
	margin-top: 6px;
	margin-bottom: 6px;
}
a.blacklinks:link, a.blacklinks:visited, a.blacklinks:active {
	color: #000000;
	text-decoration: underline;
}
a.blacklinks:hover {
	text-decoration: none;
}	
.tableborder {
	border: 1px solid #EAEAEA;
}
