/* page structure */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color:#ececec;
	margin: 0 auto;
	text-align:center;
	background-image: url(../images/img_pg/page_bk.jpg);
	background-repeat: repeat;
}
#topnav {
	height: auto;
	width: 770px;
	margin: 0px auto;
	text-align: right;
	padding-top: 4px;
	padding-bottom: 4px;
}
#topnav a {
	color: #000;
	font-weight: bold;
	text-decoration:none;
	padding-left: 16px;
}
#topnav a:hover, #topnav a.on {
	color:#CC0000;
}
#header {
	background-image: url(../images/img_pg/header_bk.jpg);
	background-repeat: no-repeat;
	margin: 0px auto;
	height: 87px;
	width: 770px;
}
#header a {
	float:left;
	display:block;
	height: 70px;
	width: 365px;
	margin: 10px 0px 0px 20px;
}
#nav {
	margin: 0px auto;
	width: 770px;
	height: 41px;
	background-image: url(../images/img_pg/nav_bk.jpg);
	background-repeat: no-repeat;
	background-color: #FFF;
}
#nav a {
	margin-top: 4px;
	line-height: 20px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000;
	height: 35px;
	width: auto;
	padding: 0px 10px 0px 10px;
	border-top: solid 1px #999;
	border-right: solid 1px #000;
	border-bottom: solid 1px #000;
	border-left: solid 1px #999;
	text-decoration:none;
	display: block;
	float:right;
	background-image: url(../images/img_pg/nav_a_bk.jpg);
	background-repeat: repeat-x;
	line-height: 24px;
}
#nav a:hover, #nav a.on {
	background-color: #ececec;
	color: #000;
	background-image: none;
	border-bottom: solid 1px #ececec;
}
#nav a.on {
	color: #CC0000;
	background-color: #FFF;
	border-bottom: solid 1px #FFF;
}
#content {
	clear: right;
	text-align:left;
	background-color: #FFF;
	width: 708px;
	height: auto;
	margin: 0px auto;
	border-right: solid 1px #000;
	border-bottom: solid 1px #000;
	border-left: solid 1px #000;
	padding: 30px;
}
#footer {
	height: auto;
	width: 770px;
	font-size: 10px;
	margin: 0px auto;
	padding: 30px 10px;
}
#footer a {
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
/* page elements */
h1,h2 {
	font-size: 150%;
	margin-top:0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	border-bottom: dotted 1px #CCC;
	color: #CC0000;
}
h2 {
	clear: left;
	color: #000;
	font-size: 130%;
}
a {
	color: #CC0000;
	font-weight: bold;
}
a:visited {
	color: #666;
}
a:hover {
	text-decoration: none;
}
img.soft {
	float:right;
	margin: 0px 0px 10px 10px;
	border:none;
}
#content .highlight {
	width: 250px;
	float:right;
	margin: 0px 0px 10px 10px;
	border: dotted 1px #000;
	padding: 10px;
	background-color: #FFF;
	background-image: url(../images/img_pg/highlight_bk.jpg);
	background-repeat: repeat-x;
}
#content .highlight h2 {
	border-bottom: dotted 1px #000;
}
.contentimg {
	border-top: dotted 1px #999;
	border-bottom: dotted 1px #999;
	padding: 10px 0px;
	text-align:center;
}
.sup {
	font-size: 7px;
	vertical-align: super;	
}
.msg {
	border: solid 1px #CC0000;
	background-color:#FFFF00;
	color: #000;
	padding: 10px;
	width: 330px;
}
/*#content a.ask {
	background-image: url(../images/img_pg/nav_a_bk.jpg);
	background-repeat: repeat-x;
	display: block;
	padding: 8px 10px 12px 10px;
	border: 1px solid #999;
	width: auto;
	height: auto;
	color: #FFF;
	font-weight: bold;
}
#content a.ask:hover {
	background-color: #ececec;
	background-image: none;
	color: #CC0000;
}*/
#content a.ask {
	background-image: url(../images/img_pg/ask.jpg);
	background-repeat: no-repeat;
	height: 17px;
	width: auto;
	padding-left: 21px;
	color: #CC0000;
	float:left;
	display:block;
	clear:right;
	text-decoration: none;
	line-height: 17px;
	margin: 20px;
}
#content a.ask:hover {
	border:none;
	text-decoration: underline;
}
.col {
	float:left;
	display:block;
	width: 325px;
	color: #000;
	padding: 10px;
}
.col a {
	display: block;
	width: 280px;
	height: 40px;
	border-bottom: dotted 1px #ccc;
	color: #000;
	text-decoration: none;
	background-image: url(../images/img_misc/pdf.jpg);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding: 10px 0 5px 45px;
	margin-right: 5px;
}
.col a:hover {
	color: #cc0000;	
}
a.socialmediaicon {
	float:right;	
	margin: -15px 0 0 10px;
	border: none;
}
a.socialmediaicon img {
	border:none;	
}
