@charset "utf-8";

html {
    height: 100%;
    margin-bottom: 1px;
}

body  {
	background: #DDE2FC;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #0E092B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#container {
	width: 980px;  
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; 
	background-image: url(../images/bluebg.jpg);
	background-repeat: repeat-y;
} 
#containerNoSidebar {
	width: 980px;
	margin: 0 auto;
	text-align: left;
	background-image: none;
	background-repeat: repeat-y;
	background-color: #FFFFFF;
}
#header {
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #0E082A;

} 
#header img {
	display: block;
}
h1  {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	color: #705391;
	font-weight: normal;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0;
	line-height: 1.3em;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.3em;
	padding-top: 20px;
}


a {
	color: #1A7CB0;
	outline: none;
}


a:hover {
	color: #705391;
}

li {
	line-height: 1.5em;
}

table {
	font-size: 1.2em;
}
#mainContent {
	margin: 0 0 0 220px;
	padding: 0 30px 40px 30px;
	line-height: 1.6em;
} 
#mainContent p {
	font-size: 1.2em;
}
#mainContent li {
	font-size: 1em;
}
#mainContent li ul li {
	font-size: 1em;
}

#mainContent img {
	float: left;
	padding-right: 20px;
	padding-bottom: 10px;
}
#mainContentNoSidebar {
	line-height: 1.5em;
	background-image: none;
	margin-top: 50;
	margin-right: 50;
	margin-bottom: 50;
	margin-left: 50px;
	padding-top: 0;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 30px;
	font-size: 1.2em;
}

#sidebarlist {
	font-size: 1.6em;
	color: #FFFFFF;
	padding-left: 35px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #0E082A;
	padding-bottom: 15px;
}



#sidebar1 {
	float: left;
	width: 180px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
}
#sidebarlist a {
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	outline: none;
}
#sidebarlist a:hover {
	background-color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #CCCCCC;
}
.content {
	font-size: 1.2em;
	padding-top: 15px;
}
.moreLink {
	font-size: 12px;
	font-style: italic;
	padding-left: 10px;
}


#headlineArticle {
	width: 280px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	float: left;
}

#headlineArticle h2 {
	font-size: 1.4em;
}
#headlineTitle {
	font-style: italic;
	font-weight: bold;
	padding-top: 0px;
}
#headlineShortDescription {
	font-size: 1em;
	line-height: 1.5em;
}
#factoid {
	font-size: 0.9em;
	font-style: italic;
	color: #0E082A;
	padding: 18px;
	background-color: #D6E2F8;
	width: 85%;
}
#learnMore {
	width: 240px;
	float: right;
	margin-top: 40px;
	margin-bottom: 50px;
	background-color: #FADBC9;
	margin-right: 25px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}


#featuredArticles {
	width: 290px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 50px;
	padding-left: 30px;
	float: right;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #0E082A;
}
.featuredCategory {
	font-variant: small-caps;
	font-size: 14px;
	line-height: 1.2em;
	font-weight: bold;
}
.featuredTitle {
	font-style: italic;
	font-weight: bold;
	padding-top: 0px;
	font-size: 12px;
}

#featuredArticles h2 {
	font-size: 1.4em;
	margin-bottom: 0px;
}
#featuredArticles h1 {
	padding-bottom: 30px;
	padding-top: 5px;
}

#featuredArticles p {
	margin-top: .8em;
	font-size: 1.2em;
}


#featuredArticles #featuredTitle {
	font-style: italic;
	font-weight: bold;
}
#featuredShortDescription {
	font-size: 1em;
	line-height: 1.5em;
	padding-bottom: 30px;
}
.featuredCategoryOtherWork {
	font-variant: small-caps;
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 20px;
}
#otherWorkShortDescription {
	font-size: 1em;
	line-height: 1.5em;
}
#footer {
	background-color: #DDE2FC;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 1.4em;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#footer a {
	color: #0E082A;
	text-decoration: none;
	outline: none
}
.fltrt { 
	float: right;
	margin-left: 8px;
}

.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.image_left {
	float: left;
	border: 0px;
	padding: 2px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.image_right {
	float: right;
	border: 0px;
	padding: 2px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 15px;
}

.legal {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 1em;
	padding-top: 10px;
}

.selected {
	color: #1A7CB0;
}
.thinline {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
