/* CSS Document */
body, html {
	margin:0px;
	padding:0px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	background-image:url(images/back_sliver.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#003172;
	height:100%;
}

a {
	color:#0000ff;
	text-decoration:none;
}

a:hover {
	color:#FFD700;
}

a.footer {
	color:#ffffff;
}

a.footer:hover {
	color:#FFD700;
}

object {
	display:block;
	margin:0px;
}

.clearBoth {
	clear:both;
}

#box {
	width:975px;
	min-height:100%;
	position:relative;
}

#box p a img {
	margin-right:23px;
}
#left {
	width:250px;
	float:left;
	text-align:right;
}
#left p {
	z-index: 2;
}
#right {
	width:700px;
	float:left;
	text-align:left;
}
#nav {
	width:230px;
	margin-left:20px;
}
#nav h2 {
	font-size:12px;
	font-weight:normal;
	margin:0px;
}


.normal a {
	display:block;
	width:205px;
	line-height:30px;
	padding:0px 0px 0px 25px;
	background-image:url(images/nav_off.jpg);
	text-transform:uppercase;
	text-decoration:none;
	color:#0153A0;
	text-align:left;
	margin:0px;
}
.normal a:hover {
	background-image:url(images/nav_on.jpg);
	color:#FFFFFF;
}

.bold a {
  font-weight: bold;
}

.dropdown a {
	display:block;
	width:205px;
	line-height:30px;
	padding:0px 0px 0px 25px;
	background-image:url(images/nav_drop.jpg);
	text-transform:uppercase;
	text-decoration:none;
	color:#FFFFFF;
	text-align:left;
	margin:0px;
}
.dropdown a:hover {
	background-image:url(images/nav_on.jpg);
	color:#FFFFFF;
}

.link a {
	display:block;
	width:195px;
	line-height:30px;
	padding:0px 0px 0px 35px;
	background-color:#999999;
	text-transform:uppercase;
	text-decoration:none;
	color:#FFFFFF;
	text-align:left;
	margin:0px;
}
.link a:hover {
	background-color:#333333;
	text-decoration:none;
}
.link {
	display:none;
	margin:0px;
}

.table_row_0 {
	background-color:#F8F8F8;
}

#logo_nav {
	height:90px;
	width:650px;
	background-image:url(images/logo_right.png);
	text-align:right;
	padding:10px 40px 0px 0px;
}
#content_back {
	margin:10px 0px 20px 5px;
	padding:0px;
	background-image:url(images/content_mid.jpg);
	width:650px;
}
#content_bottom {
	background-image:url(images/content_bottom.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}
#content_top {
	background-image:url(images/content_top.jpg);
	background-repeat:no-repeat;
	background-position:top;
	padding:15px;
}
#content_top h1 {
	color:#0153A0;
	font-size:18px;
	border-bottom:2px solid #CCCCCC;
	text-decoration:none;
}
#gallery_logo_nav {
	height:130px;
	width:850px;
	background-image:url(images/gallery_header.png);
	text-align:right;
	padding:10px 40px 0px 0px;
}
#gallery_content_back {
	margin:10px 0px 20px 0px;
	padding:0px;
	background-image:url(images/gallery_back_mid.jpg);
	width:850px;
}
#gallery_content_bottom {
	background-image:url(images/gallery_back_bottom.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}
#gallery_content_top {
	background-image:url(images/gallery_back_top.jpg);
	background-repeat:no-repeat;
	background-position:top;
	padding:15px;
	text-align:left;
}
#gallery_content_top h1 {
	color:#0153A0;
	font-size:18px;
	border-bottom:2px solid #CCCCCC;
	text-decoration:none;
}

.article_list a {
	display:block;
	padding:10px;
	border:1px solid #CCCCCC;
	color:#000000;
	margin-bottom:10px;
	text-decoration:none;
}
.article_list a:hover {
	background-color:#F1F1F1;
	border:1px solid #E8E8E8;
	color:#333333;
}
.article_title {
	font-size:14px;
	font-weight:bold;
}

#footer {
	width:910px;
	padding-top:20px;
	height:30px;
/*	background-image:url(images/footer_back.jpg);*/
	position:relative;
	bottom:0;
}
