﻿@import url("layout.css");
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	background-color: #f2f2f7;
	background-image: 
	background-repeat: repeat;
	background-attachment: scroll;
}
#container {
	width: 700px;
	margin: 10px auto;
}
#advertisement {
	position: relative;
	float: left;
	width: 148px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #fff;
}
#content {
	float: left;
	width: 518px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 10px;
	background-color: ;
}
/* Masthead Styles */
#masthead h1 {
	color: #3d6c87;
}
#masthead h3 {
	color: #5f8ea9;
}
/* Navigation Styles */
#navigation ul {
}
#navigation li {
}
#navigation a {
	color: #FF00FF;
	text-decoration: none;
}
#navigation a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
/* Advertisement Styles */
#advertisement a {
	color: white;
	text-decoration: none;
	display: block;
	padding: 0;
	border: 1px solid #fff;
	background-color: #FFFFFF;
}
#advertisement a:hover {
	color: black;
	text-decoration: none;
	border: 1px #FFFFFF solid;
	background-color: #fff;
}
/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {
	font: normal normal normal 100% serif;
	color: #FF9900;
	font-family: Verdana;
	font-size: x-large;
}
#content img {
	padding: 5px;
	border: 1px solid #808080;
}
/* Footer Styles */
#footer p {
	font: inherit;
	color: #FFFFFF;
	margin-top: 5px;
	font-size: 8pt;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana;
}
#footer a {
	color: #C92F92;
	text-decoration: none;
	font-weight: bold;
	font-size: 8pt;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 8pt;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana;
}
a {
	font: normal bold 8pt Verdana;
	color: #C92F92;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
/* MiddleContent Styles */
#MiddleContent a {
	color: #C92F92;
	text-decoration: none;
	font-weight: bold;
}
#MiddleContent a:hover {
	color: #3399FF;
	text-decoration: none;
	font-weight: bold;
}
/* ContactUsText Styles */
#ContactUsText a {
	color: #C92F92;
	text-decoration: none;
	font-weight: bold;
}
#ContactUsText a:hover {
	color: #3399FF;
	text-decoration: none;
	font-weight: bold;
}
/* OpeningContentText Styles */
#OpeningContentText {
	font-size: 8pt;
	font-family: "Verdana";
}