﻿/* CSS layout */
.bold {
	color: #FFFFFF;
}
td {
	border: 1px solid #0000FF;
}
.table {
	border: 1px solid #0000FF;
	font-family: Georgia, "Times New Roman", sans-serif;
	color: #FFFFFF;
	font-size: 0.8em;
	margin-right: 3px;
	margin-left: 3px;
}
#left_col a:hover {
	color: #000000;
	background-color: #FFFFFF;
}
#left_col a {
	font-family: Georgia, "Times New Roman", sans-serif;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #000000;
	display: block;
	font-weight: bold;
	font-size: 1em;
}
.plan_cost {
	background-color: #000000;
	color: #FFFFFF;
	font-size: 1.1em;
	font-family: Georgia, "Times New Roman", sans-serif;
}
.plan_styles {
	padding: 0px;
	margin: 8px 0px 0px 0px;
	font-family: Georgia, "Times New Roman", sans-serif;
	font-size: 0.9em;
	color: #FFFFFF;
	background-color: #0090D3;
	font-weight: bold;
}
.plan_descrip {
	font-family: verdana, arial, sans-serif, helvetica;
	font-size: 0.7em;
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 1px;
	color: #000000;
}
.more_info {
	font-size: 0.6em;
	text-transform: capitalize;
}
hr {
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 7px;
	width: 75%;
	color: #FF0000;
}
caption {
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
}
#top_nav ul a {
	padding: 5px 15px 5px 15px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border: 1px solid #000000;
}
a:hover {
	color: #FFFFFF;
	background-color: #000000;
}
a:active {
	font-weight: bold;
}
#masthead {
	height: 100px;
}
#masthead h1 {
	font-size: 2.5em;
	font-family: "Times New Roman", Times, serif;
	padding-bottom: 0px;
	margin-bottom: 0px;
	color: #FFFFFF;
	font-style: italic;
}
#top_nav {
}
#top_nav ul {
	list-style-type: none;
	padding-left: 0px;
	margin-left: 0px;
	font-family: Georgia, "Times New Roman", sans-serif;
	font-size: 0.8em;
	text-align: center;
}
#top_nav li {
	display: inline;
}

#container {
	position: relative;
	width: 100%;
}

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

#page_content {
	margin-right: 200px;
	margin-left: 220px;
}

#right_col {
	width: 200px;
	position: absolute;
	right: 0px;
	top: 0px;
	color: #FFFFFF;
	padding-left: 20px;
	margin-top: 50px;
}

#footer {
}
h3 {
	font-family: "Times New Roman", Times, serif;
	color: #008000;
	font-size: 1.4em;
}
#footer ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.65em;
	list-style-type: none;
	padding-left: 0px;
	margin-left: 0px;
	text-align: center;
}
#footer li {
	display: inline;
}
#footer a {
	text-decoration: none;
	padding: 5px 15px 5px 15px;
}
h5 {
	font-family: verdana, arial, sans-serif, helvetica;
	color: #000000;
	padding-bottom: 0px;
	margin-bottom: 0px;
	font-size: .9em;
}
body {
	background-color: #0090d3;
	color: #000000;
}
h2 {
	font-family: Georgia, "Times New Roman", sans-serif;
	font-size: 1.7em;
	color: #FFFFFF;
	font-style: normal;
	font-weight: bold;
}
h4 {
	font-size: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.65em;
	color: #000000;
}
#page_content p {
	font-family: Georgia, "Times New Roman", sans-serif;
	color: #FFFFFF;
	font-size: 1em;
	margin-bottom: 10px;
}
#page_content ul {
	font-family: Georgia, "Times New Roman", sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 0.9em;
}
#page_content ul li {
	margin-bottom: 10px;
}
#page_content h1 {
	font-family: Georgia, "Times New Roman", sans-serif;
	font-size: 1.7em;
	font-weight: bold;
	color: #ffffff;
	font-style: normal;
}
.domain_name {
	color: #FFFFFF;
	margin: 50px 0px 0px 20px;
	font-family: Arial, Helvetica, sans-serif;
}
