/*
	font-family: "Courier New", Courier, mono;
    font-family: "Times New Roman", serif;
	font-family: courier;
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	font-family: "CenturyExpanded",​"Times New Roman",​Times,​serif;
*/

body{
    margin:0;
    padding:0;
    /* line-height: 2.0em; */
    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    font-size: 14px;
    color: #000;
}

/* margin: 0 auto; Center container on page*/
#maincontainer{
    width: 80%; /*Width of main container*/
    margin: 0 auto;

}

#topsection{
    height: 90px; /*Height of top section*/
}

#contentwrapper{
    float: left;
    width: 100%;
    padding-bottom: 90px;
}

#contentcolumn{
    margin-left: 200px; /*Set left margin to LeftColumnWidth*/
    padding-top: 14px;
    padding-left: 56px;
}

#contentcolumnnarrow {
    line-height: 1.5em;
    margin-left: 200px; /*Set left margin to LeftColumnWidth*/
    padding-top: 14px;
    padding-left: 56px;
    width: 320px;
}


#contentcolumn li	{
    list-style-type : none;
    padding-bottom: 10px;
}

#leftcolumn{
    float: left;
    width: 200px; /*Width of left column*/
    margin-left: -840px; /*Set left margin to -(MainContainerWidth)*/
}

#footer{
    clear: left;
}


#navselected {
    text-decoration: none;
	background: #f6f675;
	padding: 0px 5px 0px 5px;
}

a:link {
	text-decoration: underline;
	color: #000;
}

a:visited {
	text-decoration: underline;
	color: #000;
}

a:hover {
    text-decoration: underline;
	background: #f6f675;
    color: #000;
}

a:active {
	text-decoration: underline;
	color: #000;
}

/* font-size: 15px; */
.nav {
    text-align: right;
    color: #000;
    text-transform: uppercase;
    padding: 0px 5px 0px 5px;
	}


.nav li	{
    list-style-type : none;
    padding-bottom: 4px;
}

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

.nav a:visited {
    text-decoration: none;
	color: #000;
}

/*
    background: #ffffb3;
*/
.nav a:hover {
    text-decoration: none;
    background: #f6f675;
    color: #000;
}

.nav a:active {
	text-decoration: none;
	background: #f6f675;
	color: #000;
}

div.sectionheader {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 15px;

}

div.section {
  margin-top: 10px;
  margin-bottom: 60px;
  max-width: 450px;
}
