* { padding: 0; margin: 0; }

html {
 overflow-y: scroll;
}

body {
 font-family: Helvetica, Arial, Verdana, sans-serif;
 font-size: 13px;
 text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
 background: #FFF200;
 /*background: #aaaaaa;
 background-image: url('images/background.gif');
 background-repeat: repeat-x;*/
}

p {
 padding: 10px;
}

h1 {
font-size: 14px;
font-weight: bold;
letter-spacing: -1px;
}

h2 {
font-size: 12px;
font-weight: bold;
}

h3 {
font-size: 12px;
font-weight: bold;
}

#bigtext {
font-size: 46px;
font-weight: bold;
letter-spacing: -1px;
text-align: left;
line-height: 90%;
}

#mediumtext {
font-size: 24px;
font-weight: bold;
letter-spacing: -1px;
text-align: left;
}

#bodytext {
font-size: 12px;
font-weight: bold;
text-align: left;
}

a:link, a:visited {
color: #000000;
text-decoration: none;
}

a:hover {
color:#ff9bc8;
text-decoration: none;
}

a:active {
color:#f064a5;
text-decoration: none;
}

#wrapper {
 margin: 0 auto;
 width: 980px;
}

/* ------ Begin Common Header 1 ------ */

#header {
 color: #333;
 width: 980px;
 float: left;
 height: 126px;
}

#header_inner {
 width: 815px;
 height: 121px;
 border-bottom: 5px solid #000000;
 float: right;
 text-align: left;
 background-image:url('images/header1dash_intro.gif');
 background-repeat: no-repeat;
}

#logo {
 float: right;
 /*height: 112 px;
 width: 45 px;*/
 }
 
#logotext {
float: left;
margin-top: 25px;
height: 20px;
margin-bottom: 0;
padding: 0;
}

#navbox {
margin: 0;
height: 101px;
width: 745px;
float: left;
}

#navbox_section1 {
width: 165px;
}

#navbox_section2 {
width: 85px;
}

ul.nav {
list-style-type: none;
width: auto;
position: relative;
display: block;
height:28px;
font-size:12px;
margin-bottom: 0;
padding-top: 54px;
}

ul.nav li {
display: block;
float: left;
margin: 0;
padding: 0;
}

ul.nav li a {
list-style-type:none;
display: block;
color:#696969;
text-decoration:none;
}

ul.nav li a:hover {
color: #ff9bc8;
text-decoration: none;
}

ul.nav li a:active {
color: #f064a5;
text-decoration: none;
}

/* ------ End Common Header 1 ------ */
/* ------ Begin Common Header 2 ------ */

#header2 {
 float: left;
 width: 980px;
 height: 56px;
 color: #333;
 background-image:url('images/header2bg_intro.gif');
 background-repeat:no-repeat;
}

#sectiontitle {
padding-top: 14px;
width: 330px;
text-align: left;
float: left;
}

#pagetitle {
padding-top: 14px;
width: 165px;
text-align: left;
float: left;
}

ul.nav2 {
list-style-type: none;
width: auto;
position: relative;
display: block;
font-size:12px;
margin-bottom: 0;
}

ul.nav2 li {
display: block;
float: left;
margin: 0;
padding: 0;
}

/* ------ End Common Header 2 ------ */
/* ------ Begin Left Navigation ------ */

#leftcolumn { 
 width: 165px !important;
 float: left;
 background-image: url('images/leftnavdash_intro.gif');
 background-repeat: no-repeat;
 height: 500px;
}

#leftcolumn_inner1 {
height:390px;
width: 165px;
}

#leftnavtext {
text-align:left;
padding-bottom: 3px;
color: #000000;
}

ul.leftnav {
list-style-type: none;
width: auto;
position: relative;
display: block;
font-size:12px;
margin-bottom: 0;
}

ul.leftnav li {
display: block;
float: inline;
margin: 0;
padding: 0;
}

ul.leftnav li a {
list-style-type:none;
display: block;
color:#868686;
text-decoration:none;
}

ul.leftnav li a:hover {
color: #ff9bc8;
text-decoration: none;
}

ul.leftnav li a:active {
color: #f064a5;
text-decoration: none;
}

#copyright {
font-size: 10px;
font-weight: bold;
text-align: left;
color: #696969;
line-height: 96%;
}

/* ------ End Left Navigation ------ */
/* ------ Begin Middle Content ------ */

#middlecolumn { 
 float: left;
 width: 815px;
 height: 487px;
 margin-top: 20px;
 background-image: url('images/msp_biglogo.gif');
 background-repeat: no-repeat;
 display: inline;
}

/* ------ End Middle Content ------ */
/* ------ Begin Main Content ------ */

/*#content {
 width: 650px;
 float: left;
 height: auto;
 padding-bottom: 60px;
}*/

#main_inner {
width: 495px;
}

ul.mainlist {
list-style-type: none;
position: relative;
display: block;
}

ul.mainlist li {
list-style-type: none;
display: block;
float: inline;
margin: 0;
padding: 0;
}

/* ------ End Main Content ------ */