/* Import Eric Meyer's reset css file */
@import url("reset.css");
/* Styles for concept */
body {
	font-size: 62.5%;
	background-color: #999977;
}
#wrap {
	width: 938px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	background-image: url(../img/bg_wrap.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
#wrap_forpadding {
	padding-left: 15px;
}
#masthead {
	background-color: #008855;
	height: 80px;
	width: 908px;
	background-image: url(../img/masthead.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#search {
	float: right;
	padding-top: 5px;
	padding-right: 10px;
}

/*#search p {
	font-size: 0.9em;
	color: #FFFFFF;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	text-align: right;
}*/
#search ul {
	margin: 0px 0px 5px 0px;
	font-size: 1em !important;
	font-family: Verdana, Geneva, sans-serif;
	text-align: right;
}
#search li {
	display:inline;
	padding-right: 20px;
}
#search a {
	text-decoration: none;
	color: #FFFFFF;
}
#search a:hover {
	color:#FFF;
	text-decoration: underline;
}
#search #searchbox {
	float: right;
	padding-right: 20px;
}
#tabs {
	background-color: #008855;
	padding-left: 19px;
	width: 889px;
	float: left;
	background-image: url(../img/bg_green.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EED;
}
#nav ul {
	padding: 0px;
	margin-bottom: 0px;
	list-style: none;
}
#nav li {
	float: left;
}
#nav a {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 1.2em;
	padding: 7px;
	margin-left: 2px;
	vertical-align: baseline;
	font-weight: normal;
	background-image: url(../img/bg_tabs.gif);
	background-repeat: repeat;
	background-position: left 40px;
	background-color: #880033;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #440022;
	border-right-color: #440022;
	border-left-color: #440022;
	text-transform: uppercase;
}
#nav a:hover {
	text-decoration: underline;
	background-image: url(../img/bg_tabs.gif);
	background-repeat: repeat;
	background-position: left 80px;
	background-color: #226633;
	border-top-color: #226633;
	border-right-color: #226633;
	border-bottom-color: #226633;
	border-left-color: #226633;
}
#nav a.tab_current {
	color: #880033;
	background-color: #EEEEDD;
	background-image: none;
	border-top-color: #DDDDBB;
	border-right-color: #DDDDBB;
	border-left-color: #DDDDBB;
	border-bottom-color: #DDDDBB;
}
#topcontent a, #subcontent a {
	color: #006699;
}
#topcontent a:hover, #subcontent a:hover {
	background-color: #EEEEDD;
}

#topcontent a:visited, #subcontent a:visited {
	color: #085;
}

#topcontent {
	float: left;
	width: 868px;
	background-color: #EEEEDD;
	background-image: url(../img/bg_description.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#topcontent.secondlayer {
	width: 908px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 20px;
	background-color: #FFFFFF;
	background-image: url(../img/bg_secondlayer.gif);
	background-repeat: repeat-y;
}
#description {
	background-color: #EEEEDD;
	width: 908px;
	height: 5px;
}
#description p {
	padding-left: 242px;
	margin: 0px;
	padding-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
#content {
	width: 646px;
	float: left;
	margin-bottom: 0px;
	margin-left: 20px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #FFFFFF;
}
#content.fullpage {
	width: 868px;
	margin-left: 0px;
	padding-left: 20px;
}

#content  h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-weight: bold;
	color: #880033;
	margin-bottom: 1.5em;
	line-height: 1.2em;
}
#content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 0.5em;
	margin-top: 1em;
	color: #880033;
}
#content h2 span.subheading {
	font-size: .9em !important;
}
#content h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 1em;
	margin-top: 1.5em;
}

#content h4 {
	font-weight: bold;
}

#content p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
}
#content ul {
	list-style-type: square;
	margin-left: 15px;
	list-style-position: outside;
	padding-left: 15px;
	padding-bottom: 10px;
}
#content ol {
	margin-left: 15px;
	list-style-position: outside;
	padding-left: 15px;
	padding-bottom: 10px;
	list-style-type: decimal;
}
#content ol.alpha {
	margin-left: 15px;
	list-style-position: outside;
	list-style-type: lower-alpha;
	font-size: 1.6em;
	padding-left: 15px;
	padding-bottom: 10px;
}

#content ul li {
}
#content  ul  li  p, #content ol li p {
	padding-bottom: 5px;
}
#column_right {
	width: 276px;
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
}

#interact_meeting_icon {
	float:right
}


#relatednews h2 {
	font-size: 1.2em;
	color: #332211;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(../img/icon_news.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	text-indent: 15px;
}
#relatednews ul {
	margin: 0px;
	list-style-type: none;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#relatednews ul li {
	padding-bottom: 10px;
}

#relatednews p {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.4em;
}

#trooperfile h2 {
	font-size: 1.2em;
	color: #332211;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(../img/icon_news.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	text-indent: 15px;
}
#trooperfile ul {
	margin: 0px;
	list-style-type: none;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#trooperfile ul li {
	padding-bottom: 10px;
}

#trooperfile p {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.4em;
}


#photo {

}
#photo img {
	border: 1px solid #EEEEDD;
}
#photo  p {
	background-color: #FFFFFF;
	font-weight: bold;
	background-image: url(../img/quotes_opening.gif);
	background-repeat: no-repeat;
	text-indent: 20px;
	font-size: 1.2em;
	background-position: 10px 11px;
	line-height: 1.3em;
	margin-bottom: 0px;
	padding: 10px;
}


table.billaction, table.boards, table.styled_table, table.plaintalk {
	border-collapse: collapse;
	border: 1px solid #666666;
	width: 100%;
}
table.billaction td, table.boards td, table.styled_table td {
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	padding: 5px;
	border: 1px solid #666666;
}
table.plaintalk td {
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	/*font-size: 1.3em;*/
	padding: 5px;
	border: 1px solid #666666;
}
table.boards th, table.styled_table th, table.plaintalk th {
	background-color: #EEEEDD;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	padding: 5px;
	border: 1px solid #666666;
}
table.timeline {
	border-collapse: collapse;
	width: 100%;
}
table.timeline td {
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	padding: 5px;
}
table.timeline td.odd {
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	padding: 5px;
	background-color: #EEEEDD;
}
table.clemencytimeline {
	border-collapse: collapse;
	width: 100%;
	border: solid 1px #333;
}
table.clemencytimeline td {
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	padding: 5px;
	border: solid 1px #333;
}
table.clemencytimeline td.odd {
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	padding: 5px;
	background-color: #EEEEDD;
}
table.styled_table td p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#content table.photoleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

table.staffpics {
	width: 100%;
}
table.staffpics td {
	padding: 5px;
	vertical-align: top;
}
table.staffpics img {
	border: 1px solid #666666;
	padding: 2px;
}
table.publications {
	width: 100%;
	border: 1px solid #CCC;
	margin-bottom: 15px;
}
table.publications td {
	padding: 5px;
	vertical-align: top;
}
table.publications td.text {
	vertical-align: middle !important;
}
table.publications tr.color {
	background-color: #EEEEE6;
}
table.publications img {
	/*border: 1px solid #666666;*/
	padding: 2px;
}
#sidebar {
	width: 202px;
	float: left;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#nav_left {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #BBDDBB;
}
#nav_left h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	text-transform: uppercase;
	font-weight: bold;
	color: #332211;
	background-color: #BBDDBB;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-image: url(../img/icon_page_text.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	text-indent: 15px;
	line-height: 1.4em;
}
#nav_left ul {
	padding-bottom: 10px;

}
#nav_left ul li {
	margin: 0px;
	padding: 0px;

}
#nav_left ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	text-decoration: none;
	display: block;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BBDDBB;
	font-weight: bold;
	margin: 0px;
}
#nav_left ul li a:hover {
	text-decoration: underline;
}
#nav_left ul ul {
	padding-bottom: 0px;
}
#nav_left ul ul li {
	padding-left: 15px;
}
#otherresources {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #BBDDBB;
	margin-top: 20px;
}
#otherresources h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	text-transform: uppercase;
	font-weight: bold;
	color: #332211;
	background-color: #BBDDBB;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-image: url(../img/icon_page_link.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	text-indent: 15px;
	line-height: 1.4em;
}
#otherresources ul {
	padding-bottom: 10px;

}
#otherresources ul li {
	margin: 0px;
	padding: 0px;

}
#otherresources ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	text-decoration: none;
	display: block;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BBDDBB;
	font-weight: bold;
	margin: 0px;
}
#otherresources ul li a:hover {
	text-decoration: underline;
}
#relatedwebsites {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #BBDDBB;
	margin-top: 20px;
}
#relatedwebsites h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	text-transform: uppercase;
	font-weight: bold;
	color: #332211;
	background-color: #BBDDBB;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-image: url(../img/icon_page_web.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	text-indent: 15px;
	line-height: 1.4em;
}
#relatedwebsites ul {
	padding-bottom: 10px;

}
#relatedwebsites ul li {
	margin: 0px;
	padding: 0px;

}
#relatedwebsites ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	text-decoration: none;
	display: block;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BBDDBB;
	font-weight: bold;
	margin: 0px;
}
#relatedwebsites ul li a:hover {
	text-decoration: underline;
}
#photoshow {
	width: 424px;
	float: left;
	margin-right: 20px;
}
#photoshow p {
	font-size: 0.7em;
	padding-top: 5px;
}
#middlecolumn {
	float: left;
	width: 202px;
}
#prioritybuttons {
}
#prioritybuttons h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	text-transform: uppercase;
	color: #880033;
	margin-bottom: 3px;
	font-weight: bold;
}
#prioritybuttons a {
	width: 172px;
	background-color: #FFFFFF;
	border: 5px solid #DDDDBB;
	padding: 9px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	text-decoration: none;
	margin-bottom: 5px;
	margin-top: 5px;
	font-weight: normal;
	display: block;
	color: #880033;
}
#prioritybuttons a:hover {
	border: 5px solid #880033;
	background-color: #FFFFFF;
}
#prioritybuttons a.button_green {
	width: 172px;
	background-color: #085;
	border: 5px solid #226633;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	text-decoration: none;
	margin-bottom: 5px;
	margin-top: 5px;
	font-weight: normal;
	display: block;
	color: #FFF;
}
#prioritybuttons a.button_green:hover {
	border: 5px solid #226633;
	background-color: #263;
}
#prioritybuttons a.button_green:visited {
	color: #FFF;
}
#prioritybuttons a.button_maroon {
	width: 172px;
	background-color: #880033;
	border: 5px solid #440022;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	text-decoration: none;
	margin-bottom: 5px;
	margin-top: 5px;
	font-weight: normal;
	display: block;
	color: #FFF;
}
#prioritybuttons a.button_maroon:hover {
	border: 5px solid #402;
	background-color: #402;
}
#prioritybuttons a.button_maroon:visited {
	color: #FFF;
}
#rightcolumn {
	float: right;
	width: 202px;
}
#topstory {
	margin-bottom: 5px;
}
#topstory h2 {
	color: #999977;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: 3px;
	font-size: 1.1em;
}
#topstory p {
	text-align: left;
	font-size: 1.2em;
	line-height: 1.6em;
	margin-bottom: 0px;
	padding: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #DDDDBB;
	border-bottom-color: #DDDDBB;
	border-left-color: #DDDDBB;
}
#topstory p.quote {
	background-color: #FFFFFF;
	font-weight: bold;
	background-image: url(../img/quotes_opening.gif);
	background-repeat: no-repeat;
	text-indent: 20px;
	font-size: 1.2em;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #DDDDBB;
	border-right-color: #DDDDBB;
	border-left-color: #DDDDBB;
	padding-bottom: 0px;
	background-position: 10px 11px;
}
#topcontent.secondlayer   {
	background-color: #FFFFFF;
}
#topstory img.rssicon {
	float: right;
}

#subcontent {
	float: left;
	width: 868px;
	background-color: #FFFFFF;
	padding: 20px;
}
div.box  {
	width: 276px;
}
div.box   h2     {
	font-family: Arial, Helvetica, sans-serif;
	color: #332211;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.4em;
	background-color: #BBDDBB;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
div.box  p  {
	font-size: 1.2em;
}
div.box  ul  {
	padding: 7px;
	background-color: #FFFFFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #BBDDBB;
}
#blog {
	float: left;
	margin-right: 20px;
}
/*Below is the style for special travel blog heading (red)
#blog h2 {
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-image: url(../img/icon_globe.gif);
	background-repeat: no-repeat;
	background-color: #880033;
	background-position: 7px 8px;
	text-indent: 15px;
	color: #FFFFFF;
}*/
/*End travel blog h2*/
/*Below is the style for special travel blog heading link
#blog h2 a {
	color: #FFFFFF;
}*/
/*End travel blog heading link*/
/*Below is the style for special travel blog heading link
#blog h2 a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #880033;
}*/
/*End travel blog heading link*/
/*Below is the style for normal blog color (green) h2 and comment bubble*/
#blog h2 {
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-image: url(../img/icon_comment.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	text-indent: 15px;
}
/*End normal h2 style*/
#blog h2 span.smalltext {
	text-transform: none;
	font-size: .9em;
}
/* Below is the style for the special travel blog color for main page
#blog p {
	border-right-width: 5px;
	border-left-width: 5px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #880033;
	border-left-color: #880033;
	text-align: left;
	font-size: 1.2em;
	line-height: 1.6em;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	padding: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
}*/
/* End special travel blog color for main page*/
/* Start normal blog color for main page */
#blog p {
	border-right-width: 5px;
	border-left-width: 5px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #BBDDBB;
	border-left-color: #BBDDBB;
	text-align: left;
	font-size: 1.2em;
	line-height: 1.6em;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	padding: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
/* End normal blog color for main page*/
/* Below is the style for the special travel blog color for blog author quotebox (main page and main blog page)
#blogauthor {
	background-image: url(../img/blog/blog_quotebox_new_color.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 10px;
}*/
/* End special travel blog color for blog author quotebox (main page and main blog page)*/
/* Start normal blog color for blog author quotebox (main page and main blog page) */
#blogauthor {
	background-image: url(../img/blog/blog_quotebox.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 10px;
}
/* End normal blog color for blog author quotebox (main page and main blog page) */
#blogauthor  p.blogauthorname {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: right;
	padding-right: 67px;
	padding-top: 0px;
	font-weight: bold;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 1.1em;
	line-height: 1.3em;
	background-color: transparent;
}
#blogauthor  p.blogauthortitle {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: right;
	padding-top: 0px;
	padding-right: 67px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	font-size: 1em;
	line-height: 1.2em;
	color: #333333;
}
#blogauthor  img.blogpic {
	float: right;
	border: 1px solid #332211;
}
table.blogheader {
	width: 100%;
	background-image: url(../img/blog/blog_quotebox_top.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 0px;
	padding: 0px;
}
table.blogheaderalternatecolor {
	
	background-image: url(../img/blog/blog_quotebox_top_new_color.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 0px;
	padding: 0px;
	
}
table.blogheader td.blogpic {
	padding-right: 5px;
	padding-bottom: 11px;
	width: 67px;
	vertical-align: bottom;
}
table.blogheaderalternatecolor td.blogpic {
	padding-right: 5px;
	padding-bottom: 11px;
	width: 67px;
	vertical-align: bottom;
}
table.blogheader td.blogpic img {
	border: 1px solid #332211;
}
table.blogheaderalternatecolor td.blogpic img {
	border: 1px solid #332211;
}
table.blogheader td.blogauthor {
	vertical-align: bottom;
	padding-bottom: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-weight: bold;
}
table.blogheaderalternatecolor td.blogauthor {
	vertical-align: bottom;
	padding-bottom: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-weight: bold;
}
table.blogposts {
	width: 100%;
}
table.blogpostsalternatecolor {
	/*width: 50%;*/
}
table.blogposts td {
	vertical-align: top;
}

table.blogposts  td p {
	padding-bottom: 0px;

}
table.blogpostsalternatecolor td {
	vertical-align: top;
}

table.blogpostsalternatecolor td p {
	padding-bottom: 0px;

}
table.blogposts td.blogrecent {
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #BBDDBB;
	border-bottom-color: #BBDDBB;
	border-left-color: #BBDDBB;
	padding: 10px;
}
table.blogpostsalternatecolor td.blogrecentalternatecolor {
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #880033;
	border-bottom-color: #880033;
	border-left-color: #880033;
	padding: 10px;

}



#factsbar {
	float: right;
	width: 250px;
	border: dashed 1px #880033;
	margin-left: 10px;
}
#factsbar img{
	margin: 3px;
	/*padding: 2px;*/
	border: solid 1px #999;
}
#factsbar h3 {
	color: #880033;
	font-size: 1.4em;
	padding-left: 15px;
}
#factsbar p {
	font-size: 1.1em;
}


#reliefbar {
	float: right;
	width: 250px;
	border: solid 1px #880033;
	margin: -70px 0px 0px 0px;
	margin-left: 10px;
	padding: 5px 5px 5px 5px ;
	
}
/*#reliefbar img{
	margin: 0px 0px 0px 0px;
	border: none;
	padding: 2px;
	
}*/

#reliefbar h3 {
	color: #880033;
	font-size: 1.4em;
	padding-left: 10px;
	margin: 5px 0px 10px 0px;
}

#reliefbar p {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 1.1em;
}


/*#reliefbar p.reliefquote {
	font-size: 1.1em;
}*/

#reliefbar hr.border {
border-bottom: 2px solid #880033 ;
}

 
 
/*#reliefbar  p.reliefquote {
	background-color: #FFFFFF;
	font-weight: bold;
	background-image: url(../img/quotes_opening.gif);
	background-repeat: no-repeat;
	text-indent: 20px;
	font-size: 1.2em;
	background-position: 10px 11px;
	line-height: 1.3em;
	margin-bottom: 0px;
	padding: 10px;
	 
	margin: 0px 0px 0px 0px;
}*/



table.blogposts td.blogpic {
	padding-right: 10px;
}
table.blogposts td.blogpic img {
	border: 1px solid #332211;
}
table.blogpostsalternatecolor td.blogpic {
	padding-right: 10px;
}
table.blogpostsalternatecolor td.blogpic img {
	border: 1px solid #332211;
}
#how {
	float: left;
}
#how h2 {
	background-image: url(../img/icon_question.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	text-indent: 15px;
}

#focuson {
	float: right;
}
#focuson h2.video {
	background-image: url(../img/icon_monitor_pc.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	text-indent: 15px;
}
#focuson h2.spotlight {
	background-image: url(../img/icon_focus.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	text-indent: 15px;
}
#focuson p.quote {
	background-image: url(../img/quotes_opening.gif);
	background-repeat: no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-indent: 22px;
	font-weight: normal;
}
#focuson .left {
	float: left;
	/*border-right: solid 1px #226633;*/
	padding-right: 3px;
	margin: 10px 3px 10px 3px;
}
#focuson .right {
	margin: 4px 0px 0px 3px;
}
#tweets {
	clear: left;
}
ul#commontasks {
}
ul#commontasks li p{
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

#news_image {
	margin-top: 10px;
}
#news_image img {
	border: 1px solid #EEEEDD;
}
#news_image p {
	font-size: 1.1em;
	padding-right: 6px;
	padding-left: 6px;
	font-family: Arial, Helvetica, sans-serif;
}
#news_links {

}
#news_contact h2 {
	font-size: 1.2em;
	color: #332211;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(../img/icon_page_link.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	text-indent: 15px;
}
#news_contact p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
}

#news_links h2 {
	font-size: 1.2em;
	color: #332211;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(../img/icon_page_link.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	text-indent: 15px;
}
#news_links ul, #news_contact ul {
	margin: 0px;
	list-style-type: none;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#news_links ul li, #news_contact ul li {
	padding-bottom: 10px;
}


#footer {
	clear: both;
	background-color: #999977;
	background-image: url(../img/bg_footer.gif);
	margin: 0px;
	background-repeat: no-repeat;
	padding-top: 35px;
	padding-right: 35px;
	padding-bottom: 0px;
	padding-left: 35px;
}
#content div.special p {
	width:5px;
	display:none;
}
#video {
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #BBDDBB;
}
#footer p {
	font-size: 1em;
	color: #FFFFFF;
	line-height: 1.3em;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#footer a {
	color: #FFFFFF;
}
#footer table {
	width: 100%;
}
#footer table td {
	vertical-align: top;
	text-align: left;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
p {
	padding-bottom: 1.2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 1.6em;
}

div#students img, photo {
	border: 1px solid #EEEEDD;
	float:right;
	
}
#tweets a:hover {
	text-decoration: underline !important;
	/*background-color: #5699BB;
	color: #FFFFFF !important;*/
	background-color: transparent;
}
