﻿/* CSS layout */
.txt_prices_header {
	font-family: Tahoma;
	color: #FF0000;
	font-weight: bold;
	text-decoration: underline;
}
.txt_std_header {
	font-family: tahoma, arial, sans-serif;
	font-size: large;
	color: #000000;
}
.priceboxstyle {
	background-color: #CCCCCC;
	border: thin solid #008080;
	text-align: center;
}
.txt_std {
	font-family: tahoma, arial, sans-serif;
	font-size: small;
	color: #008000;
}
.txt_FAQ_header {
	font-family: Tahoma;
	color: #008080;
	font-weight: bold;
}
.TextEmphasise {
	font-family: Tahoma;
	color: #CC3300;
	font-size: large;
	list-style-type: circle;
}
.style1 {
	font-family: Tahoma;
	color: #336600;
	font-size: xx-large;
}
#masthead {
}

#top_nav {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}

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

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

#page_content {
	margin-left: 200px;
}

#footer {
	background-color: #CCCCCC;
}
a:link {
	font-family: tahoma, arial, sans-serif;
	text-decoration: none;
}
.priceboxstyle2 {
	background-color: #CCFFFF;
	border: thin solid #008080;
	text-align: center;
}
ul {
	font-family: tahoma, arial, sans-serif;
}
.Xmasboxstyle {
	border-style: solid;
	border-width: thin;
	border-color: #FFFFFF;
	background-color: #FFFFFF;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}
