/* CSS Document */

body
{
background: #e8e8e8;
padding: 0px 0px 35px 0px;
font-size: 12px;
font-family: "verdana", "times new roman", serif;
color: #797979;
}

#outer
{
z-index: 2;
position: relative;
width: 1000px;
background-color: #e8e8e8;
margin: 0 auto;
}

#headerpic
{
position: relative;
height: 140px;
width: 1000px;
background: #fff url('images/mysas.jpg') no-repeat right top;
top: 0px;
left: 0px;
}

p
{
	padding:0px;
	margin:0px;
	line-height: 1.8em;
}

h1
{
font-size: 16pt;
font-weight: normal;
font-family: Verdana, Arial, Helvetica, sans-serif;
margin:0px;
padding:0px;
padding-bottom:20px;
}

h2
{
font-size: 13pt;
font-weight: normal;
color:#4bc6e5;
font-family: Verdana, Arial, Helvetica, sans-serif;
margin:0px;
padding:0px;
padding-bottom:15px;
}

h3
{
font-size: 11pt;
font-weight: normal;
color:#4bc6e5;
font-family: Verdana, Arial, Helvetica, sans-serif;
margin:0px;
padding:0px;
padding-bottom:5px;
}

a
{
color: #24a6c7;
text-decoration: none;	
}

a:hover
{
color: #888888;
text-decoration: none;
}

#menu
{
background: #faf074;
height: 28px;
width: 1000px;
font-size: 7pt;
font-family: "verdana", "times new roman", serif;
	top: 0px;
	left: 0px;
}
#primarycontainer
{
float: left;
width: 1000px;
background: #fff url('images/gradient1.jpg') repeat-x;
}

#container
{
	width: 976px;
	margin: 0 auto;
	padding: 8px 0px 8px 0px;

}

#content
{
	float: left;
	padding: 8px 10px 8px 10px;
	width: 956px;
	background-color: #FFFFFF;
}


#contentleft
{
padding:10px 8px 10px 8px;
background-color: #FFFFFF;
float: left;
width: 590px;
}

#contentright
{
float: right;
background-color: #FFFFFF;
width:  280px;
padding: 20px 10px 10px 10px;

}


#footer
{
position: relative;
height: 2.0em;
clear: both;
padding-top: 5.0em;
background: #fff url('images/border2.gif') repeat-x 0em 2.5em;
font-size: 0.8em;
}

#footer .left
{
position: absolute;
left: 2.0em;
bottom: 1.2em;
}

#footer .right
{
position: absolute;
right: 2.0em;
bottom: 1.2em;
}

.Invisible
{
	display:none;
}

.floatLeft
{
	float:left;
}

.floatRight
{
	float:right;
}

.width2ColumnSmall
{
	width:17%;
}

.width2ColumnLarge
{
	width:83%;
}

