@charset "utf-8";
/* CSS Document */

<style type="text/css"> 
 
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
body {
	background-color: #183952;
}


#container {
	width: 1100px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 3px ridge #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #183952;
} 
#header {
	color: #183952;
	border-bottom-width: medium;
	border-bottom-style: ridge;
	border-bottom-color: #667E9B;
	width: 1100px;
} 
#header #mainMenu{
	background-color: #183952;
	width: 1100px;
	height: 22px;
}
#header #mainMenu  ul{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #CCC;
	vertical-align: middle;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	height: 20px;
	width: 1100px;
}
#header #mainMenu ul li{
	display: inline;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-right: 15px;
}
#header #mainMenu ul li a{
	color: #CCC;
	text-decoration: none;
}
#header #mainMenu ul li a:hover {
	color: #FFF;
	text-decoration: underline;
}
#mainContent {
	zoom: 1;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 250px;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 20px;
	width: 525px;
} 
#mainContent p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	padding-left: 10px;
	padding-right: 20px;
	margin-right: 25px;
}

#mainContent h1 {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	font-size: 20px;
	border-bottom-width: medium;
	border-bottom-style: ridge;
	border-bottom-color: #183952;
}
#mainContent h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #CCC;
	border-bottom-width: thin;
	border-bottom-style: groove;
	margin-right: 350px;
}
#mainContent h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #C7EF69;
	border-bottom-width: thin;
	border-bottom-style: groove;
	font-size: 18px;
	margin-right: 20px;
}
#mainContent h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #0C1C29;
	font-size: 12px;
	text-align: right;
	margin-bottom: 40px;
}
#mainContent h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	font-size: 14px;
}




#mainContent ul {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 13px;
	list-style-type: square;
	list-style-position: outside;
}
#mainContent ul li {

}
#mainContent ol {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	font-weight: bold;
	line-height: 30px;
	font-size: 14px;
}
#mainContent a {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FF9;
	font-weight: bold;
}
#mainContent a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FF0;
	font-weight: bold;
}



.rightCol {
	width: 250px;
	float: right;
	margin-right: 10px;
	margin-top: 10px;
}
.rightCol p {
	color: #E4E7ED;
}
.rightCol .imgRight {
	width: 250px;
}


blockquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #CCC;
	font-size: 14px;
	font-style: italic;
	width: 400px;
}





#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 250px;
	background-color: #304E65;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	min-height: 500px;
}
#sidebar1 p {
	color: #FFF;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	padding-left: 10px;
}

#sidebar1 h3 {
	color: #FFF;
	background-color: #667E9B;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: bold;
	font-size: 16px;
	width: 90%;
	height: 25px;
	padding-left: 10px;
	border-right-style: inset;
	border-bottom-style: inset;
	border-right-width: thin;
	border-bottom-width: thin;
	border-right-color: #666;
	border-bottom-color: #333;
	border-top-width: 1px;
	border-top-style: outset;
	border-top-color: #FFF;
	border-left-width: thin;
	border-left-style: outset;
	border-left-color: #FFF;
	margin-left: 3px;
}
#sidebar1 ul {
	color: #CCC;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: none;
}
#sidebar1 ul li {
	color: #CCC;
	height: 30px;
	padding-top: 3px;
	padding-bottom: 3px;
}
#sidebar1 ul li a {
	color: #A8B6C6;
	text-decoration: none;
}
#sidebar1 ul li a:hover {
	color: #FFF;
	text-decoration: none;
}
#sidebar1 .lowerMenu{
	font-size: 12px;
	margin-left: -35px;

}
#sidebar1 .lowerMenu li {
	border-bottom-style: groove;
	border-bottom-width: thin;
	height: 33px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #122C3F;
	padding-left: 10px;
	font-size: 14px;
	margin-right: 10px;

}





#footer {
	padding: 0 10px 0 20px;
	background-color: #304E65;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 9px;
	font-weight: normal;
}
#photosContent {
	zoom: 1;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 250px;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 20px;
	width: 750px;
}
#photosContent p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	padding-left: 10px;
	padding-right: 20px;
	margin-right: 25px;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#footer p a {
	color: #999;
	text-decoration: none;
}
#photosContent h1 {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	font-size: 20px;
	border-bottom-width: medium;
	border-bottom-style: ridge;
	border-bottom-color: #183952;
}
#photosContent h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #CCC;
	border-bottom-width: thin;
	border-bottom-style: groove;
	margin-right: 350px;
}
#photosContent h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #C7EF69;
	border-bottom-width: thin;
	border-bottom-style: groove;
	font-size: 18px;
	margin-right: 20px;
}
#photosContent .thm {
	width: 150px;
	float: left;
	color: #CCC;
	height: 200px;
	margin-right: 20px;
	padding-right: 10px;
	padding-left: 5px;
}
#photosContent .thm a {
	color: #CCC;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#photosContent table tr td table tr td table tr td b font {
	color: #FFF;
}
#photosContent table tr td table tr td table tr td font b {
	color: #FFF;
}
#photosContent h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	font-size: 14px;
}
#photosContent a {
	color: #FF9;
	font-weight: bold;
}
#photosContent a:hover {
	color: #FF0;
	font-weight: bold;
}
#sidebar1 a {
	color: #A8B6C6;
	text-decoration: none;
}
