/* CSS Document */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
}
body {
	background-color: #FFFFCC;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFCC66;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFCC66;
}
a:hover {
	text-decoration: none;
	color: #CC6633;
}
a:active {
	text-decoration: none;
	color: #FFCC66;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	font-style: italic;
}
h1 {
	font-size: 18px;
	color: #FFCC66;
}
h2{
	font-size: 12px;
	font-family: Arial, Verdana, sans-serif;
	color: #FFCC66;
}
#navcontainer { 
width: 162px; 
}

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#navcontainer a
{
display: block;
padding: 3px;
width: 200px;
background-color: #003300;
border-bottom: 1px solid #eee;
}

#navcontainer a:hover
{
background-color: #999966;
color: #003300;
}
#navright {
	width: 200px;
	font-family: Arial, Verdana, sans-serif;
}

#navright ul
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
}

#navright a
{
display: block;
padding: 3px;
width: 200px;
background-color: #003300;
border-bottom: 1px solid #eee;
}

#navright a:hover
{
background-color: #999966;
color: #003300;
}
#navtext{
	font-family: Arial, Verdana, sans-serif;
	font-style: italic;
	color: #FFCC66;
	width: 180px;
	margin-left: 10px;
}
#bodytext{
	padding-left: 20px;
	padding-right: 10px;
}
#offer {
	font-family: Arial, Verdana, sans-serif;
	font-style: italic;
	color: #FFCC66;
	text-decoration: none;
	background-color: #336633;
	width: 180px;
	border: solid #FFCC66 1px;
	background-image: url(images/tartan.gif);
	background-repeat: no-repeat;
	background-position: top;
}
h3 {
	font-family: Arial, Verdana, sans-serif;
	font-size: 24px;
	font-style: italic;
	color: #FFCC66;
	background-color: #990000;
}

.mustfill
{
background-color: #6AD581;

}

/* Use for bottom of page prompt   */
.tag{
font-size: 20px;
font-weight: bold;
	font-style: italic;
}

