body {
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-x;
	background-position: right top;
	background-color: white;
	color: black;
	background-image: url(../images/gradient1.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}

#header {
	margin: 50px 100px 0px;
	padding: 0px;
	font-style: italic;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.content {
	margin: 0px 100px 25px;
	padding: 0px 20px 20px;
	color: #333;
	background-color: #eee;
	border: 1px solid #333;
}

p {
	line-height: 20px;
	font-family: verdana, arial, helvetica, sans-serif;
	margin: 20px 0px 12px 10px;	
}

#content>p {
	margin: 0px;
}

#content>p+p {
	text-indent: 30px;
}

a {
	color: #09C;
	font-size: 11px;
	text-decoration: none;
	font-weight: 600;
	font-family: verdana, arial, helvetica, sans-serif;
}

a:link, a:visited {
	color: #09c;
}

a:hover {
	background-color: white;
	text-decoration: underline;
}

h1 {
	/* color: #333;
	font: 24px/24px verdana, arial, helvetica, sans-serif;
	font-weight: 900; */
	margin: 15px 0px 0px;
	color: #C22F35;
	font-weight: bolder;
	font-size: 1.25em;
}

h2 {
	color: #333;
	font: 12px verdana, arial, helvetica, sans-serif;
	font-weight: 700;
	margin: 18px 0px -10px 10px;
}

h3 {
	color: #666;
	font-size: 11px;
	font-weight: 800;
	margin: 6px 0px 3px 10px;
}

.footer {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
}

.content img {
	float: right;
	margin-left: 5px;
	margin-top: 20px;
	margin-right: 10px;
}
#free {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	color: #990000;
	position: relative;
	top: -20px;
	left: 75%;
}
.blue {
	color: #0099CC;
	font-weight: bolder;
	font-size: 12px;
}
.red {
	color: #C22F35;
	font-weight: bolder;
	font-size: 0.75em;
}

#tiplist {
	list-style-image: url(../images/circle.png);
}

#tiplist li { margin-bottom: 1.5em; }

#tentips {
	font-size: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #C22F35;
	text-decoration: underline;
}

#tiplist2 {
	list-style-image: url(../images/check.png);
}

.extlinks, .intlinks {
	color: #333;
	text-align: center;
}

.extlinks a:link, .extlinks a:visited, .extlinks a:active {
	color: #C22F35;
}

.extlinks a:hover {
	color: #fff;
	background-color: #C22F35;
	text-decoration:none;
}

#logo {
	margin: 20px 0px 0px;
	padding: 0px;
}

#menucontainer {
	margin-bottom: -11px;
}

ul#menulist
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}

#menulist li
{
display: inline;
list-style-type: none;
}

#menulist a { padding: 3px 10px; }

#menulist a:link, #menulist a:visited
{
color: #fff;
/* background-color: #999; */
text-decoration: none;
}

#menulist a:hover
{
color: #fff;
background-color: #333;
text-decoration: none;
}

#downsize {
	color:#333;
	font-size: 0.85em;
	font-style: italic;
	margin-top: 5px;
	margin-bottom: 5px;
}

.address {
	color:#333;
	font-size: 0.9em;
}

.email {
	color: #333;
}

.email a:link, .email a:visited, .email a:active {
	color: #333;
}

.email a:hover {
	color: #fff;
	background-color: #333;
	text-decoration:none;
}

.maplink {
	width: 30%;
	display: block;
	color: #333;
}

.maplink a:link, .maplink a:visited, .maplink a:active {
	display: block;
	color: #333;
}

.maplink a:hover {
	display: block;
	color: #fff;
	background-color: #333;
	text-decoration:none;
}
