/* CSS version 2.0, by Boris Cherny. */
/*Many thanks to Andreas, NickyD, ditchCrawler, TomW, whowrotewhat, hash bar, and Sanden Cottongame */
* {

	margin: 0;
	padding: 0;
}
body {
	background: #6183ad url(Images/background_big.gif) center repeat-y;
	color: #000000;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12;
	text-align: center;

}
a {
	color: #2D39A5;
	text-decoration: none;
}
a:hover {
	color: #838f96;
	text-decoration: underline;
}
acronym {
	border-bottom: 1px dashed #999999;
	cursor: help;
}
h1 {
	border-bottom: 1px solid #aec4de;
	border-top: 1px solid #aec4de;
	border-right: 20px solid #6183ad;
	color: #6183ad;
	font-size: 130%;
	font-weight: normal;
	margin: 5px 0;
	background: #d7e5ef;
}
h1:hover {
	border-bottom: 1px solid #7f9fc6;
	border-top: 1px solid #7f9fc6;
	background: #c9dcea;
}

#normal {
color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
}

#column2 ul {
	margin: 10px 0;
}
#column2 li {
	color: #000000;
	list-style: square inside;
	text-indent: 10px;
}

/* The background-image's for the #wrap below are for preloading all the page's images, just add your own images to the pattern */
#wrap {
	background-image: url(Images/arrow.gif);
	background-image: url(Images/arrow_outline.gif);
	background-image: url(Images/background.gif);
	background-image: url(Images/camera1.gif);
	background-image: url(Images/camera2.gif);
	background-image: url(Images/camera3.gif);
	background-image: url(Images/header_big.gif);
	background-image: url(Images/selector.gif);
	background-image: url(Images/selector_sub.gif);
	background-repeat: no-repeat;
	background-position: -5000px -5000px;
	margin: 0 auto;
	text-align: left;
	width: 749px;
}
#header {
	color: #0E3997;
	font-size: 110%;
	font-style:italic;
	text-align:center;
	
}

#right {
	color: #0E3997;
	display: block;
	text-decoration: none;
	width: 142px;
	text-align:center;
	background:/images/right.jpg;
}

#rightlink {
	color: #0E3997;
	display: block;
	text-decoration: none;
	width: 142px;
	line-height: 16px;
	font-size: 65%;
	
}
#nav {
	padding-bottom: 40px;
	width: 142px;
}
/* leave the padding-bottom in the #nav if you want some space between the navigation and the photos in the left column */
#nav ul li {
	display: inline;
	line-height: 16px;
	list-style: none;
}
#nav ul li a {
	border-bottom: 1px solid #c9dcea;
	color: #0E3997;
	display: block;
	padding: 5px;
	text-decoration: none;
	width: 142px;
}
/* remove the 'text-decoration: underline;' in #nav li a:hover if you don't want the links in the left nav menu to be underlined when the user hovers over them with their mouse */
#nav li a:hover {
	background: #c9dcea url(Images/selector.gif) center right no-repeat;
	color: #000;
}
/* the following 3 rules are for the submenu, if you removed the submenu remove these rules as well */
#nav ul ul li {
	line-height: 16px;
	border-bottom: none;
}
#nav ul ul li a {
	color: #000000;
	text-indent: 8px;
	word-spacing: -2;
	
}
#nav ul ul li a:hover {
	color: #000;
	background-image: url(Images/selector_sub.gif);
}
#column1 {
	float: left;
	width: 142px;
	background-image: url(/images/right.jpg);
}
input {
	background: #ffffff;
}

/* in the tag below, #column2, I used the Underscore Hack to give the column2 div the correct margins in Firefox 1 */
#column2 {
	float: none !important;
	float: right;
	margin-left: 142px !important;
	margin-left: 0;

}
#column2 p {
	line-height: 100%;
}
#links div {
	float: left;
	width: 140px;
}
#links div li {
	list-style: none;
}
#links div li a {
	background: url(Images/arrow_outline.gif) left no-repeat;
	padding-left: 15px;
	text-decoration: none;
}
#links div li a:hover {
	background-image: url(Images/arrow.gif);
	color: #000000;
	text-decoration: underline;
}
#footer {
	clear: both;
	color: #000;
	font-size: 9px;
	padding: 30px 0 10px 0;
	text-indent: 185px;
}
#footer a {
	color: #999999;
	text-decoration: underline;
}