body {
	background-color: #003e5f;
	color: #333;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	padding-top: 10px;
	margin-top: 10px;
}

h1 {
	color: #003e5f;
	line-height: 140%;
	font-size: 20px;
}

h2 {
	color: #a13c1a;
	font-size: 16px;
	line-height: 140%;
}


.important {
	color: #a13c1a;
	font-weight: bold;
}

.big-important {
	color: #a13c1a;
	font-size: 16px;
}

.orange {
	color: #db6e17;
	font-weight: bold;
}

.textwithimages p {
	clear: left;
	padding-right: 145px; /*width of left column containing the img elements*/
	border-top: 1px dashed gray;
	height: 180px;
	padding-top: 10px;
}

.textwithimages img {
	float: right;
	margin-right: -145px;
	padding-left: 15px;
}

a:link {
	color: #db6e17;
	text-decoration: underline;

} 

a:visited {
	color: #db6e17;
	text-decoration: underline;

}

a:hover {
	color: #a13c1a;
	text-decoration: none;
}

a:active {
	text-decoration: none;
	color: silver;
}

table {
	font-size: 12px;
	line-height: 140%;
}

#topleft {
	margin-top: 8px;
}

#topright {
	border: 1px solid #003e5f;
}

#topright h1 {
	color: #f4ed9a;
	font: 28px "Lucida Grande", Lucida, Verdana, sans-serif;
	letter-spacing: .1em;
	margin: 2px 0;
}

#topright .fineprint {
	color: white;
	font-size: 10px;
	letter-spacing: .1em;
}

.navtable {
	margin-top: 15px;
	border: 1px solid #003e5f;
}

#navbar {
	background-color: #afd8ef;
	font-size: 12px;
	line-height: 210%;
	padding-bottom: 3px;
	padding-top: 1px;
	padding-left: 5px;
}

#navbar a:link {
	color: #003e5f;
	padding-right: .6em;
	padding-left: .6em;
	text-decoration: none;
}

#navbar a:visited {
	color: #003e5f;
	padding-right: .6em;
	padding-left: .6em;
	text-decoration: none;
}

#navbar a:hover {
	background-color: #f4ed9a;
	padding-right: .6em;
	padding-left: .6em;
	color: #003e5f;
}

#navbar a:active {
	background-color: #f4ed9a;
	padding-right: .6em;
	padding-left: .6em;
	color: #003e5f;
}

#navbar ul {
	float: left;
	padding: 0;
	margin: 0;
	list-style-type: none;
	text-align: center;
}

#navbar li {
	display: inline;
}

#leftbar {
	background-color: #7caae1;
	border-width: 1px;
	border-style: solid;
	padding: 40px 15px;
	color: #003e5f;
	font-size: 10px;
}

#leftbar a:link {
	color: white;
	text-decoration: none;
}

#leftbar a:visited {
	color: white;
	text-decoration: none;
}

#leftbar a:hover {
	text-decoration: none;
	color: #db6e17;
}

#leftbar a:active {
	color: #db6e17;
	text-decoration: none;
}

.lefttitle1 {
	color: white;
	font-weight: bold;
	letter-spacing: 0.1em;
	font-size: 12px;
}

.lefttitle2 {
	color: white;
	font-size: 10px;
	letter-spacing: .1em;
}

#maincontent2
{
	background-color: white;
	border: 1px solid #003e5f;
	padding: 30px 20px 20px 20px;
	font-size: 12px;
	text-align: center;
}

#maincontent
{
	background-color: white;
	border: 1px solid #003e5f;
	padding: 30px 20px 20px 20px;
	font-size: 12px;
}

.small-info
{
	font-size: 9px;
	color: navy;
	font-style: italic;
}

.biggie {
	color: #003e5f;
	line-height: 140%;
	font-size: 28px;
}

.small-info-indent
{
	font-size: 9px;
	color: navy;
	font-style: italic;
	margin-left: 5em;
}

#custom-styles
{
	border: 5px #7CAAE1 solid;
	text-align: center;
	width: 15em;
	margin-top: 5em;
	margin-bottom: 5em;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.additional-styles
{
	font-family: Tunga, Futura, Arial, sans-serif;
	font-style: italic;
	font-weight: bold;
}

#cubes {
	border: 3px solid #003e5f;
	text-align: center;
	width: 15em;
	margin-bottom: 5em;
}


#footer {
	font-size: 10px;
	text-align: center;
	color: white;
	padding-top: 10px;
}

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

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

#footer a:hover {
	color: silver;
	text-decoration: none;
}
 

#footer a:active {
	color: silver;
	text-decoration: none;
}


