/* CSS Document */
#container
{
	margin: 0;
	width:800px;
}
div#body
{
	margin: 0;
	width:800px;
	height:100%;
	background-image:  url(../images/site_assets/bg_body.jpg);
	background-repeat: repeat-y;
	font-family: Verdana, Arial, Helvetica, Sans-serif;
}	
p {
	font-size: 11px;
	}
#logohead {
	background-image:  url(../images/site_assets/header.jpg);
	background-repeat: no-repeat;
	height: 107px;
	width: 800px;
}
#navbar li {
	display: inline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
	text-align: center;
	}
.bevelmenu {
	margin: 0;
	height: 17px;
	padding-right: 40px;
	background-image:  url(../images/site_assets/bg_nav.jpg);
	text-align: right; /*set value to "right" for example to align menu to the right of page*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 10px;
	padding-top: 15px;
	padding-bottom: 10px;
	}

.bevelmenu li{
	list-style: none;
	display: inline;
	color: red;
	}

.bevelmenu li a {
	padding: 3px 0.5em;
	text-decoration: none;
	color: red;
	}

.bevelmenu li a:hover {
	color: blue;
	}

.bevelmenu li a:visited {
	color: red;
	text-decoration: none;
	}
#bottomlogos {
	margin: 0;
	background-image:  url(../images/site_assets/bottom_logos.jpg);
	background-repeat: no-repeat;
	height: 97px;
	width: 800px;
}
#footernav li {
	display: inline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: normal;
	text-align: center;
	}
.footermenu {
	margin: 0;
	height: 16px;
	padding-right: 40px;
	background-image:  url(../images/site_assets/bg_navbottom.jpg);
	text-align: center; /*set value to "right" for example to align menu to the right of page*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	}

.footermenu li{
	list-style: none;
	display: inline;
	color: red;
	}

.footermenu li a {
	padding: 3px 0.5em;
	text-decoration: none;
	color: red;
	}

.footermenu li a:hover {
	color: blue;
	}

.footermenu li a:visited {
	color: red;
	text-decoration: none;
	}


.link  a {
	color: #990000;
	font-weight: bold;
	
	}

.link a:hover {
	color: blue;
	font-weight: bold;
	
	}


a {
	color: blue;
	text-decoration: none;
	font-weight: bold;
	}

a: hover {
	color: blue;
	text-decoration: underline;
	font-weight: bold;
	}
.title {
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #000000;
}
.section_title {
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #000000;
}
.content_text {
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #000000;
}
.caption {
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: #000000;
}
.imageright {
	float: right;
	}
div.img
{
  margin: 2px;
  border: 1px solid #FFFFFF;
  height: auto;
  width: auto;
  float: left;
  text-align: center;
}	
div.img img
{
  display: inline;
  margin: 3px;
  border: 1px solid #ffffff;
}
div.img a img {border: 1px solid #000000;}

div.img a:hover img {border: 1px solid #FFFFFF;}

.imageright {
	float: right;
	}
.imageleft {
	float: left;
	padding-right: 10px;
	}
