
/*Layout Styles */
html,body {
	margin:0;
	padding:5px;
}
body {
	background-color: #D1D1D1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-position: center;
}
/* Layout */
div#container {
	margin: 0px auto;
	background-color: #D1D1D1;
	color: #ffffff;
	border: 2px solid #2A6998;
	padding: 0;
	width: 820px;
}
div#header {
	padding: 10px;
	background-color: #2A6998;
	border-color:#2A6998; 
	border-width: 5px;
	border-style: none none solid none;
	font-color: #FFFFFF;
	width:800px;
	height: 120px;
}
#wrapper {
	background-color: #989898; /* This is the color of the left column */
}

div#leftcolumn {
	float: left;
	width: 138px;
	margin: 0;
	padding: 0 0 0 10px;
}
div#content {
	margin-left: 160px;
	padding: 10px;
	background-color: #2A6998;
	height:1%;
}
div#footer {
	clear: both;
	margin: 0;
	width:800px;
	padding:5px;
	font-size: 9px;
	color:#000000;
}
div#title {
	margin: auto;
	height:50px;
	line-height:50px;
}

/* End Layout */

/* Special Styles */
div#header h1{
	margin:0;
	line-height: 120px;
	font-size: 36px;
	font-weight: bold;
	color: #003300;
	text-align: center;
}
div#title h1{
	margin:0;
	font-size: 24px;
	font-color: #FFFFFF;
	text-align: center;
}
#content h2 {
	margin: 0 0 .5em 0;
}
div#footer p {
	font-size: 9px;
}
div#content p {
	padding: 0 10 0 10;
}
p {
	margin:0 0px 10px;
}
a.nav:link {
	color: #FFFFFF;
}
a.nav:visited {
	color: #FFFFFF;
}
a.nav:hover {
	color: #1e3d6b;
}

/* General Styles */
.text {
	font-size:12px;
}
.textPad {
	margin-right: 10px;
	margin-left: 10px;
	text-align: left;
}
.text16 {
	font-size: 16px;
}


/* Gallery Styles */
.textTitle {
	font-size: 24px;
	text-align: center;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.footer {
	color: #000000;

}