@charset "utf-8";
/* CSS Document */

body,html {
	margin:0;
	background:#000000;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
}
a, a:visited, a:active {
	color:#738D9A;
	text-decoration:none;
}
a:hover {
	color:#000000;
	text-decoration:underline;
}
.section-heading {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	line-height:21px;
	color:#131A1C;
}
.story-heading {
	font-size:16px;
	font-weight:bold;
}
.framed {
	padding:5px;
	border:solid 1px #CCCCCC;
}

#container {
	margin:auto;
	width:960px;
}

/*****  HEADER DIVISIONS *****/
#header {
	background:#43525C url("../common/images/header-bg2.jpg");
	padding:20px;
	color:#FFFFFF;
	height:130px;
}
#menu {
	text-align:right;
	font-size:12px;
}
#menu a {
	color:#D7DEE1;
}
#menu a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
#logo {
	padding-top:30px;
	float:left;
	vertical-align: bottom;
}
#tag {
	padding-top:60px;
	text-align:right;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	line-height:27px;
	vertical-align:bottom;
}
#nav {
	background-color:#FFFFFF;
	clear:both;
}

/***** HOME CONTENT DIVISIONS *****/
#content-home {
	background-color:#FFFFFF;
	background-image:url("../common/images/content-home-bg.jpg");
}
#home-left {
	float:left;
	width:479px;
}
#home-left-top {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding:10px 20px;
}
#home-left-bottom {
	padding:0 20px;
}
#home-right {
	float:right;
	width:480px;
}
#home-right-top {
	padding:10px 20px 0;
}
#home-right-bottom {
	padding:10px 20px 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;	
}

/***** CONTENT DIVISIONS *****/
#content {
	background-color:#FFFFFF;
	background-image:url("../common/images/content-bg.jpg");
}
#content-bottom {
	clear:both;
	height:20px;
}
#left {
	float:left;
	width:239px;
}
#left-top {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding:10px 20px;
}
#left-bottom {
	padding:0 20px;
}
#right {
	float:right;
	width:720px;
}
#right-all {
	padding:10px 20px;
}

/***** FOOTER DIVISIONS *****/
#footer {
	margin:0 0 20px 0;
	background-color:#000000;
	text-align:center;
	color:#FFFFFF;
}
#footer a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}