body {
	margin: 0; /* to prevent IE from screwing up 100% width */
	padding: 0; /* to prevent IE from screwing up 100% width */
	background-color: #c8c8c8;
}

p, td {
	font: 13px Arial, Helvetica, sans-serif;
}

a {
	color: #0B5A9F;
}

.articletitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #0B5A9F;
}

#questiontext h1 {
	font: 20px normal Arial, Helvetica, sans-serif;
	color: #0B5A9F;
	margin-top: 6px;
}
.categoryTitle {
	font-family: Times New Roman;
	font-size: 24px;
	color: #000000;
}
.categorytitles {
	font: 13px Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.text13 {
	font: 13px Arial, Helvetica, sans-serif;
}
.text12 {
	font: 12px Arial, Helvetica, sans-serif;
}
.text11 {
	font: 11px Arial, Helvetica, sans-serif;
}
.graybutton {
	width: auto;
    overflow: visible;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0B5A9F;
	font-weight: bold;
	padding: 3px 3px;
}
.bluebutton {
	width: auto;
    overflow: visible;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	background-color: #0B5A9F;
	font-weight: bold;
	border: 1px solid #000000;
	padding: 3px 3px;
}
.learnmore_button {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9) );
	background:-moz-linear-gradient( center top, #f9f9f9 5%, #e9e9e9 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9');
	background-color:#f9f9f9;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#666666;
	font: 15px bold Arial, Helvetica, sans-serif;
	height:35px;
	line-height:35px;
	width:131px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #ffffff;
}
#blog {
	padding: 20px 0px;
	font-size: 16px;
	line-height: 150%;
}

#blog h1 {
	font-size: 30px;
	font-weight: normal;
	padding: 0;
	margin: 0;
	line-height: 120%;	
	
} 

#blog h2 {
	font-size: 22px;
	font-weight: normal;
	padding: 0;
	margin: 0;
	line-height: 120%;	
	text-decoration: none:	
} 

#blog .byline {
	font-size: 12px;
	font-weight: normal;
	padding-bottom: 12px;
}

#blog .blurb {
	font-size: 14px;
	font-weight: normal;
	padding-bottom: 6px;
}

.blog_widget_title {
	padding-bottom: 9px; 
	font-size: 14px; 
	font-weight: bold;
	padding-left: 10px;	
}

.blog_widget_box {
	border: 1px solid #C63D0f;
	border-radius: 15px;
	-moz-border-radius: 15px;
	padding: 10px;
	background-color: #F8F8F8;
	font-size: 14px;
	width: 80%;
	overflow: hidden;
}

/*widget on home page*/
.blog-widget h2 {
	font-size: 16px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	line-height: 120%;	
	text-decoration: none:	
} 

#slideshow {
    position:relative;
    height:282px;
}

#slideshow A {
    position:absolute;
    top:0;
    left:0px;
    z-index:8;
}

#slideshow A.active {
    z-index:10;
}

#slideshow A.last-active {
    z-index:9;
}

