body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #F0F0F0;
}

/* ADDS SCROLLBAR TO PAGE */
html {

	height:100%;
	overflow:scroll;
	margin-bottom:1px;

}

.small {
	font-size: .8em;
}
.smaller {
	font-size: .6em;
}


.clear {
	clear: both;
}



/*********  LAYOUT DIVS  *********/

#container {
	height: 100%;
	background-image: url(main_images/175px_ltblue.gif);
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-repeat: repeat-y;
	clear: none;
	background-color: #FFFFFF;
	font-size: 0.75em;
}

#banner {
	clear: both;
	height: auto;
	width: auto;
	padding:0px;
	background-color: #7A89C0;
	white-space: nowrap;
}

/** Hide Heading Text **/

#banner h1 {
	display:none;
}

#bannerIMAGE {
	width:800px;
	height:110px;
	background-image: url(main_images/PLC_banner.jpg);
	display:block;
	clear:both;
}

#nav {
	float: left;
	clear: none;
	position: relative;
	min-height: 300px;
	width: 175px;
	left: 0px;
	display: block;
	background-color: #7A89C0;
}

#content {
	position: relative;
	display: block;
	clear: none;
	text-align: left;
	vertical-align: top;
	color: #000033;
	float: right;
	height: auto;
	margin: 0px;
	padding-right: 10px;
	padding-left: 4px;
	width: 610px;
}

#footer {
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #FFFFFF;
	text-align: center;
	background-color: #000066;
	padding-top: 5px;
	padding-bottom: 5px;
	float: left;
	width: 800px;
	margin: 0px;
	position: relative;
}
#NewsScroll {
 	display:block;
 	overflow:auto;
 	width:180px;
 	height:160px;
 	text-align:left;
 	margin:0px -6px -5px 0px;
 }
#NewsScroll p {
	padding:2px;
}
/******** NAVIGATION  **********/

#sasNavBanner {
	clear: both;
	width: 790px;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	float:left;
	background-color: #FFFFFF;
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #000066;
	position: relative;
	vertical-align: text-bottom;
	line-height: 2.5em;
	padding-right: 10px;
}


#bannerNAV {
	clear: both;
	width: 793px;
	background-color: #7A89C0;
	white-space: nowrap;
	color: #FFFFFF;
	text-align: left;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-weight: bold;
	border: 1px solid #000000;
	float: left;
	background-image: url(main_images/breadcrumb_bckgrnd.gif);
	background-repeat: repeat-y;
	height: 23px;
	padding-top: 2px;
	padding-left: 5px;
}
#quicklinks, #languagelinks {
	background: #D8E4F3;
	border:none;
	font-size: .9em;
	width: 160px;
	clear: both;
	float: left;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
form {
	display: block;
	margin: 0px;
	padding: 0px;
}



#searchbox {
	clear: none;
	white-space: nowrap;
	color: #95BFFF;
	text-align: right;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-decoration: none;
	margin:0px 8px 0px 0px;
	height: auto;
	float: right;

}

a#searchbutton:link, a#searchbutton:link, #searchbutton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #B0BADD;
	font-size: 0.9em;
	font-weight: bold;
	text-decoration: none;
}

a#searchbutton:hover {
	text-decoration:none;
	color: #FFFFFF;

}


/*********  BUTTON STYLE  *********/
.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	display: block;
	clear: both;
	float: left;
	position: relative;
	text-align: left;
	text-decoration: none;
	padding-left: 10px;
	color: #FFFFFF;
	width: 165px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-color: #7A89C0;
}

a.button:link, a.button:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FFFFFF;
	font-weight: bold;
	position: relative;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #7A89C0;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;

	}

a.button:hover {
	color: #55A1DF;
	background-color: #1A3590;
	}
	
a.button:active {
	color: #B0FFFF;
	}
	
	
.subbutton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	display: block;
	clear: both;
	float: left;
	width: 165px;
	position: relative;
	text-align: left;
	text-decoration: none;
	padding-left: 10px;
	color: #7794C9;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	text-indent: 15px;
}

a.subbutton:link, a.subbutton:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #FFFFFF;
	background-color: #9BA7D0;
	text-indent: 15px;
	padding-left: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	clear: both;
	float: left;
	width: 165px;

	}

a.subbutton:hover {
	color: #55A1DF;
	background-color: #1A3590;
	}
	
a.subbutton:active {
	color: #B0FFFF;
	}

	
a.footerbutton:link, a.footerbutton:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;

	}
	
a.footerbutton:hover {
	color: #55A1DF;
	}
	
a.footerbutton:active {
	color: #B0FFFF;
	}
		
	


/*********  BASIC STYLES  *********/

p {
	padding-left:20px;
}

h1, h2, h3, h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #990000;
	padding-left:10px;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.5em;
}

h3 {
	font-size: 1.2em;
}
h4 {
	font-size: 1em;
	text-indent: 0.5em;
}

#content h2 {
	margin: 0 0 .3em 0;
	color: #990000;
}

.whiteINDENT {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-decoration: none;
	text-indent: 5px;
	color: #FFFFFF;
}

li {
}
table {
}

.tdHEADER {
	color: #FFFFFF;
	font-weight: bold;
	background-color:#7A89C0;
}

.floatLEFT {
	padding: 2px;
	float: left;
	width: auto;
	margin:0 2px 2px 10px;
	border: 1px solid #000066;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .85em;
	text-align: center;
}

.floatRIGHT {
	padding: 2px;
	float: right;
/*	position: relative;*/
	width: auto;
	margin:0 10px 2px 2px;
	border: 1px solid #000066;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .85em;
	text-align: center;
}
a:link, a:visited {
	color: #000066;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #CC0000;
	text-decoration: none;
}
.WHITE {
	color: #FFFFFF;
	font-size: .8em;
	}

a.WHITE:link, a.WHITE:visited {
	color: #FFFFFF;
	text-decoration:none;
	}

a.WHITE:hover {
	color: #CCCCCC;
	}
	
a.WHITE:active {
	color: #FFCC00;
	}
.largerBOLD {
	font-size: 1.2em;
	font-weight: bold;
}
.red {
	color: #990000;
}
