/* CSS Document */

body {
	margin:0 auto;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color: #1d669c;
	padding: 0;
	background-image: url(images/bg.gif);
}

/* Image Details and Effects */

img {
	border: 0;
}


.img-wrapper {
	margin: 15px 15px 20px 10px;
	line-height:0;
	float: left;
}

.img-wrapper img {
	float:none;
	margin:0;
	padding:4px;
	border:1px solid #C5BDBD;
	position:relative;
	left:-4px;
	top:-3px;
}
*/

#content-text {
	float:right;
	padding:10px;
	width:75%;
}

.img-wrapperright {
	margin: 10px 7px 0 10px;
	line-height:0;
	float: right;
}
.img-wrapperright img {
	float:none;
	margin:0;
	padding:4px;
	border:1px solid #C5BDBD;
	position:relative;
	left:-4px;
	top:-3px;
}

/* Image Effects End */

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	line-height: 16px;
}


h2 {
	font-size: 14px;
	font-weight: bold;
	color: #000;
	line-height: 12px;
}
#divider-shadow {
	text-align:left;
	background-image: url(images/divider.gif);
	width: 98%;
	height: 7px;
}

h3 {
	font-size:12px;
	font-weight:bold;
	color:#000;
	margin-bottom:0px;
	padding:0;
	}

a, a:hover {
	text-decoration: none;
}

#page-border {
	width: 1000px;
	text-align: center;
	margin: 0 auto;
	background-color: #fff;
	/* border: 1px dotted #000; */
}

#masthead {
	width:auto;
	background-image:url(images/mastleft.jpg);
	height:156px;
	}
	
#main-image {
	float:left;
	background-image:url(images/logo.jpg);
	width:303px;
	height:156px;
	}
#side-image {
	float:right;
	background-image:url(images/mastright.jpg);
	width:294px;
	height:156px;
	}

/* Links on top side */

/*

#header-links {
	width: 900px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	height: 15px;
	background-color: #003269;
}

#header-links ul {
	margin: 0;
	list-style: none;
	float: right;
	padding-right: 5px;
}

#header-links ul a{
	display: block;
	width: 68px;
	height: 15px;
	line-height: 15px;
	text-decoration: none;
	color: black;
	background: url(images/linkbg.png) no-repeat left bottom;
	font-weight: bold;
	text-align: center;
	font-size: 10px;
}

#header-links ul a:hover {
	color: black;
	background: url(images/linkbg.png) no-repeat left top;
}

#header-links li {
	float: right;
	text-transform: uppercase;
	margin-left: 3px;
	margin-right: 3px;
}

*/

/* End top most links */

/* Main Links */
#links {
	width: 0 auto;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	height: 15px;
	text-align:center;
	background-color: #003269;
}

#links ul {
	width:98%;
	margin: 0;
	list-style: none;
	float: left;
	/* padding-right: 5px; */
}

#links ul a {
	display: block;
	height: 16px;
	line-height: 16px;
	text-decoration: none;
	color: white;
	font-weight: bold;
	text-align: center;
	font-size: 11px;
}

#links ul a:hover {
	color:#FF9900;
	background: url(images/mainlinksbg.png) no-repeat center bottom;
	clear: both;
}

#links li {
	float: left;
	width:12%;
	text-transform: uppercase;
}

/* End Main links */

/* Main Content */
#content {
	text-align: left;
	padding: 0 0 0 5px;
	width: 990px;
}

/* .h2 {
	font-size: 14px;
	font-weight: bold;
	color: #000;
} */

#textcontentright {
	width:720px;
	text-align:left;
	float:left;
	}
	
#textcontent {
	width:720px;
	text-align:justify;
	float:left;
	}
	
#textcontent.h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	}

#content-left {
	width: 575px;
	float: left;
}

#bluebox {
	width:250px;
	background-color:#FF6;
	float:right;
	padding:5px 10px 5px 5px;
	}

#content-right {
	width:300px;
	float:right;
	text-align: right;
	padding-right: 3px;
	margin: 5px 0 10px 0;
}

/*  */

#footer {
	height: 18px;
	clear: both;
	color: silver;
	text-align: right;
	margin: 0 0 5px 0;
	padding-top: 4px;
	font-size: 11px;
	background-color: #003269;
}

#clear {
	clear: both;
}
#flashobj {
	margin-top: 3px;
}

#bookengine {
	background:#9999FF;
	}
	
#links-bottom {
	width: 0 auto;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	height: 15px;
	text-align:center;
	background-color: #003269;
}
#links-bottom ul {
	width:98%;
	margin: 0;
	list-style: none;
	float: left;
}
#links-bottom ul a {
	display: block;
	height: 16px;
	line-height: 16px;
	text-decoration: none;
	color: white;
	font-weight: bold;
	text-align: center;
	font-size: 11px;
}
#links-bottom ul a:hover {
	color:#FF9900;
	background: url(images/mainlinksbg.png) no-repeat center bottom;
}
#links-bottom li {
	float: left;
	width:12%;
	text-transform: uppercase;
}

#divider {
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#06F;
	clear:both;
	margin:10px 0 10px 0;
}
