/* CSS layout */
body {
	margin:50px 0px; padding:0px;
	text-align:center;
}
h2{ 
	margin-bottom:10px;
    font-size:20px;
}
#site
{	width:955px;
	margin:0px auto;
	text-align:left;

}
#masthead {
height: 175px;
background-color: #FFFFFF;
}

#top_nav {
	background-color: #003468;
	width: 955px;
	height: 25px;
	left: 0px;
	top: 176px;
}

#container {
height: 450px;
width: 955px;
}

#left_col {
	position: absolute;
	margin: 0 0 0 0;
	width: 225px;
	height: 450px;
	padding: 0;
	/*background-color: #99AEC3;*/
	background-color: #9DCB3B;
    text-align: center;
}

#page_content {
	position: absolute;
	margin: 0 0 0 226px;
	overflow: auto;
	height: 440px;
	width: 726px;
	padding: 0;
;	background-image: url('images/background/PABackground.jpg');
	background-repeat: no-repeat;
}
#page_content_MAIN {
	position: absolute;
	margin: 0 0 0 225px;
	overflow: auto;
	height: 450px;
	width: 730px;
	padding: 0;
;	background-image: url('images/background/PABackground.jpg');
	background-repeat: no-repeat;
}

#pscroller1{
width: 200px;
height: 150px;
border: 0px solid black;
padding: 5px;
/*background-color:#99AEC3;*/
background-color: #9DCB3B;
left: 6px;
font-family:Arial, Helvetica, sans-serif;
font-size:small;
text-align:left;
}
#footer {
	background-color: #003468;
	height: 10px;
	width: 955px;
}
#notice {
	background-color:#FFFFFF;
	height:25px;
	width: 955px;

}
#tabContainer {
	width:700px;
	/*padding:15px;*/
	-moz-border-radius: 4px;
	border-radius: 4px; 
}

.tabs{
	height:30px;
}

.tabs > ul{
	font-size: 1em;
	list-style:none;
}

.tabs > ul > li{
	margin:0 2px 0 0;
	padding:7px 10px;
	display:block;
	float:left;
	color:#FFF;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-top-left-radius:4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px; 
	background: #C9C9C9; /* old browsers */
	background: -moz-linear-gradient(top, #0C91EC 0%, #257AB6 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0C91EC), color-stop(100%,#257AB6)); /* webkit */
}

.tabs > ul > li:hover{
	background: #FFFFFF; /* old browsers */
	background: -moz-linear-gradient(top, #FFFFFF 0%, #F3F3F3 10%, #F3F3F3 50%, #FFFFFF 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(10%,#F3F3F3), color-stop(50%,#F3F3F3), color-stop(100%,#FFFFFF)); /* webkit */
	cursor:pointer;
	color: #333;
}

.tabs > ul > li.tabActiveHeader{
	background: #FFFFFF; /* old browsers */
	background: -moz-linear-gradient(top, #FFFFFF 0%, #F3F3F3 10%, #F3F3F3 50%, #FFFFFF 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(10%,#F3F3F3), color-stop(50%,#F3F3F3), color-stop(100%,#FFFFFF)); /* webkit */
	cursor:pointer;
	color: #333;
}

.tabscontent {
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 0px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	/*padding:10px 10px 25px;
	background: #FFFFFF; /* old browsers 
	background: -moz-linear-gradient(top, #FFFFFF 0%, #FFFFFF 90%, #e4e9ed 100%); /* firefox 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(90%,#FFFFFF), color-stop(100%,#e4e9ed)); /* webkit */
	margin:0;
	color:#333;
}