h1,h2,h3,h4,h5,h6,pre,form,body,html,blockquote,fieldset,input,span{
	margin:0px;
	padding:0px;
}

body {
	font: 100% "lucida grande", "Segoe UI", arial, verdana, "lucida sans unicode", tahoma, sans-serif;
	font-size:0.9em;
	background:url(../images/bkg.gif) repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the */
	color:#333333;
	line-height:18px;
}

/* -------------------TEXT -------------------*/
h1 {
font-size: 0.95em;
}

h2 {
font-size: 0.88em;
} 

h3 {
font-size: 1em;
} 

a:link {
	color: #0066FF;
	}
a:visited {
	color: #0066FF;
}	

.txt_xsmall{
font-size:0.7em;
}

.txt_small{
font-size:0.8em;
}

.txt_mid{
font-size:0.88em;
}

.txt_header{
font-size:1.2em;
color:#000000;
font-weight:bold;
font-variant:normal;
}

.txt_header_selected{
font-size:1.2em;
color:#FFFFFF;
font-weight:bold;
font-variant:normal;
}

.txt_section_header{
font-size:1.5em;
color:#ffb514;
font-weight:bold;
font-variant:normal;
}

.txt_category_header{
font-size:28px;
color:#FFFFFF;
font-weight:normal;
font-variant:normal;
line-height:26px;
}

.txt_testimonial{
font-size:0.88em;
color:#666666;
font-weight:normal;
}

/* -------------------TEXT END-------------------*/

.hidden {
display:none;
background:#FFFFCC;
}

a.nav {
	padding: 0px;
	text-decoration: none;
	color: #333333;
}

a.nav:hover {
	padding: 0px;
	color: #FFFFFF;
	font-weight: bold;
}
/* THIS WILL HIGHLIGHT AS YOU MOVE OVER EACH TABLE*/
.highlight {

}
.highlight:hover {
background-color:#666666;
font-weight:bold;
color:#FFFFFF;
}
.col_white{
color:#fff;
}

/* ------------------------------------------BACKGROUND------------------------------------------*/
#site_slogan{
	float:right;
	margin-right:100px;
	margin-top:10px;
	color:#005CAF;
}

#header_top{	
width:100%;
margin-left:30px;
padding-top:20px;
}

#background_top {
background-image:url(../images/psl_brdr_upper.png);
background-repeat:no-repeat;
height:13px;
margin-top:0px;
}

#background_mid{
	background:#FFFFFF;
	min-height:650px;
	margin-top:-15px;
	padding:0;
}

#background_bottom {
height:16px;
margin-bottom:2px;
margin-top:-10px;
}

#upper_nav{
border-bottom:1px #cccccc solid;
}
.logo{
margin-left:100px;
margin-top:20px;
}

#login_box{
float:right;
margin-right:100px;
margin-top:-28px;
background-color:#FFFFFF;
padding:5px 20px 0 20px;
height:30px;
}

/* ------------------ Divs -----------------*/
#main-container { min-height: 700px; width: 100%; background: #fff000; width: 85%; margin: 0 auto; padding: 5px 0 0 0;}

#container
{ 
    width: 100%;
    margin: 0px auto;
	width:900px;
}

/* ------------------ tabs -----------------*/
.navlist_current{
background-image:url(../images/tab.jpg);
background-repeat:repeat-x;
color:#fff;
}

#header_nav
{
	border-bottom:dashed #ccc 1px;
	border-top:dashed #ccc 1px;
	height:28px;
	margin:0 auto;
	width:840px;
	/*margin-left:40px;
	margin-right:30px;*/
}

#navlist
	{
	text-align:left;
	margin-bottom:-8px;
	margin-top:15px;
	margin-left:30px;
	margin-right:30px;
	border-bottom:dashed #ccc 1px;
	border-top:dashed #ccc 1px;
		}

#navlist li
	{
		margin: 5px; 
  		display: inline;
  		list-style-type: none;
		padding: 10px 10px 10px 10px;
		line-height:30px;
		font-weight:bold;
		font-size:12px;
		color:#333333;
		/*background:#FF3366;*/
 	}
	
#navlist a:link, #navlist a:visited
	{
		font-size: 1em;
		margin-right: 4px;
		text-decoration: none;
		color:#333;
	}

#navlist a:link.active, #navlist a:visited.active
	{
		border-bottom: 1px solid #fff;
		background: #fff;
		color: #000;
	}

#navlist a:hover
	{
		background: #FFF;
		color:#dddddd;
	}
.alert{ /* used for confirmations and alerts*/
background-color:#FFFFCC;
border:1px solid #FFFF99;
padding:3px;
width:98%;
text-align:left;
margin:5px auto;
font-size:11px;
}