@charset "utf-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	/*text-align: center;  this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
	background-color: #bbd3f5;
	background-repeat: repeat-x;
	background-image: url(../images/bg.jpg);
}
#container {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000066;
	/*background-image: url(../images/wall.jpg);
	background-repeat: repeat-y;*/
	/*text-align: left;  this overrides the text-align: center on the body element. */
	padding: 0;
	background-color: #FBFAF0;	
}
#mainContent {
}
#line{
	background-image:url(images/pattern.jpg);
	height:12px;
}
#header h1 {
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	margin-left: 1em;
	margin-right: 1em;
	font-weight: lighter;
	letter-spacing: 0.3em;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: x-large;
}
#header {
	
	background-image: url(../images/headbg.jpg);
	background-repeat: repeat-y;
	/*border-bottom:solid 1px #000066;*/
}

#contentcolumn{
	margin-top: 42px;
/*margin: 0 222px 0 332px; Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/

}
#contentcolumn ul	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	list-style-type: disc;
	list-style-position: inside;
	list-style-image: none;
	text-indent: 30px;
}
#contentcolumn li 	{
	/*text-indent: 30px;*/
}

#leftcolumn{
	float: left;
	width: 300px;/*Width of left column in pixel*/
	margin: 15px;
}
#leftcolumn img {
	border: 1px solid #000066;
}

#rightcolumn{
	float: right;
	width: 200px; /*Width of right column*/
	margin: 15px;
}
#rightcolumn img {
	border: 1px solid #000066;
}

#footer{
clear: both;
width: 100%;
color: #555;
border-top:#000066 1px solid;
padding: 4px 0;
}
#footer p {
	margin:0 1em 0 1em;

}

h1 {
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	margin-left: 0em;
	font-weight: lighter;
	letter-spacing: 0.3em;
	/*text-align: left;*/
	margin-right: 0em;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: large;
}
h2 {
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	margin-left: 0em;
	font-weight: lighter;
	letter-spacing: 0.3em;
	text-align: left;
	margin-right: 0em;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: medium;
}
h3 {
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: lighter;
	letter-spacing: 0.3em;
	margin-top: 5px;
	margin-bottom: -10px;
	font-size: small;
	text-transform: uppercase;
}

p {
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
td {
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.right{ 
	text-align:right;
	float:right}
.indentmenu{
font: bold 13px Arial;
width: 100%; /*leave this value as is in most cases*/
}

.indentmenu ul{
	margin: 0;
	padding: 0;
	float: left;
	width: 980px; /*width of menu*/
	border: 1px solid #564c66; /*dark purple border*/
	border-width: 1px 0;
	background-color: black;
	background-image: url(../images/button2.jpg);
	background-repeat: repeat-x;
	background-position: center center;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: white; /*text color*/
padding: 5px 15px;
text-decoration: none;
border-right: 1px solid #564c66; /*dark purple divider between menu items*/
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
	color: white !important; /*text color of selected and active item*/
	padding-top: 6px; /*shift text down 1px for selected and active item*/
	padding-bottom: 4px;
	background-color: black;
	background-image: url(../images/button1.jpg);
	background-repeat: repeat-x;
	background-position: center center;
}
#linklist {
clear: both;
width: 100%;
text-align:center;
font:10px Arial, Helvetica, sans-serif;
padding: 0 0 2em 0;
}
#linklist ul {
	margin: 0;
	padding: 0 1em 0 1em;
}
#linklist ul li{
display: inline;
}
#linklist ul li a{
text-decoration: none;
}
#linklist ul li a:hover {
text-decoration:underline;
}