﻿@import url(layout.css);
body {
	color: white;
	background-color: white;
}
#container {
	width: 100%;
	background-color: white;
	position: relative;
}
#masthead {
	width: 100%;
	text-align: right;
	background-color: blue;
}
#navigation {
	width: 100%;
	background-color: aqua;
	overflow: hidden;
}
#navigation1 {
	width: 100%;
	background-color: white;
	overflow: hidden;
	font-size: x-small;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
}

#page_content {
	position: relative;
	width: 100%;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: blue;
	/* border-bottom-width: 10px; border-bottom-style: solid; border-bottom-color: blue; */
}

#row_1 {
	position: relative;
	width: 100%;
	height: 600px;
	/* border-top-width: 10px; border-top-style: solid; border-top-color: blue;*/
	/* border-bottom-width: 10px; border-bottom-style: solid; border-bottom-color: blue; */
}
#row_2 {
	position: relative;
	width: 100%;
	height: 600px;
	/* border-top-width: 10px; border-top-style: solid; border-top-color: blue;*/
	/* border-bottom-width: 10px; border-bottom-style: solid; border-bottom-color: blue; */
}

#faq_2 {
	width: 56%;
	position: relative;
	float: left; 
	margin-left: 10px;
	padding: 5px 15px;
	background-color: white;
	border: 5px solid blue;
	
}
#column_l {
	width: 28%;
	position: relative;
	float: left; 
	margin-left: 10px;
	padding: 5px 15px;
	background-color: white;
	border: 5px solid blue;
	
}
#column_r {
	width: 28%;
	position: relative;
	float: left; 
	margin-left: 10px;
	padding: 5px 15px;
	background-color: white;
	border: 5px solid blue;

}
#column_r1 {
	width: 28%;
	position: relative;
	float: left; 
	margin-left: 10px;
	padding: 5px 15px;
	background-color: white;
	border: 5px solid blue;

}

#footer {
	width: 100%;
	position: static;
	background-color: lightblue;
	padding-bottom: 5px;
}
/* Styles for Masthead */
#masthead img {
	float: left;
	margin: 0;
	padding: 0;
}
#masthead p {
	font-size: small;
	text-align: right;
	color: #000;
	margin: 10px 10px 10px 0;
	padding: 0;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: auto;
	padding: auto;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #0000FF;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #0000FF;
	background-color: #cdf;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
}
#navigation a:hover {
	color: #FFFFFF;
	text-decoration: none;
	border: 1px solid #ed9;
	background-color: #0000FF;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
}
/* Styles for Navigation 1*/
#navigation1 ul {
	list-style-type: none;
	/* width: 100%;*/
	margin: 0px;
	padding: 10px;
}
#navigation1 li {
	/*float: left; */
	color: blue;
	display: block;
	padding: 5px;
	border: 1px solid blue;
	background-color: white;
	font-family: Verdana, Geneva, Tahoma, sans-serif;

}
#navigation1 a {
	color: blue;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid blue;
	background-color: white;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
}
#navigation1 a:hover {
	color: white;
	text-decoration: none;
	border: 1px solid #ed9;
	background-color: blue;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
}

/* Styles for Content */
h1 {
	font-size: medium;
	color: #0000FF;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-weight: bold;
	text-align: center
}
h2 {
	font-size: 1.75em;
	color: #469;
}
h3 {
	font-size: medium;
	color: white;
	font-weight: bold;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
}
h4 {
	font-size: small;
	color: #0000FF;
	font-weight: normal;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
}
h5 {
	font-size: small;
	color: #FFFFFF;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-weight: normal;
}
h6 {
	font-size: small;
	color: green;
	font-weight: normal;
	font-family: Verdana, Geneva, Tahoma, sans-serif;

}
/* Styles for Footer */
#footer p {
	font-size: x-small;
	text-align: center;
	color: #393939;
	margin: 10px;
	padding: 1px;
}
#footer a {
	color: #393939;
	text-decoration: underline;
}
#footer a:hover {
	color: #000;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: blue;
	text-decoration: underline;
}
a:hover {
	color: red;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}