/**
 * Various CSS styles relating to basic page display.
 */

body {
	background: #BDB39B url(images/back.gif);
	text-align: center;
	font-family: "Verdana", "Arial", "Helvetica", sans-serif;
	font-size: 10pt;
}

#page {
	position: relative;
	width: 775px;
	background: white;
	margin: 0 auto;
	text-align: left;
}
#page a:link,
#page a:visited {
	color: #126F95;
	text-decoration: underline;
}
#page a:hover {
	color: #29B4EE;
	text-decoration: underline;
}
#page a:active {
	color: #126F95;
	text-decoration: underline;
}

#header {
	position: relative;
	background: url(images/header.jpg);
	width: 775px;
	height: 216px;
	border-bottom: 1px solid black;
}

#header h1 {
	position: absolute;
	top: 168px;
	left: 0;
	background: url(images/name.gif) no-repeat;
	width: 596px;
	height: 29px;
	border-top: 19px solid black;
}
#header h1 span {
	display: none;
}
#header h2 {
	display: none;
}

#search {
	position: absolute;
	top: 186px;
	right: 0;
	/*background: url(images/search.gif) center center no-repeat;*/
	width: 178px;
	height: 30px;
	border-left: 1px solid black;
	border-top: 1px solid black;
	overflow: hidden;
}
#search input {
	display: block;
	font-weight: bold;
	font-variant: small-caps;
	width: 168px;
	height: 20px;
	border: none;
	margin:  5px;
	background: transparent;
}

td.left {
	width: 453px;
	background: white;
	border-top: 19px solid black;
}

td.footer {
	background: white;
}

td.right {
	width: 321px;
	background: white url(images/blue_tile.gif) right repeat-y;
	border-left: 1px solid black;
}

#content {
	padding: 14px;
	line-height: 1.5;
}
#content iframe {
	width: 425px;
	height: 500px;
	overflow: auto;
}
#content h1 {
	font-family: "Georgia", "New Century Schoolbook", "Palatino", serif;
	font-size: 17pt;
	font-weight: normal;
	color: #4E8095;
}

#content h2 {
	background: #D6EFFC;
	font-family: "Georgia", "Times", "Times New Roman", serif;
	color: #777; 
	font-size: 18px;
	line-height: 1.5em;
	margin-top: 25px;
	margin-left: -14px;
	margin-right: -40px;
	padding: 0 30px 0 15px;
	border-top: 1px solid #9A7C66;
	border-bottom: 1px solid #9A7C66;
}

#content h3 {
	font-family: "Georgia", "Times", "Times New Roman", serif;
	color: #9A7C66;
	font-size: 18px;
	margin-top: 35px;
	border-bottom: 1px dashed #0083F0;
}

#content blockquote.quotation {
	font-family: "Georgia", "New Century Schoolbook", "Palatino", serif;
	font-size: 16pt;
	color: #4A4A3D;
	background: url(images/quote-left.gif) top left no-repeat;
	margin: 0;
	padding: 15px 0 0 25px;
}
#content blockquote.quotation div {
	background: url(images/quote-right.gif) bottom right no-repeat;
	padding: 0 25px 15px 0;
}
#content blockquote p.author {
	font-family: "Verdana", "Arial", "Helvetica", sans-serif;
	font-size: 9pt;
	text-align: right;
}

#mainmenu {
	font-family: "New Century Schoolbook", "Palatino", "Georgia", "Times", "Garamond", serif;
	font-size: 10.5pt;
	color: black;
	font-variant: small-caps;
	min-height: 372px;
	background: #E7DDD6 url(images/rightside.jpg) top right no-repeat;
	padding-right: 179px;
	border-bottom: 1px solid black;
}
#mainmenulist {
	width: 132px;
	height: 346px;
	padding: 5px;
	border-top: 19px solid black;
	overflow: auto;
}

#mainmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#mainmenu ul li {
	padding-bottom: 0.85em;
}
#mainmenu ul li ul li.first {
	padding-top: 0.85em;
}
#mainmenu ul li ul li.last {
	padding-bottom: 0;
}

#mainmenu a:link,
#mainmenu a:visited {
	color: #000;
	text-decoration: underline;
}
#mainmenu a:hover,
#mainmenu a:active {
	color: #5EB5D0;
	font-weight: bold;
	text-decoration: none;
}

#footer {
	padding: 15px;
	font-family: "New Century Schoolbook", "Palatino", "Georgia", "Times", "Garamond", serif;
	font-size: 12.5pt;
}
