html, body, div, p, h4, h2, h3, h4, h5, h6, blockquote, ol, ul, li, dl, dt, dd, td, form, fieldset, a, img, button {
     margin: 0;
     padding: 0;
     border: 0;
}

.BannerColumn {background-color:#000000}
.Banner {border:0; padding:0; height:8px; margin-top:0px; color:#ffffff; filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=1,StartColorStr='#1c5280',EndColorStr='#FFFFFF');}
.BannerTextCompany {font:bold; font-size:18pt; color:#cecece; font-family:Tahoma; height:0px; margin-top:0; margin-left:8px; margin-bottom:0; padding:0px; white-space:nowrap; filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=2,OffY=2,Color='black',Positive='true');}
.BannerTextApplication {font:bold; font-size:18pt; font-family:Tahoma; height:0px; margin-top:0; margin-left:8px; margin-bottom:0; padding:0px; white-space:nowrap; filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=2,OffY=2,Color='black',Positive='true');}
.BannerText {font:bold; font-size:18pt; font-family:Tahoma; height:0px; margin-top:0; margin-left:8px; margin-bottom:0; padding:0px; filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=2,OffY=2,Color='black',Positive='true');}
.BannerSubhead {border:0; padding:0; height:16px; margin-top:0px; margin-left:10px; color:#ffffff; filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=1,StartColorStr='#4B3E1A',EndColorStr='#FFFFFF');}
.BannerSubheadText {font:bold; height:11px; font-size:11px; font-family:Tahoma; margin-top:1; margin-left:10; filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=2,OffY=2,Color='black',Positive='true');}

body{
	text-align:center;
	background-color:#848484;
	background-image:url(Images/bg_tile.gif);
	background-repeat:repeat;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:0.78em;
}

h4, h2, h3, h4, h5, h6 {color:#444444;}

/*Typographics styles adapted from http://www.thenoodleincident.com/tutorials/typography/ */
h4 {
	margin-top:1em;
	font-size: 1.4em;
	font-weight: bold;
}
h2 {
	margin-top:1em;
	font-size: 1.3em;
	font-weight: bold;
}
h3 {
	margin: 0.5em 0;
	font-size: 1.2em;
	font-weight: normal;
}
h4 {
	margin: 0.5em 0;
	font-size: 1.1em;
	font-weight: bold;
}
h5 {
	margin: 0.5em 0;
	font-size: 1.0em;
	font-weight: bold;
}
h6 {
	margin: 0.5em 0;
	font-size: 0.8em;
	font-weight: bold;
}

p  {margin: 1em 0;}

a {text-decoration:underline;}

a:hover {text-decoration:none;}

#wrapper{
	width:770px;
	margin-top:10px;
	padding-bottom:3px;
	border:1px solid #ffffff;	
	text-align:left;
	background-color:#FAFAFE;
	background-image:url(Images/main_bg.png);
	background-repeat:repeat-y;
	background-position:top center;
}

* html .wrapper {   /*** IE5.x/win box model fix ***/
	width: 772px;
	width: 770px;
}

#header{
	height:160px; 
	position:relative;
	background-image:url('Images/header_bg.png');
	background-repeat:repeat-x;
	background-color:#FFFFFF;
}

#tagline{
	position:absolute;
	top:20px;
	right:10px;
	height:100px;
	width:200px;
	font-size:x-small;
}

#logo
{
    height:140px;
    width:150px;
	position:absolute;
	top:10px;
	left:10px;
	background-image:url(Images/SUNLOGO_WEBHEAD.gif);
}

#mainnav 
{
	padding-left:5px;
	border-bottom:1px solid #000000;
	border-top:1px solid #000000;	
	background-color:#ffffff;
}

#mainnav .selected {
	background-color:#FF9900; 
	color:#FFFFFF;
}

#contentwrapper
{
    width:770;
}

#leftcontainer
{
    width:150px;
    border-right:1px solid #000000;
}

#centrecontainer
{
    width:465px;
}

#leftcol 
{
    width:148px;
    float:left;
    }

#centercol
{
    width:463px;
    float:left;
    min-height:400px;
    border-left:1px solid #FFFFFF;
    border-right:1px solid #FFFFFF;
    }

#rightcol
{
    width:150px;
    float:left;
    border-left:1px solid #FFFFFF;
}

#footer
{
    width:768px;
    padding-top:5px;
    border-top:1px solid #000000;
    background-image:url(Images/header_bg.png);
	background-repeat:repeat-x;
	background-color:#FAFAFE;
	font-size:x-small;
	position:static;
}

.sidebarcontainer{
	margin:5px;
	padding:6px;
	border:1px solid #FFFFFF;
	background-color:#FAFAFE;
	font-size:smaller;
    border: 1px solid #000000;
}

.centerbarcontainer
{
    min-height:670px;
	margin:5px;
	padding:6px;
	border:1px solid #FFFFFF;
	background-color:#FAFAFE;
	font-size:small;
    border: 1px solid #000000;
}