@charset "utf-8";


body {
	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;
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	height: 500px;
	background-color: #FFFFFF;
	background-image: url(/Templates/images/bg.jpg);
}
#container  {
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 10px solid #FFFFFF;
	text-align: left;
	background-color: #FFFFFF;
}
#header  {
	height: 150px;
	padding-top: 0;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
}
#cse-search-box  {
	padding-right: 5px;
	padding-left: 5px;

}
#ContentHolder   {
	padding: 0px;
	min-height: 500px;
	font-size: 10px;
	font-style: normal;
	background-color: #FFFFFF;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000000;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#mainContent      {
	padding-right: 7px;
	padding-left: 10px;
	padding-top: 7px;
	padding-bottom: 7px;
	min-height: 500px;
	background-color: #FFFFFF;
}
#container  #sidebar  {
	float: left;
	position: relative;
	font-size: large;
	width: 180;
}
#footer  {
	background-color: #FFFFFF;
	border-top-width: 2px;
	border-top-style: solid;
	background-image: url(images/bgfooter.jpg);
	border-top-color: #000000;
	height: 65px;
	padding-top: 12px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 
#footer  p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	text-decoration: none;
	font-weight: lighter;
}
#footer a {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	text-decoration: none;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #001564;
	margin-top: 0px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #001564;
	margin-top: 0px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #001564;
	margin-top: 0px;
	font-weight: bolder;
}
p {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
#mainContent a {
	font-weight: bolder;
	color: #001564;
}

#mainContent   li      {
	list-style-type: disc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	line-height: 20px;
}
.imageleft {
	float: left;
	padding-right: 8px;
	padding-left: 5px;
}
.imageright {
	float: right;
	padding-right: 5px;
	padding-left: 8px;
	padding-top: 8px;
}
hr {
	color: #001564;
}
a:visited {
	color: #001564;
}
#header p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bolder;
}
#HeaderMiddle p {
	color: #FFFFFF;
}
#HeaderMiddle a {
	color: #FFFFFF;
	text-decoration: none;
}
#HeaderMiddle  a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#HeaderRight p {
	color: #970009;
}
#HeaderRight a {
	color: #970009;
	text-decoration: none;
	font-size: 14px;
}
#HeaderRight a {
	color: #970009;
	text-decoration: none;
}

