@charset "UTF-8";
/* CSS Document */
body div {
	margin: 0px;
	padding:0px;
}
body {
	background-image:url(images/background.jpg);
	background-color:#33CCFF;
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-position: bottom center;
}
div#header {
	width: 740px;
	height: 120px;
	margin-top: 40px;
	margin-left:auto;
	margin-right:auto;
	background-image: url(images/rb.jpg);
	background-position: center;
	background-repeat: no-repeat;
}
div#wrapper {
	width: 85%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 70px;
	margin-top: 30px;
}
div#mainbox {
	padding: 10px 20px;
	font-family: sans-serif;
	background-color: white;
	font-size: medium;
	line-height: 1.3em;
	border: 3px solid #1B2191;
	background-image: url(images/cornerpic.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: right bottom;
}
img {
	border: 2px solid #1B2191;

}
img#photo {
	float: right;
	clear: right;
	margin: 10px 0px 20px 20px;
}
h1 {
	font-size: 2.2em;
	line-height: 1.3em;
	font-weight: bold;
}
h2 {
	font-size: 1.8em;
	line-height: 1.2em;
	font-weight: bold;
}
h3, h4 {
	padding-left: 10px;
	color:#1b2191;
}
h3 {
	font-size: 1.2em;
	text-decoration: underline;
}
h4 {
	font-size: .95em;
}
h5 {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: -.4em;
}
ul {
	list-style-position: outside;
	list-style-type: none;
}
div#external_links {
	padding: 4px;
	float: right;
	background-color:#C3D8FF;
	border: 2px solid #1B2191;
	width: 316px;
	margin-top: 10px;
	margin-bottom: 15px;
	margin-left: 15px;
}
div#external_links ul{
	list-style-type: none;
	font-size: .85em;
	list-style-position: outside;
	margin-left: 10px;
}
a:link {
	color: #B5131C;
	text-decoration: underline;
}
a:visited {
	color: #820C12;
	text-decoration: none;
}
a:hover {
	color: #2336C3;
	text-decoration: none;
}
div#links {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: .2em;
	text-align:center;
}
div#links a {
	padding: .35em .4em;
	margin: 0px .15em 0px .15em;
}
div#links a:link {
	font-size: 0.8em;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #1B2191;
}
div#links a:visited {
	font-size: 0.8em;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #3E54B4;
}
div#links a:hover {
	font-size: 0.8em;
	color: #1B2191;
	text-decoration: underline;
	background-color: #ffc112;
}
div#external_links a {
	padding-left: 3px;
}
div#external_links a:link {
	border-left: solid 8px #C3D8FF;
	color: #B5131C;
	text-decoration: underline;
}
div#external_links a:visited {
	border-left: solid 8px #C3D8FF;
	color: #820C12;
	text-decoration: underline;
}
div#external_links a:hover {
	border-left: solid 8px #2336C3;
	color: #2336C3;
	text-decoration: none;
}
div#credit {
	clear: both;
	padding-top: 80px;
}
p#bottomlinks {
	font-size: .8em;
	font-style: italic;
	text-align: center;
}
p#bottomlinks a {
	margin: 25px 4px 15px 4px;
}
p.creditline {
	padding-right: 136px; 
	font-size: .6em;
	font-style: italic;
	text-align: center;
	clear: both;
}
