* {
	padding: 0px;
	margin: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FBFBFB;
}
#rcol .left{
	text-align: left;
}


.news-button a{text-align:center;display:block;padding:20px 0;width:310px;background:#0F6CB6;border:solid white 5px;margin:20px 0;color:white;text-decoration:none;
	-moz-box-shadow: 0px 0px 20px #CCC;
	-webkit-box-shadow: 0px 0px 20px #CCC;
	box-shadow:  0px 0px 20px #CCC;}
.news-button a:hover{background:#87b5da;}

#wrapper {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}


#header {
	height: 204px;
	text-align: right;
	background-image: url(images/header-bg.jpg);
	padding-right: 10px;
}


#headerpic {
	width: 400px;
	overflow: hidden;
	float: left;
	height: 125px;

}
#nav {
	height: 62px;
	position: absolute;
	width: 980px;
	background-image: url(images/nav-bg.jpg);
	background-repeat: repeat-x;
	font-size: 13px;
	font-weight: bold;
}
#navspace {
	height: 62px;
}
#content {
	min-height: 200px;

}
#lcol {
	float: left;
	padding: 20px;
	width: 320px;
}
#lcol img  {
	padding: 8px;
	border: 2px solid #CCC;
	background-color: #FFF;
	-moz-box-shadow: 0px 0px 20px #CCC;
	-webkit-box-shadow: 0px 0px 20px #CCC;
	box-shadow:  0px 0px 20px #CCC;
	margin-bottom: 100px;
	max-width: 300px;
	margin-right: 5px;
}
#rcol {
	margin-left: 360px;
	padding: 20px;
}
#rcol h2 {
	font-size: 16px;
	background-image: url(images/bullet.jpg);
	background-repeat: no-repeat;
	padding-left: 25px;
	background-position: left center;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 20px;
	text-transform: uppercase;
}

#rcol h3 {
	color: #333;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	font-size: 16px;
}
#rcol p {
	margin-bottom: 20px;
	text-align: justify;
}
#rcol ul , #rcol ol{
	padding-left: 22px;
	padding-bottom: 20px;
}

#rcol li {
	padding-left: 5px;
	padding-bottom: 4px;
	color: #000;
}
#rcol dt {
	padding-right: 10px;
	min-width: 300px;
	text-align: right;


}
#rcol dd {
	margin-left: 300px;
	text-align: justify;
	margin-bottom: 20px;
}


#rcol .bluelist li {
	color: #0f6cb6;
}
#rcol iframe,.photo, .floatright{
	padding: 8px;
	border: 2px solid #CCC;
	-moz-box-shadow: 0px 0px 20px #CCC;
	-webkit-box-shadow: 0px 0px 20px #CCC;
	box-shadow:  0px 0px 20px #CCC;
}
#rcol a {
	color: #0f6cb6;
	text-decoration: none;
}
#rcol a:hover {
	text-decoration: underline;
}

#rcol a.button {
	display: block;
	margin-bottom: 20px;
	text-align: center;
	padding: 10px;
	background-color: #0f6cb6;
	color: #FFF;
	border-top-width: 10px;
	border-right-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #1384DF;
	border-right-color: #0E63A9;
	border-bottom-color: #0E63A9;
	border-left-color: #1384DF;
	font-weight: bold;
	width: 150px;
}
#rcol .clearmargin {
	margin: 0px;
}
#rcol .clearpadding {
	padding: 0px;
}
#rcol .clearlist {
	list-style-type: none;
}


#rcol .floatleft{
	float: left;
}
#rcol .floatright {
	float: right;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 25px;
}
#rcol .strike{
	color: #F30;
	text-decoration: line-through;
}







ul.pdf {
	list-style-type: none;
}
ul.pdf li {
	margin-bottom: 20px;
	background-image: url(images/pdf.jpg);
	background-repeat: no-repeat;
}
ul.pdf li a {
	padding-left: 20px;
}

#footer {
	height: 175px;
	background-image: url(images/footer-bg.jpg);
	background-repeat: repeat-x;
	text-align: center;
	font-size: 13px;
	color: #333;
}
#footer a {
	font-weight: bold;
	color: #333;
	text-decoration: none;
	font-size: 11px;
}
#footer a:hover {
	color: #0f6cb6;
}

.large {
	font-size: 23px;
	line-height: 33px;
}


.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.imgborder {
	padding: 8px;
	border: 2px solid #CCC;
	-moz-box-shadow: 0px 0px 20px #CCC;
	-webkit-box-shadow: 0px 0px 20px #CCC;
	box-shadow:  0px 0px 20px #CCC;
}
a .imgborder:hover {
	border-top-color: #0F6CB6;
	border-right-color: #0F6CB6;
	border-bottom-color: #0F6CB6;
	border-left-color: #0F6CB6;	
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
#rcol h2.invisible {
	background-image: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

