/**************** body and tag styles ****************/
body {
	margin-top: 0px;	  
	margin-bottom: 30px;
	padding: 0;
	font: 13px Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	line-height: 1.4em;
	background: #a4b2d3;
}

a:link { text-decoration: none; color: #4373b4; }
a:visited { text-decoration: none; color: #4373b4; }
a:active { text-decoration: none; color: #4373b4; }
a:hover {	text-decoration: underline; color: #4373b4; }

#container {
	width: 766px;
	margin: 0 auto;
	background-color: #ffffff;
	text-align: center;
}

#nav {
	clear: both;
	margin: 0 auto;
	background-color: #ffffff;
	text-align: center;
	width: 700px;
	height: 30px;
}

#nav ul {
	margin: 0;
	font: 14px Arial, Tahoma, sans-serif;
	font-weight: bold;
	padding: 6px 0px 0px 12px;
	list-style-type: none;
	white-space: nowrap;
}

#nav ul li {
	display: inline;
}

#nav ul li a{
	padding: 4px 18px 4px 18px;
	text-decoration: none;
	float: left;
	color: #2e3192;
	background-color: #ffffff;
}

#nav ul li a:hover{
	color: #ffffff;
	background-color: #a4b2d3;
}

#logo {
	text-align: left;
	margin: 2px 10px 10px 32px;
}

#logo h1 {
	font-size: 32px;
	color: #2e3192;
}

#logo h2 {
	font-size: 22px;
	line-height: 16px;
}

#content {
	padding: 20px 32px 20px 32px;
	text-align: left;
	width: 700px;
}

#content h4 {
	font-size: 16px;
	font-weight: bold;
}

#content p {
	text-align: justify;
}

#galleryBox {
	height: 500px;
	float: left;
}

.grey {
	color: #999999;
}

#footer {
	text-align: center;
	color: #ffffff;
	font-size: 12px;
}

#footer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	white-space: nowrap;
}

#footer ul li {
	display: inline;
	padding: 0 20px;
}

#footer ul li a{
	color: #4373b4;
	text-decoration: none;
}

#footer ul li a:hover{
	text-decoration: underline;
	color: #ffffff;
}

/* INPUT BOXES */
input { color: #000000; }
textarea { color: #000000; }
input.withbackground { background-image: URL("images/inputbg.png"); border: 1px solid #777777; padding-left: 5px; }
textarea.withbackground { background-image: URL("images/textareabg.png"); border: 1px solid #777777; padding-left: 5px; }	