﻿/* CSS layout */
body {
	font: 12px/100% "Trebuchet MS", Tahoma, Arial, Verdana;
	background: #ffffff url(graphics/map.jpg) no-repeat center top;
/*	text-align: center; */
}

a {
	color: #0073bd;
}

/* LAYOUTS */
#header {
	width: 848px;
	margin-top: 20px;
	position: relative;
	background-image: url('graphics/topBar.png');
	top: 0px;
	left: 0px;
	height: 16px;
}
#container {
	position: relative;
	background-image: url('graphics/back.png');
	width: 848px;
	overflow: hidden;
	min-height: 551px;
	background-repeat: repeat-y;
	top: 0px;
	left: 0px;
}

#insideTheLines {
	position: relative;
	float:right;
	width: 807px;
	margin:0px;
	top: 0px;
	left: 0px;
	height: 100%;
	
}

#left_col {
	width: 299px; 
	position: absolute; 
	top: 0px;
	left: 0px;
}

#right_col {
	width: 200px; 
	position: absolute; 
	top: 0px;
	right: 0px;
}

#footer {
	width: 848px;
	margin-bottom: 20px;
	position: relative;
	background-image: url('graphics/bottomBar.png');
	left: 0px;
	height: 16px;
	background-repeat: no-repeat;
}

.page_content {
	float: right;
	padding: 0px 15px 15px 20px;
	width: 472.7px; 
	top: 0px;
	right: 344px;
	background-image: url('graphics/contentCorner.png');
	background-repeat: no-repeat;
	}
	
.right_buttons {
	float: right;
	padding: 0px;
	width: 24px;
}

.story_content {
	float: right;
	padding: 10px;
	margin-bottom:10px;
	width: 452.7px; 
	top: 0px;
	right: 334px;
	/*background-color:#dbe8fe;*/
	background-image:url('graphics/storyBack.png');
	background-position:right top;
	background-repeat: no-repeat;
	/*border:1px;
	border-style:solid;
	border-color:#0073bd;*/
	}
	
/* END LAYOUTS */

.page_content h1 {
	margin:18px 0 0 0;
	text-align:right;
	height: 30px;
	font: bold 20px/100% "Trebuchet MS", Tahoma, Arial, Verdana;
	color: #0073bd;
}

.page_content h3 {
	margin:10px 0px 10px 0px;
	text-align:left;
	font: bold 14px/100% "Trebuchet MS", Tahoma, Arial, Verdana;
	color: #0073bd;
}

.page_content h4 {
}

.page_content p {
	margin:0px;	
	text-align:justify;
	line-height: 100%;
	font-variant: normal;
}

.story_content h2 {
	margin:0px 0px 10px 0px;
	text-align:right;
	font: bold 14px/100% "Trebuchet MS", Tahoma, Arial, Verdana;
	color: #54b948;
}

.story_content a {
	margin: 0 0 10px 0;
	text-align:right;
	font:12px/100% "Trebuchet MS", Tahoma, Arial, Veranda;
	color: #54b948;
}

.story_content p {
	margin: 0px;
	text-align: justify;
	font-variant: normal;
	line-height: 100%;
	}

.story_content img {
	padding: 6px;
	/*border:1px solid #0073bd;*/
	background-color:#ffffff;
	margin-right:10px;
	float: left;
}

blockquote {
	margin:10px 0px 0px 0px;
	text-align:left;
	font: bold 14px/100% "Trebuchet MS", Tahoma, Arial, Verdana;
	color: #54b948;
	}

blockquote a {
	margin:10px 0px 0px 0px;
	text-align:left;
	font: bold 14px/100% "Trebuchet MS", Tahoma, Arial, Verdana;
	color: #0073bd;

}
	
#footer p {
	text-align:center;
	font: 11px/100% "Trebuchet MS", Tahoma, Arial, Verdana;
	color: #0073bd;
	height:10px;
}

#footer a {
	color: #0073bd;
}

#footer a:hover {
	color: #0073bd;
}




/*	INSIDE PAGE NAVIGATION  */

#nav {
	list-style:none;
	margin: 3px 0 0 0;
	position: relative;
	float:right;
	right: 0px;
	/* bottom: 12px; */
	height: 20px;
}

#nav a {
	color: #0073bd;
	text-decoration: none;
	background: #ffffff /* url(graphics/buttonBG.png) repeat-x */;
	padding: 0px 5px 0px 10px;
	font: bold 11px/100% Arial, Helvetica, sans-serif;
	border-right: 2px solid #dbe8fe;
	border-bottom: 2px solid #dbe8fe; 

}

#nav a:hover {
	color: #54b948;
}

#nav a:active {
	color: #54b948;
}
