/* CSS Document */
/* page structure styles */
body, html {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 100%;
}
body {
	min-width:760px;
	height: 100%;
	background-color: #013499;
	color: #333333;
}
#wrapper {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/bckgrnd.gif);
	background-repeat: repeat-y;
}
#header {
	width: 100%;
}
#boxbody {
	float: left;
	width: 590px;
}
#main {
	float: right;
	width: 390px;
	margin: 0;
	padding-right: 10px;
	padding-left: 10px;
}
#sidebar {
	float: left;
	width: 180px;
	font-size: 12px;
}
#rightcol {
	width: 154px;
	float: right;
	padding-right: 16px;
}
#nonFooter
{
position: relative;
min-height: 100%;
}
.photoright {
	margin-left: 10px;
}
#footer {
	clear: both;
	width: 100%;
	color: #CCCCCC;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	height: 80px;
	position: relative;
}
#footer p {
	color: #FFFF99;
	font-size: 10px;
	margin-left: 110px;
	margin-right: 0px;
	text-align: left;
	line-height: 110%;
	padding-top: 30px;

}
#footer p a {
	color: #FFCC33;
	text-decoration: none;
}
#footer p a:hover {
	color: #FFFFFF;
}
#boxclear {
	clear: both;
}

/* appearance styles */
p {
	font-size: 12px;
	line-height: 130%;
	color: #333333;
	margin: 0px 0px 10px;
	padding: 0px;
}
h1 {
	font-size: 16px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	font-weight: bold;
	color: #242887;
	margin: 0px 0px 10px;
	background-color: #FFFFFF;
}
h2 {
	font-size: 12px;
	margin: 16px 0px 4px;
	padding: 0px;
}
#main p a {
	color: #666666;
	text-decoration: underline;
	background-color: #FFFFFF;
}
#main p a:hover {
	color: #990000;
	background-color: #FFFFFF;
}
.inlinesub {
	font-weight: bold;
	color: #990000;
	background-color: #FFFFFF;
}
#main ul {
	font-size: 12px;
	color: #333333;
	line-height: 130%;
	margin: 0px 0px 12px 10px;
	padding: 0px;
	list-style-type: none;
	background-color: #FFFFFF;
	}
#main li {
	margin-bottom: 0px;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: -2px 0.4em;
	padding-left: 12px;
	display: list-item;
	padding-top: 0px;
	margin-top: 0px;
}
.anchortext {
	font-size: 9px;
	color: #666666;
	background-color: #FFFFFF;
}

/* callout boxes are for an inset shaded box within the main content area. Use this for resources or sidebars that accompany the main content, or are not appropriate as a righ-column item */
#callout box {
	float: right;
	width: 180px;
}
#callout {
	display: block;
	margin: 0px 0px 10px 10px;
	padding: 8px 10px 6px;
	width: 160px;
	border: 1px solid #252A8C;
	float: right;
	background-color: #FFFFCC;
	color: #000000;
}
#callout p a {
	background-color: #FFFFCC;
	color: #000000;
}
#callout p a:hover {
	background-color: #FFFFCC;
	color: #990000;
}
#callout p {
	font-size: 10px;
	line-height: 120%;
	background-color: #FFFFCC;
	color: #333333;
}
#callout h1 {
	font-size: 10px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #990000;
	margin: 0px 0px 4px;
	padding: 0px 0px 2px 4px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #990000;
	background-color: #FFFFCC;
	color: #000000;
}

/* eventbox styles are for upcoming calendar events. Add and edit eventbox items on the master template to update these events site-wide */
.eventboxtitle {
	color: #FFFFFF;
	background-color: #252A8C;
	display: block;
	padding: 2px 2px 2px 4px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.eventbox {
	display: block;
	font-size: 10px;
	line-height: 110%;
	border: 1px solid #252A8C;
	margin: 0px;
	padding-left: 6px;
	color: #003399;
}
.eventbox a:hover {
	background-color: #FFFFFF;
	color: #000000;
}
.eventbox a {
	text-decoration: underline;
}
.eventboxlast {
	display: block;
	margin: 0px 0px 20px;
	border-top: 1px solid #252A8C;
	border-right: 1px solid #252A8C;
	border-bottom: 6px solid #252A8C;
	border-left: 1px solid #252A8C;
	font-size: 10px;
	line-height: 120%;
	padding: 4px;
	text-align: center;
}
.eventboxlast a {
text-decoration: underline;
}
.eventboxlast a:hover {
	background-color: #FFFFFF;
	color: #000000;
}

/* stickynote styles create the appearance of a sticky note tacked onto the page. Use the stickynote style for factoids or statistics */
#stickynote {
	background-color: #FFFF99;
	display: block;
	padding: 4px 4px 18px;
	background-image: url(images/stickybottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	font-size: 10px;
	line-height: 120%;
	color: #333333;
}
.stickytitle {
	font-weight: bold;
	color: #252A8C;
	background-color: #FFFF99;
}
.stickysource {
	font-size: 9px;
	font-style: italic;
	line-height: 120%;
	padding-bottom: 10px;
	background-color: #FFFF99;
	color: #333333;
	text-align: right;
	padding-right: 4px;
}
.tablesource {
	font-size: 9px;
	font-style: italic;
	line-height: 120%;
	padding-bottom: 10px;
	background-color: #FFFF99;
	color: #333333;
	text-align: left;
	padding-left: 4px;
}

/* linkbox styles are for additional resources and links to pages within the site, and redirects to external sites */
.linkbox {
	display: block;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	font-size: 10px;
	line-height: 110%;
	margin: 0px;
	padding: 4px;
	background-color: #C7DCFF;
}
.linkboxtitle {
	color: #FFFFFF;
	background-color: #000000;
	display: block;
	padding: 2px 2px 2px 4px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.linkbox a {
	text-decoration: none;
	color: #000000;
	display: block;
	padding: 4px;
}
.linkbox a:hover {
	background-color: #FFFF66;
	color: #000000;
}
.linkboxlast {
	display: block;
	margin: 0px 0px 20px;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 6px solid #000000;
	border-left: 1px solid #000000;
	font-size: 10px;
	line-height: 120%;
	background-color: C7DEFF;
	padding: 4px;
}
.linkboxlast a {
	text-decoration: underline;
	color: #000000;
	display: block;
	padding: 4px;
}
.linkboxlast a:hover {
	background-color: #FF9900;
	color: #FFFFFF;
}

/* Quote styles are for testimonials or quotes from people, and for the sources of content */
.Quote {
	color: #333333;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 11px;
	line-height: 120%;
	background-color: #E6D594;
}
.smallsource {
	font-size: 9px;
	font-style: italic;
	padding-left: 10px;
	line-height: 120%;
	padding-bottom: 10px;
	background-color: #E5D493;
	color: #333333;
}
#main ul {
	list-style-type: square;
	list-style-position: outside;
	margin-bottom: 6px;
}

#more a {
	color: #990000;
	text-decoration: none;
	background-color: #FFFFFF;
}
#more a:hover {
	text-decoration: underline;
}

/* ie hack: */
     #iehackwrap { text-align: center; display: block;}
     #boxwrap    { text-align: justify; display: block; }     


/* formatting */
#boxwrap { text-align: justify; margin-bottom: 2em; display: block; }
.sidebarboxtitle {
	color: #FFFFFF;
	background-color: #252A8C;
	display: block;
	padding: 2px 2px 2px 4px;
	margin-top: 10px;
	margin-right: 14px;
	margin-bottom: 4px;
	margin-left: 16px;
}
