/*
Colors are here
BEC0C2 gray (background)
00529B dark blue
007DC3 medium blue
A0CCED light blue
6EB43F green
*/

* {
border: 0 none;
margin: 0;
padding: 0;
}

body {
	background: #BEC0C2;
	font-family: Arial, Helvetica, sans-serif;
}

#container {
margin: 0 auto;
width: 780px;
}

#top-strip {
background: #007DC3;
height: 24px;
width: 780px;
}

#left {
float: left;
width: 260px;
}

#left #top {
background: #007DC3;
}

#left #bottom {
background: #A0CCED;
padding: 0 0 1px 0;
text-align: right;
}

#left #bottom p {
margin: 0 25px 25px 25px;
}

#right {
float: right;
width: 520px;
}

#right #top {
background: #6EB43F;
}

#right #bottom {
background: #FFF;
padding: 25px;
}

#right #bottom p {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: .5em;
	margin-left: 0;
}

#right #bottom a:link {
	color: #007DC3;
	text-decoration: none;
}

#right #bottom a:visited {
	color: #00529B;
	text-decoration: none;
}

#right #bottom a:hover {
	color: #007DC3;
	text-decoration: underline;
}

#right #bottom .images-bottom  img{
margin: 10px;
}

/* Goes in both the left and the right */
#top {
padding: 0 0 18px 0;
}

.nav {
	border-bottom: 2px solid #007DC3;
	color: #00529B;
	display: block;
	font-size: 0.9em;
	padding: 2px 25px;
	text-decoration: none;
	font-weight: bold;
}

.nav:hover {
background: #00529B;
color: #A0CCED;
}

.spanish {
background: url(images/spanish.png);
display: block;
float: right;
height: 18px;
margin: 25px;
overflow: hidden;
width: 84px;
}

.spanish:hover {
background-position: 0 -18px;
}

.english {
background: url(images/english.png);
display: block;
float: right;
height: 18px;
margin: 25px;
overflow: hidden;
width: 84px;
}

.english:hover {
background-position: 0 -18px;
}

.images-right {
float: right;
}
h1 {
	font-size: 1.5em;
	font-weight: bold;
	color: #6EB43F;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: .5em;
	margin-left: 0px;
}
h2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #007DC3;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: .5em;
	margin-left: 0px;
}
.caption {
	font-size: .8em;
	font-weight: bold;
}
