﻿@import url("layout1.css");
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-color: #1a58a5;
}
#container {
	width:1016px;
	height:958px;
	background-image: url("box2.jpg");
	background-repeat: no-repeat;
	margin: 10px auto;
}
#box1{
	margin-top:3%;
	margin-left:2px;
	margin-left:2px;
	width:790px;
	height:610px;
	text-align:center;
	
	
	}

#box2{
	position:absolute;
	top: 300px;
	left: 1200px;
	width: 17px;
	height: 600px;
	border-left: 1px dashed #CC0000;
	background-color: #ccd5dd;}


#masthead {
	width:1016px;
	height:172px;
	text-align: center;
}
#navigation {
	width:1016px;	
	height:32px;
	
}

#navigation1 {
	margin-left:8%;
	float:left;
	font-family: Garamond;
	color:black;
	font-size:20px;
	text-align:center;
	width:400px;	
	height:32px;

}
#navigation2 {
	margin-right:3%;
	float:right;
	font-family: Garamond;
	font-size: 20px;
	text-align:left;
	width:400px;	
	height:32px;

}

#navigation_v {
	float:left;
	font-family: Garamond;
	font-size: 20px;
	text-align:center;
	width:100px;
	height:386px;	
	padding:15px 0px;
	line-height: 150%;
}

/* Navigation */
#navigation_v ul {
	list-style-type:block;
	width: 100%;
	margin: 0;

}
#navigation_v li {
	display: block;
}
#navigation_v a {
	font-weight: bold;
	text-decoration: none;
	padding: 5px;
	color:black;
}
#navigation_v a:hover {
	font-weight: bold;
	text-decoration: none;
	color:blue;
}

#navigation_v a:active {
	font-weight: bold;
	text-decoration: none;
	color:green;
}

html>body #navigation_v {
	overflow: hidden;
}


html>body #navigation {
	overflow: hidden;
}
#column_l {
	float:left;
	width: 320px;
	height:386px;
	line-height: 150%;

}
html>body #column_l {
	width: 320px;
	height:386px;
	padding: 0px 15px;

}

#column_r {
	float:right;
	width:300px;
	height:386px;
	}
html>body #column_r {
	width: 320px;
	height:386px;
	padding: 0px 15px;

	
}
#content {
	margin-top:5%;
	margin-left:90px;
	margin-left:90px;
	width:800px;
	height:620px;
	text-align:center;
	background-image:url('text-eck1.gif');
	background-repeat:no-repeat;
	
}
#content2 {
	margin-top:5%;
	margin-left:90px;
	margin-left:90px;
	width:800px;
	height:620px;
	text-align:center;
	background-image:url('text-eck1.gif');
	background-repeat:no-repeat;
	padding:0px;
	

}

#footer {
	margin-left:90px;
	margin-right:90px;
	text-align: center;
	clear: both;
	width: 825px;
	margin-top: 0px;
	padding: 3px;
	border: 0px solid #431;
		
}
/* Footer Styles */
#footer p {
	text-align: center;
	color: #211a4e;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size:x-small;
}

#count {
	float: left;
	text-align: left;
}
#count p {
	font-size: x-small;
}

#copyright {
	float: right;
	text-align: right;
}
#copyright p {
	font-size: x-small;
}
#footer a {
	color: #211a4e;
	text-decoration: underline;
}
#footer a:hover {
	color: #853;
	text-decoration: none;
}

html>body #footer {
	text-align: center;
	padding-bottom: 0;
}
#footer a {
	text-decoration:none;
}	
/* Masthead */
#masthead h1 {
	color: #8b0000;
	margin-right: 0em;
	margin-bottom: 0;
	text-align:left;
	margin-top:0px;
}
#masthead h3 {
	color: #fff;
}
/* Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	
}
#navigation a {
	font-weight: bold;
	text-decoration: none;
	padding: 5px;
	color:black;
}
#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #8b0000;
}
/* Right Column */
#column_r img {
	border: 0px solid #808080;
}
/* Site typography */
h1 {
	font-size: xx-large;
	color: #800;
}
h2 {
	font-size: x-large;
	color: #700;
}
h3 {
	font-size: large;
	color: #600;
}
h4 {
	font-size: medium;
	color: #500;
}
h5 {
	font-size: x-small;
	color: #400;
}
h6 {
	font-size: xx-small;
	color: #300;
}
/* Links */
a {
	color: #161439;
	text-decoration: none;
}
a:hover {
	color:blue;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
