/**
 * blueBar.css
 *
 * Copyright (c) 2003-2008 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * BlueBar theme.
 *
 */
html,body
{
margin:0;
padding:0;
height:100%;
}
:root{
overflow-y: scroll !important;
}
body {
	text-align: center;
	background-color: #FAFAFA;
	font-family: Verdana,Helvetica,sans-serif,Arial;
	/*height: 100%!important;*/
	line-height: 19px;
}

/*
a, a:link, a:visited {
	color: #2E2E2E;
	text-decoration: none;
}

a:hover {
	background: #FAFAFA;
}*/

#header {
	/*border-bottom: 3px solid #BDBDBD;
	margin: 0 0 0 0;*/
	
	/*border-top:1px solid #FFFFFF;*/
	height:130px;
	overflow:hidden;
	text-align: left;
}
	#headerTitle {
		/*margin-top: 9px;*/
		}
		#headerTitle h1 {
			text-shadow: 0px 0px 1px #000;
			font-size: 3em;
			margin: 0;
			/*padding: 0 0 0 10%;*/
			font-family: Palatino Linotype,Palatino,serif;
		}
			#headerTitle h1 img {
				/*vertical-align: middle;
				margin: 0px;*/
				 margin: -24px 0 0 -98px;
				 position: absolute;
			}


#navbar {
	/*position: absolute;*/
	left: 0;
	top: 17px;
	height: 22px;
	width: 100%;
	text-align: right;

	border-bottom: 3px solid #BDBDBD;
	border-top: 3px solid #BDBDBD;
	line-height: normal;
	opacity: 0.8;
	filter: alpha(opacity=80);
	display:none;
}
	#navbar .menu {
		list-style: none;
		padding: 0 20px 0 0;
	}
		#navbar .menu li {
			font-family: Arial Narrow, Arial, Helvetica, sans-serif;
			font-size: 1.5em;
			font-weight: bold;
			padding: 0 11px 0 11px;
			text-shadow: 0px 0px 1px #969696
		}
		#navbar .menu li a {
			color: #EEE;
			padding: 10px 20px 2px 20px;
			border: 3px solid transparent; /* Prevents menu flickering */

			-webkit-border-top-left-radius: 2px;
			-webkit-border-top-right-radius: 2px;
			-moz-border-radius-topleft: 2px;
			-moz-border-radius-topright: 2px;
			border-top-left-radius: 2px;
			border-top-right-radius: 2px;
		}
		#navbar .menu li a:hover, #navbar .menu li a:active {
			color: #0B2F3A;
			border: 3px solid #BDBDBD;

			background: rgb(252,252,252); /* Old browsers */
			/* IE9 SVG, needs conditional override of 'filter' to 'none' */
			background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjZmNmYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiZGJkYmQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
			background: -moz-linear-gradient(top,  rgba(252,252,252,1) 0%, rgba(189,189,189,1) 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,252,252,1)), color-stop(100%,rgba(189,189,189,1))); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top,  rgba(252,252,252,1) 0%,rgba(189,189,189,1) 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top,  rgba(252,252,252,1) 0%,rgba(189,189,189,1) 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top,  rgba(252,252,252,1) 0%,rgba(189,189,189,1) 100%); /* IE10+ */
			background: linear-gradient(top,  rgba(252,252,252,1) 0%,rgba(189,189,189,1) 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#bdbdbd',GradientType=0 ); /* IE6-8 */
		}

#header, #navbar {
	background: rgb(172,189,204); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(172,189,204,1) 0%, rgba(117,139,163,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(172,189,204,1)), color-stop(100%,rgba(117,139,163,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(172,189,204,1) 0%,rgba(117,139,163,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(172,189,204,1) 0%,rgba(117,139,163,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(172,189,204,1) 0%,rgba(117,139,163,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(172,189,204,1) 0%,rgba(117,139,163,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#acbdcc', endColorstr='#758ba3',GradientType=0 ); /* IE6-9 */
}

/*#main {
	padding: 0px 0 0 5px;
	margin-bottom: 50px;
	margin-top: -635px;
	position: static;
}*/

#main {
	/*
	float:none;
    margin-bottom: 0px;
	margin-left: auto;
    margin-top: 0;
    padding: 0 0 0 5px;
    position: relative;
	*/
	float: none;
    margin: 0 0 0 0;
    /*padding: 0 7px 0 125px;  PDF box setting*/
	padding: 0 10px 0 60px;
    position: relative;
    width: auto;
	display:block;
}
#body {
	width:100%;
}
div #sidebar {
	margin-left: 10px;
}

#rightSidebar, #leftSidebar {
	padding-top: 40px;
}

div.block, div#main {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
/*
.block {
	padding: 5px 10px 10px 10px;
	margin: 8px 0;
}

.blockTitle {
	font-weight: bold;
	text-shadow: 0px 1px 0px #FFF;
}
*/
#main h2, #content h3, #content h4 {
	font-family: Gill Sans,Arial,Verdana,Helvetica,sans-serif;
}
/**#content h3, #content h4{
	font-size:0.8em;
}**/
#announcementsHome {
	font-size:1em;
}
#announcementsHome h3, #announcementsHome h4, #announcementsHome a{
	font-size:1em;
}
.announcements{
	font-size:1em;
}
/*#content {
	
	width: 100%;
	border-top: 2px solid #BDBDBD;
	background-color: #FAFAFA;
	font-family: Verdana,Helvetica,sans-serif,Arial;
	font-size:13px;
}*/

input.defaultButton, input.button {
}

input.button, input.defaultButton {
    background-color: none;
	border-radius: 3px;
}

input.button:hover {
	border: 2px solid black;
}

input.textField, select.selectMenu, textarea.textArea, input.uploadField {
	background-color: white;
	border: 2px solid #BDBDBD;
}
.arrowgreen{
	margin-top: 20px;
	margin-bottom: 20px;
	width: 180px; /*width of menu setting*/
	border-style: solid solid none solid;
	border-color: #94AA74;
	border-size: 1px;
	border-width: 1px;
}

.arrowgreen ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
	
.arrowgreen li a{
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	display: block;
	background: transparent url(arrowgreen.gif) 100% 0;
    height: 24px; /*Set to height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	padding: 4px 0 4px 10px;
	line-height: 24px; /*Set line-height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	text-decoration: none;
}	
	
.arrowgreen li a:link, .arrowgreen li a:visited {
	color: #5E7830;
}

.arrowgreen li a:hover{
	color: #26370A;
	background-position: 100% -32px;
}

	
.arrowgreen li a.selected{
	color: #26370A;
	background-position: 100% -64px;
}
#topmenu{
float:right;
}
.logo {
	position: absolute;
	left: 12px;
	top: 7px;
}
.logo img {
	width:566px;
}
#topmenu.h_links ul.tab { 
 list-style-type: none;
 padding: 0;
 margin: 0;
 }
 #topmenu.h_links ul.tab li {
 float: left; 
 padding: 0;
 margin: 0; 
 padding-top: 0; 
 background: url(tab_right.png) no-repeat right top;
 margin-right: 1px;
 }
 #topmenu.h_links ul.tab li a {
 display: block;
 padding: 0px 10px;
 color: #fff; 
 text-decoration: none;
 background: url(tab_left.png) no-repeat left top;
 }
 #topmenu.h_links ul.tab li a:hover {
 color: #ff0;
 }
 #sitehead {
	background-image: url(slogan_bg.gif);
	background-repeat: no-repeat;
	background-position: right center;
	background-color: #FFFFFF;
	position: relative;
	text-align: left;
	height: 90px;
}
.slogan {
	font-size: 18px;
	font-weight: bold;
	line-height: 63px; /* 3.5em */
	color: #DADADA;
	margin: 0 0 0 126px;
}
#container {
    background-color: #FFFFFF;
    border-bottom: 0 none;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    margin: 0 auto !important;
    min-height: 100%;
    padding: 0;
   /* width: 978px !important; */
    width: 1300px
	overflow:auto;
}

#leftSidebar{
padding:0;
margin-left:0;
margin-right:0;
overflow:visible;
}
html body div#container div#body div#main div#content p {
	
    word-wrap: break-word;
}