﻿@import url('layout.css');
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-style: normal;
	background-color: #C2BDD7;
}
#container {
	width: 1000px;
	margin: 0 auto;
	background-repeat: repeat-y;
}

#navbar-iframe{ 
	display:none !important;
}
#masthead {
	text-align: right;
	width: 1000px;
	height: 212px;
	padding: 0;
	background-color: #cde;
	background-image:url('../images/banner.jpg');
	background-position:bottom left;
	background-repeat:no-repeat;
}
#navigation {
	background-color: #d3d3d3;
	width: 1000px;
	overflow: hidden;
}
#page_content {
	width: 1000px;
	background-color: white;
}
#footer {
	text-align: center;
	background-color: #89a;
	overflow: hidden;
	width: 1000px;
}
#w3c{
	background-color: #89a;
	overflow: hidden;
	width: 1000px;
	text-align:center;
}
#gallerylist{
	background-color: #FFFFFF;
}
/* Styles for Gallery List */
#gallerylist p{
	font-size: x-small;
	text-align: left;
	margin: 0;
	padding: 5px;
}
/* Styles for Masthead */
#masthead h1 {
	color: #89a;
}
#masthead a{
	color: #333333;
	text-decoration: none;
}
#masthead h3 {
	color: #FFFFFF;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #000;
	text-decoration: none;
	margin: 0 1px;
	padding: 5px;
	display: block;
	border: 1px solid #d3d3d3;
}
#navigation a:hover {
	background-color: #f2f2f2;
	border: 1px solid #f2f2f2;
}
/* Styles for Content */
h1 {
	font-size: xx-large;
	color: #89a;
	margin-top: 0px;
}
h2 {
	font-size: x-large;
	color: #89a;
	margin-top: 0px;
}
/* Left Panel */
#column_left p {
	text-align: left;
	margin: 0;
	padding: 5px;
}
#column_left h1 {
	font-size: xx-large;
	color: #89a;
	margin-top: 0px;
}
#column_left h2 {
	font-size: x-large;
	color: #89a;
	margin-top: 0px;
}
#column_left h3 {
	color: #89a;
}

#column_left h4 {
	color: #89a;
}

#column_left ul {
	margin-left: 5px;
	padding-top: 0;
	padding-left: 10px;
}
#column_left ul li {
	font-size: x-small;
	display: list-item;
	list-style-position: outside;
}
/* Right Panel */
#column_right p {
	font-size: x-small;
	text-align: left;
	margin: 0;
	padding: 5px;
}
#column_right h1 {
	font-size: xx-large;
	color: #89a;
	margin-top: 0px;
}
#column_right h2 {
	font-size: large;
	color: #89a;
	margin-top: 0px;
}
#column_right h3 {
	color: #89a;
	margin-top: 0px;
}
#column_right h4 {
	color: #89a;
	margin-top: 0px;
}
#column_right ul {
	margin-left: 5px;
	padding-top: 0;
	padding-left: 10px;
}
#column_right ul li {
	font-size: x-small;
	display: list-item;
	list-style-position: outside;
}
/* Styles for Footer */
#footer p {
	color: #fff;
	font-size: x-small;
	margin-top: 2px;
	margin-bottom: 6px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #000;
	text-decoration: none;
}
/*Styles for Links */
a {
	color: #456;
	text-decoration: underline;
}
a:hover {
	color: #965;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
