#borderBox {
	margin: 0px;
	width: auto;
	border: thin outset #BCC4CB;
	background-color: #EDF1F8;
	float: none;
}

.topLeft {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E5E5E5;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E5E5E5;
}
.topRule{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E5E5E5;
}
.rightRule {
	border-right: 1px solid #E5E5E5;
}

.header {
	position: absolute;
	left: 16px;
	top: 28px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 11px;
	color: #FFFFFF;
}
.header a{
	color: #FFFFFF;
	text-decoration: none;
	margin-right: 3px;
}
.header a:hover{
	color: #66FFFF;
}
.banner {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E5E5E5;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E5E5E5;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E5E5E5;
}
.main {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E5E5E5;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E5E5E5;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E5E5E5;
	padding-top: 10px;
}


.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #333333;
}
.contentlg {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #333333;
}
.content p{
	margin-top: 0px;
	margin-bottom: 8px;
}

.content p.wlist{
	margin-top: 0px;
	margin-bottom: 3px;
}
.content p.intro{
	margin-top: 12px;
}
.content p.close{
	margin-bottom: 32px;
}
.content p.followup{
	margin-top: 18px;
	margin-bottom: 32px;
}
.content blockquote{
	margin: 0px 32px 8px;
}
.content h1{
	font-size: 16px;
	color: #333333;
	line-height: 18px;
	margin-top: 10px;
	margin-bottom: 12px;
}

.h1{
	font-size: 16px;
	color: #CC3333;
	line-height: 18px;
	margin-top: 10px;
	margin-bottom: 12px;
	font-weight: bold;
}
.content h4{
    font-size: 14px;
	color:#CC0000;
	margin-bottom: 5px;
}
.content h2{
	font-size: 13px;
	color: #333333;
	line-height: 16px;
	margin-top: 12px;
	margin-bottom: 1px;
}
.content h3{
	font-size: 11px;
	color: #333333;
	line-height: 14px;
	margin-top: 10px;
	margin-bottom: 1px;
}
.content h3 small {
	font-weight: normal;
}
.content a {
	color: #0066CC;
	text-decoration: none;
}
.content a:hover{
	color: #0066CC;
	text-decoration: underline;

}
.content h3 a {
	color: #0066CC;
	text-decoration: none;
}
.content h3 a:hover{
	color: #33CCFF;
	text-decoration: none;
}
.content ul {
	margin-top: 0px;
	margin-bottom: 8px;
	margin-left: 1em;
	padding-left: 1em;
}
.content address {
	font-style: normal;
	margin-left: 46px;
	margin-top: 12px;
	margin-bottom: 24px;
	line-height: 16px;
}
.content address strong{
	font-size: 13px;
}
.content input {
	font-size: 10px;
	line-height: 12px;
	color: #333333;
}
.content select {
	font-size: 10px;
	line-height: 12px;
	color: #333333;
}
.content label {
	font-size: 11px;
}
.bullets {
	list-style-image: url(images/garrow.gif);
	}
.bullets li {
	margin-bottom: 7px;
}
.noBullets {
	list-style-type: none;
	list-style-image: url(images/arrow2.gif);
}
.noBullets li {
	margin-bottom: 4px;
}
.map ul{
	margin-top: 7px;
	margin-bottom: 18px;
	list-style-type: none;
	margin-left: 0em;
	padding-left: 0em;
}
.map li {
	margin-bottom: 8px;
}
.portfolio{
	margin-right: 16px;
	margin-left: 3px;
}
.nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E5E5E5;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E5E5E5;
	color: #666666;
}
.nav a {
	color: #666666;
	text-decoration: none;
	display: block;
	padding-top: 10px;
	padding-bottom:11px;
	background-color: #FFFFFF;
	font-weight: bold;
	width: 100%;
}
.nav a:hover{
	background-color: #FBFBFB;
	color: #A8A8A8;
}
.subnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #A8A8A8;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E5E5E5;
}
.subnav h1{
	font-size: 12px;
	margin: 0px;
	color: #666666;
}
.subnav a {
	color: #333333;
	text-decoration: none;
	display: block;
	padding-top: 8px;
	padding-bottom:10px;
	width: 100%;
	background-color: #FFFFFF;
	font-weight: normal;
}
.subnav a:hover{
	color: #A8A8A8;
	background-color: #FBFBFB;
}
a .arrows{
	color: #666666;
	text-decoration: none;
	visibility: hidden;
	font-weight: bold;
}
a:hover .arrows{
	color: #A8A8A8;
	visibility: visible;
}
.sidebar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #333333;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E5E5E5;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E5E5E5;
	padding: 0px 0px 30px;
}
.ads {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #333333;
	margin: 20px 0px 0px;
}
.ads h2{
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
}
.ads h3{
	margin-top: 8px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
}
.ads p{
	margin-top: 6px;
	margin-bottom: 0px;
}
.ads cite{
	margin-bottom: 0px;
	font-style: normal;
	font-weight: bold;
}
.ads a {
	color: #0066CC;
	text-decoration: none;
}
.ads a:hover{
	color: #0066CC;
	text-decoration: underline;
}
.copyrights{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #A8A8A8;
	margin-top: 9px;
	font-style: normal;
}
.jump {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
.more {
	font-style: italic;
}

.required {
	color: #CC0000;
}
.caption {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 14px;
	color: #333333;
}
#creditfooter {display:none;}
.fromblog { padding: 5px; font-size: 12px; line-height: 15px; }
.fromblog h2 { text-align: center; font-size: 14px; line-height: 17px; margin-bottom: 10px; }
.fromblog ul { margin-left: 0; padding-left: 0; }
.fromblog li { padding-bottom: 5px; list-style: none; }
