﻿/* CSS layout */
#page {
	width: 924px;
}

#masthead {
	background-color: #B4DDE4;
}

#top_nav {
	padding-bottom: 10px;
	background: url('../images/blue-grad.gif') repeat-x;
	color: #FFFFFF;
}

#container {
	position: relative;
	width: 900px;
	background-color: #fff;
}

#left_col {
	width: 155px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#page_content {
	margin-left: 170px;
}

#right_col {
	width: 200px;
	position: absolute;
	right: 0px;
	top: 0px;
}

#footer {
	color: #000000;
}
.Blu-Title {
	font-size: x-large;
	font-weight: bold;
	color: #0033CC;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom-style: double;
	border-bottom-color: eeffff;
}

.Blu-Title-small {
	border-width: thin;
	font-size: large;
	font-weight: bold;
	color: #0033CC;
	text-align: center;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom-style: solid;
	border-bottom-color: eeffff;
}

.photo_border_rt {
	border: 1px solid #666;
	float: right;
	padding: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	background-color: #EEFFFF;

}
