/*****
 * ISS, Inc.
 * Author:   Matthew Pava
 * Version:  Feb 17, 2011
 *****/

body {
	font-family: Calibri, Helvetica, Verdana, sans-serif;
	font-size: 100%;
	color: #FFFFFF;
	background: #5E6F77;
	margin: 0;
	padding: 0;
	text-align: justify;
	margin-bottom: 2em;
}

#different-color {
    width: 780px;
	background: #899498;
	margin: 0 auto;
	text-align: center;
}

#header {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 2em;
}

#menu {
	width: 780px;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1em;
	list-style-type: none;
}

#menu li {
	display: inline;
	float: left;
	text-align: center;
}

#menu li a, #menu li a:visited {
	display: block;
	width: 128px;
	font-size: 1.1em;
}

#menu a:link, #menu a:visited { text-decoration: none; color: #EEEEEE; }
#menu a:focus, #menu a:active { text-decoration: none; color: #BBBBBB; }
#menu a:hover { text-decoration: none; color: #B6DFE1; }

#main {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 2em;
}

#side {
	width: 90px;
	position: absolute;
	text-align: right;
	float: left;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1em;
	margin: 0;
	list-style: none;
	visibility: visible;
	display: block;
}

#side li {
	margin-bottom: 0.5em;
}

#content {
	width: 629px;
	text-align: left;
	float: right;
	padding-left: 0;
	padding-right: 20px;
	border-left: none;
	margin-left: 0;
	min-height: 25em;
}

#content p, #content table, #content ul, #content ol, #content h1, #content h2, #content h3 {
    margin-left: 40px;
	margin-right: 40px;
}

#footer {
	clear: both;
}

#copyright {
    float: right;
	text-align: right;
	background: #899498;
	width: 100%;
}

#toggle {
	width: 203px;
	text-align: right;
	float: left;
	padding-left: 5px;
	padding-right: 5px;
	margin: 0;
	font-size: 0.6em;
}

.sponsor {
    margin: 0 15px;
}

li.no-bullet {
    list-style: none;
}

h1 {
    font-size: 100%;
    margin-bottom: 0;
    text-align: right;
    letter-spacing: 0.165em;
}

h2 {
    font-size: 90%;
    margin-top: 0;
    margin-bottom: 0;
    text-align: right;
    letter-spacing: 0.165em;
}

h2.deadline {
    font-size: 95%;
    margin-bottom: 1em;
}

h3 {
    font-size: 90%;
    margin-bottom: 0;
    padding-bottom: 0;
}

h4 {
    font-size: 90%;
    margin-bottom: 0;
    padding-bottom: 0;
}

.errorMsg {
    color: red;
    display: none;
}

p, table, td, tr, span {
    text-align: justify;
    margin-top: 0;
}

.page-functions {
    color: #CBD842;
    text-align: right;
    padding-right: 60px;
    font-size: 80%;
    letter-spacing: 0.125em;
	list-style-type: none;
}

.page-functions li {
	display: inline;
	text-align: center;
	vertical-align: middle;
    height: 21px;
	list-style-type: none;
}

.page-functions li iframe {
    display: inline;
	vertical-align: middle;
    border: none;
    overflow: hidden;
    width: 75px;
    height: 21px;
}

.page-functions a:link    { text-decoration: none; color: #CBD842; }
.page-functions a:visited { text-decoration: none; color: #CBD842; }
.page-functions a:hover   { text-decoration: underline; color: #CBD842; }
.page-functions a:focus   { text-decoration: underline; color: #CBD842; }
.page-functions a:active  { text-decoration: underline; color: #CBD842; }

/*****
 * All images with links should have no border.
 */
img {	border: 0;	margin: 0; padding: 0;}

.print-show {
    visibility: hidden;
    display: none;
}

/*****
 * Modify the way links are shown.
 */
a:link { text-decoration: none; color: #CBD842; }
a:visited { text-decoration: underline; color: #FFFFFF; }
a:focus { text-decoration: underline; color: #CBD842; }
a:hover { text-decoration: underline; color: #CBD842; }
a:active { text-decoration: underline; color: #FFFFFF; }


a:hover img { text-decoration: none; }

.right { text-align: right; }
.center { text-align: center; }
.left { text-align: left; }
.fleft { float: left; }
.fright { float: right; padding-left: 15px;}

/*Safari Hack*/
#content-rectangle {
    margin-bottom: -4px;
}
@media all and (min-width:0px) {
	body:not(:root:root) #content-rectangle { margin-bottom:-6px; }
}