body {
	background: #045C8A;
}
body, td {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
A:LINK {
	color: #045C8A;
	background: #D7EEF8;
}
A:VISITED {
	color: #045C8A;
	background: #D7EEF8;
}
A:ACTIVE {
	color: #03496D;
	background: #B2DEF2;
}
A:HOVER {
	color: #03496D;
	background: #B2DEF2;
}
#containerTwo {
	background: #D5E6E7;
	width: 750px;
	border: 1px solid #878787;
	
}
#firstRowLeft {
	background: #FFFFFF;
	padding-top: 33px;
	padding-bottom: 33px;
	padding-left: 31px;
	padding-right: 31px;
}
#firstRowRight {
	text-align: right;
	vertical-align: bottom;
	padding-bottom: 21px;
	padding-right: 16px;
	background-color: #9CC4C6;
	background-image: url('../images/bg_illustration_alt_3.jpg');
	background-repeat: no-repeat;
}
#secondRowLeft {
	background: #9CC4C6;
	padding-top: 16px;
	padding-bottom: 31px;
	padding-left: 21px;
	padding-right: 21px;
	vertical-align: top;
}
#secondRowRight {
	background: white;
	padding-top: 16px;
	padding-bottom: 16px;
	padding-left: 21px;
	padding-right: 21px;
	vertical-align: top;
	width: 478px;
}
#secondRowRightPhoto {
	vertical-align: top;
	
}
#navigation {
	font-weight: bold;
	text-transform: uppercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
}
#navigation A {
	background: none;
}
#navigation A:LINK {
	text-decoration: none;
}
#navigation A:VISITED {
	text-decoration: none;
}
#navigation A:ACTIVE {
	text-decoration: underline;
}
#navigation A:HOVER {
	text-decoration: underline;
}
#navigation A.current:LINK {
	color: #03496D;
	text-decoration: underline;
}
#navigation A.current:VISITED {
	color: #03496D;
	text-decoration: underline;
}
#navigation A.current:ACTIVE {
	text-decoration: none;
}
#navigation A.current:HOVER {
	text-decoration: none;
}
#copyright {
	text-align: center;
	margin-top: 16px;
	font-size: 11px;
	color: #CDCDCD;
}
#copyright A {
	color: white;
	background: none;
}
#copyright A:LINK {
	text-decoration: none;
}
#copyright A:VISITED {
	text-decoration: none;
}
#copyright A:ACTIVE {
	text-decoration: underline;
}
#copyright A:HOVER {
	text-decoration: underline;
}
#footer {
	margin-top: 16px;
	color: #67A5A7;
	text-align: center;
	font-size: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
#footer A {
	color: #67A5A7;
	background: none;
}
#footer A:LINK {
	text-decoration: none;
}
#footer A:VISITED {
	text-decoration: none;
}
#footer A:ACTIVE {
	text-decoration: underline;
}
#footer A:HOVER {
	text-decoration: underline;
}
input {
	font-size: 10px;
}

.pgallery, a.pgallery, a.pgallery img {
filter: Alpha(opacity=88); /* IE */
-moz-opacity: 0.88; /* Mozilla */
}
a.pgallery:hover, a.pgallery:hover img {
filter: Alpha(opacity=100);
-moz-opacity: 1.0;
}

.caption {
	font-size: 11px;
	color: #666666;
	margin-top: 7px;
	text-align: center;
}