body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-attachment: fixed;
	background-color: #FFFFFF;
	background-image: url(images/bg-main.gif);
	background-repeat: repeat-x;
	background-position: center top;
	margin:0px;
}

.main-table {
	border:1px solid #336699;
	background-color:#FFFFFF;
	margin-left:auto;
	margin-right:auto;
}

.content-table {
	background-image:url(images/bg-content.gif);
	background-position:top center;
	background-repeat:repeat-x;
}

.content-cell {
	background-image: url(images/bg-image.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}

.footer-table {
	background-image: url(images/bg-footer.gif);
	background-position:top center;
	background-repeat: no-repeat;
	height:25px;
	width:802px;
	margin-left:auto;
	margin-right:auto;	
}

.content-text {
	background-image: url(images/bg-roundbox.gif);
	background-position: top center;
	background-repeat: no-repeat;
	padding:15px 20px 10px 20px;
	vertical-align:top;
	height:400px;
	width:570px;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#336699;
	float:right;
	margin:10px 20px 10px 10px;
}

p {
	line-height:18px;
	text-align: justify;
}

.footer {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	text-align:center;
	text-decoration:none;
}

.copy {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
	text-decoration:none;
	text-align:center;
	line-height:12px;
}

li {
	margin-bottom:4px;
}

h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#336699;
	border-bottom:1px solid #336699;
	margin-bottom:10px;
}

#selectTable td {
	background-color:#ededed;
	border:1px solid #336699;
	text-align:center;
	font-weight:bold;
	width:auto;
}

#selectTable a {
	text-decoration:none;
	color:#336699;
}

a.menu:link, a.menu:visited, a.menu:active {
display: block;
vertical-align: middle;
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
text-align: left;
font-weight:bold;
text-decoration: none;
padding: 5px 15px 5px 15px;
color:#336699;
height: 14px;
margin-bottom:3px;
border:1px solid #cccccc;
background-color:#FFFFFF;
}

a.menu:hover {
text-decoration: none;
background-color:#ededed;
color: #525d73;
}

a.menuSearch:link, a.menuSearch:visited, a.menuSearch:active {
display: block;
vertical-align: middle;
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
text-align: left;
font-weight:bold;
text-decoration: none;
padding: 5px 15px 5px 15px;
color:#6a9f63;
height: 14px;
width: 148px;
margin-bottom:3px;
border:1px solid #96d78e;
background-color:#FFFFFF;
}

a.menuSearch:hover {
text-decoration: none;
background-color:#ededed;
color: #525d73;
}

.firstline {
	padding-right: 20px;
	font-size: 20px;
	color: #2d5d8d;
	font-family: verdana;
	font-weight: bold;
	text-align: right;
	margin-top: 10px;
	/*margin:10px 0px 0px 0px;*/
}

.secondline {
	padding-right: 20px;
	font-size: 18px;
	color: #2d5d8d;
	font-family: verdana;
	font-weight: normal;
	text-align: right;
	font-style: italic;
	/*margin: 0px 0px 10px 10px*/
	margin-bottom: 10px;
}

.style17 {
	color: red;
}

#lowry_link {
   width: 400px;
   border-left: 1px solid #1a370c;
   border-top: 1px solid #1a370c;
   border-right: 4px solid #1a370c;
   border-bottom: 4px solid #1a370c;
   font-size: .7em;
   padding: 5px;
   margin-top: 20px;
   margin-left: auto;
   margin-right: auto;
   text-align: center;
}

#lowry_link a {
	
	color: #333;
	text-decoration: none;
}

#lowry_link a:hover {
	color: #fff;
	text-decoration: underline;
	background: #333;
}


