* {
    margin: 0px;
    padding: 0px;
}

/*** Typographic Section ***/
body {
    background-color: #fff;
    font: 12px Verdana, Helvetica, sans-serif;
    color: #58595b;
}
p {
    line-height: 1.5em;
}
h1 {
	font: Trebuchet MS, arial, helvetica;
    font-weight: bold;
    font-size: 18px;    
}
h2 {
	font: Trebuchet MS, arial, helvetica;
    font-weight: bold;
    font-size: 16px; 
}
a {
    text-decoration: none;
}
a:link {
    color: #3e8aaf;
	font-weight: bold;
}

a:visited {
    color: #3e8aaf;
	font-weight: bold;

}

ul {
	list-style: disc inside;
	padding-left: 25px;
}

.emphasize {
    font-weight: bold;
}

/*** Layout Section ***/
#pagewrap {
    margin: 0px auto;
	width: 950px;
	background-color: #fff;
}
div#header {
    height: 140px;
}
#Logo {
    margin: 20px 0px 0px 20px;
}
div#content {
    margin-top: 10px;  /*To provide spacing between content and swoosh*/
}
div#Main {
    width: 800px;
	padding: 0px 10px 20px 10px;
	/*overflow: hidden;*/
	float: left;
	margin-left: 6px;
}
#Main ul {
    list-style-position: outside;
    margin-left: 12px;
}

div#VerticalColumn {
    width: 170px;
    float: right;
	padding: 0px 10px 0px 10px;
	font-size: 16px;
	color: #9a5ba4;
	line-height: 24px;
	display: none;
}

div#Footer {
    font-size: 24px;
    color: #9a5ba4;
    text-align: left;
    margin-left: 190px;
	padding-left: 10px;
	padding-bottom: 20px;
    clear: both;
    display:none;
}
div#Attribution {
    float: right;
	font-size: 11px;
	color: #9a5ba4;
	line-height: 11px;
	padding-top: 5px;
}
div#swoosh {
    position: relative;
    z-index: 100;
    display: none;
}

/*** Top Nav Bar Section ***/
div#TopNav {
	width: 100%;
	background: #9a5ba4;
	color: #fff;
	height: 30px;
	padding: 2px 0px 4px 0px;
	display: none;
}
#TopNav ul {
    margin: 0px;
    padding-left: 0px;
    list-style-type: none;
}
#TopNav li {
	border-left: 1px #fff solid;
	text-align: center;
	float: left;
	width: 130px;
	height: 30px;
}
#TopNav ul> :first-child{
/*** Stephen: What does "first-child" mean?
Part of the cascade. Targeting the first <li> in TopNav to remove the left barder white bar***/
	border-left:2px #9a5ba4 solid;
}
#TopNav a {
    	display: block;
    	height: 30px;
}

#TopNav a:link {
	color: #fff;
	text-decoration: none;

}
#TopNav a:visited {
	color: #fff;
}

#TopNav a:hover {
	color:#000;
	background: #B5CFE1;
}
#TopNav li.current {
    font-weight: bold;
}

/*** Side Nav Section ***/
div#SideNav {
    width: 180px;
    float: left;
	display: none;
}

#SideNav hr {
    width: 170px;
    color: #e3ded1;
    background-color: #e3ded1;
    margin-left: auto;
    margin-right: auto;
    height: 1px;
    border-width: 0;
}
#SideNav ul {
    margin: 10px 0px 0px 20px;
}
#SideNav li {
    list-style-position: outside;
    list-style-type: none;
}
#SideNav a:link {

}
#SideNav a:visited {

}
#SideNav li.current {
    list-style-type: disc;
}
#SideNav img {
    margin: 30px 0px 50px 0px;
}
div#SideNavTop {
    margin: 0px 0px 10px 20px;
	font: Trebuchet MS, arial, helvetica;
    font-weight: bold;
    font-size: 18px; 
}
div#SideNav3 {
    font-size: 10px;
    margin: 30px 10px 50px 10px;
}
