/* CSS Document */

#maintable
{
	background:white;
}

#navigation_table
{
	background-color: #74A6EC;
}
 
p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #303934;
	line-height: 18px;
	padding: 3px;
	text-align: left;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	width: auto;
	color: #273649;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	background-color: #CECECE;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	width: auto;
	color: #303934;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
}

hr{
	height: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #AFC5ED;
	border-right-color: #AFC5ED;
	border-bottom-color: #AFC5ED;
	border-left-color: #AFC5ED;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	color: #003366;
}


#browse_list
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
	list-style-type: none;
	margin-left: 15px;
	padding: 0px;
	margin-top: 0px;
	text-align: left;
}
#browse_list a:hover {
	font-weight: bold;
	color: white;
}
#browse_list a:link {
	color: white;
}

#browse_list a:visited {
	color: white;
}


.banner {
	background-image: url(../images/logos/Banner%20Tail.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: right;
	vertical-align: top;
}

.banner a:link
{
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #303934;
	padding: 25px;
}

.banner a:visited
{
  	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #303934;
	padding: 25px;
}

.banner a:hover
{
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #303934;
	padding: 25px;
}

body {
	background-color: #BCD9B3;
	color: #000000;
	background-repeat: repeat;
	background-image: url(../images/common/background%20image.jpg);
}

.smallPrint {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #261313;
}

.img_right {

	margin: 10px;
	float: right;
}

.img_left {

	margin: 10px;
	float: left;
}