/*----------------------| page setup |---------------------------*/
html,body,a,h1,h2,h3,h4,h5,p,ul,li,div,img,form,label {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	margin:0;
	padding: 0;
	border: 0;
}	
html,body {
	width: 100%;
}
img	{
	border-width: 0px;
}
h1,h2,h3,h4,h5	{
	font-size: large;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	color:#000066;
}
p	{
	margin: 5px 0px 10px 0px;
	color:#000066;
}
a:link {
	font-weight: normal;
	color: #0000ee;
	text-decoration: none;
}
a:visited {
	font-weight: normal;
	color: #0000ee;
	text-decoration: none;
}
a:hover {
	font-weight: normal;
	color: #0000ee;
	text-decoration: underline;
}
a:active {
	font-weight: normal;
	color: #0000ee;
	text-decoration: none;
}
#styler	{
	height:20px;
	width:100%;
	margin:0px;
	padding:0px;
	overflow:hidden;
	min-width:900px;
	background-image: url(library/accessbar.jpg);
	background-repeat: repeat-x;
	font-size: x-small;
	color: #222222;
	list-style: none;
}
#styler li {
	font-size: x-small;
	margin-left:0.4em;
	display: inline;
	color:#666666;
}
#styler a {
	font-size: x-small;
	color:#000000;
}
#container {
	width: 900px;
	padding: 0px;
	margin: 0px auto;
	z-index:1;
}
.desc {
	font-size: xx-small;
	font-weight: normal;
	list-style:none;
	margin:0;
	padding:0;
	display:inline;
}
.desc li {
	font-size: xx-small;
	font-weight: normal;
	display:inline;
}
.hidden_link {
	position: absolute;
	top: -300em;
	left: -300em;
}
.underline {
	text-decoration: underline;
}
/*----------------------| header |---------------------------*/
#header {
	float:left;
	margin: 0px;
	height: 60px;
	width: 860px;
	background-image: url(library/header.jpg);
	background-repeat: no-repeat;
	padding: 0px 0px 0px 40px;
	font-size: small;
	color: #999999;
	z-index:1;
	display:inline;
}
#header a:link {
	font-weight: lighter;
	color: #999999;
	text-decoration: none;
}
#header a:visited {
	font-weight: lighter;
	color: #999999;
	text-decoration: none;
}
#header a:hover {
	font-weight: lighter;
	color: #999999;
	text-decoration: underline;
}
#header a:active {
	font-weight: lighter;
	color: #999999;
	text-decoration: none;
}
/*----------------------| slideshow |---------------------------*/
#theslideshow	{
	float:left;
	height:140px;
	width: 860px;
	background-image: url(library/content.jpg);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px 20px 0px 20px;
	display:inline;
}
/*----------------------| navigation bar |---------------------------*/
#menubar {
	float:left;
	margin: 0px;
	height: 20px;
	width: 840px;
	background-image: url(library/menubar.jpg);
	background-repeat: repeat-y;
	padding: 2px 30px 0px 30px;
	z-index:1;
	display:inline;
	font-size: small;
	font-weight: normal;
	color: #485fce;
	vertical-align: middle;
	list-style: none;
}
#menubar li {
	margin-left:1em;
	display: inline;
}
#menubar a:link {
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
#menubar a:visited {
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
#menubar a:hover {
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
}
#menubar a:active {
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
/*----------------------| main content |---------------------------*/
#content {
	float:left;
	margin: 0px;
	width: 840px;
	background-image: url(library/content.jpg);
	background-repeat: repeat-y;
	z-index: 1;
	display: inline;
	padding: 0px 30px 10px 30px;
}
.box {
	float:left;
	margin: 10px;
	padding: 0px;
	width: 260px;
	height:auto;
	z-index:1;
	display:inline;
}
.widebox	{
	float:left;
	margin: 10px;
	padding: 0px;
	width: 540px;
	height:auto;
	z-index:1;
	display:inline;
}
.boxhead {
	font-size: small;
	font-weight: bold;
	color:#000066;
	background-color: #CCCCCC;
	margin: 0px;
	padding: 5px;
}
.boxhead_desc {
	background-color:#990000;
	margin: 0px;
	padding: 5px;
}
.boxhead_desc h2 {
	color:#ffffff;
}
.boximage {

	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
}
.boxcontent {
	margin: 0px;
	padding: 5px;
	font-size: small;
	color: #333333;
	background-color: #eeeeee;
	border-width: 1px;
	border-style:solid;
	border-color: #CCCCCC;
	background-image: url(library/box_eye.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.boxcontent_desc {
	margin: 0px;
	padding: 5px;
	font-size: small;
	color: #993333;
	background-color: #FFeeee;
	border-width: 1px;
	border-style:solid;
	border-color: #CCCCCC;
}
.boxcontent_desc p {
	color: #993333;
}
.boxcontent img {
	float:right;
}
.boxcontent ul {
	list-style:none;
}
.imagebox {
	float:left;
	padding: 0px;
	margin: 10px 0 0 10px;
	width: 270px;
	height: auto;
	z-index: 1;
	display: inline;
}
.imagebox img {
	display:inline;
}
.imagebox ul {
	list-style:none;
}
.formcontent {
	font-family: "franklin gothic Book", arial, tahoma;
	width:230px;
	margin: 0px;
	font-size: small;
	color: #666666;
	background-color: #f6f6f6;
	border-width: 1px;
	border-style:solid;
	border-color: #CCCCCC;
	padding: 0px 5px 0px 5px;
}
.formbutton {
	font-family: "franklin gothic Book", arial, tahoma;
	width:120px;
	margin: 0px auto;
	font-size: small;
	color: #eeeeee;
	background-color: #0c2bc3;
	border-width: 1px;
	border-style:solid;
	border-color: #CCCCCC;
	padding: 0px 5px 0px 5px;
	cursor:pointer;
}
.msg {
	color: #990000;
}
/*----------------------| footer |---------------------------*/
#footer {
	float:left;
	margin: 0px;
	height: 20px;
	padding: 0px 30px 0px 30px;
	width: 840px;
	background-image: url(library/footer.jpg);
	background-repeat: no-repeat;
	font-size: small;
	color: #BBBBBB;
	z-index:1;
	display:inline;
}
#footer a:link {
	font-weight: normal;
	color: #BBBBBB;
	text-decoration: none;
}
#footer a:visited {
	font-weight: normal;
	color: #BBBBBB;
	text-decoration: none;
}
#footer a:hover {
	font-weight: normal;
	color: #BBBBBB;
	text-decoration: underline;
}
#footer a:active {
	font-weight: normal;
	color: #BBBBBB;
	text-decoration: none;
}
#tandc
{
	float: right;
}
#copyright
{
	float: left;
}
