/* mac hide \*/
html, body {height:100%}
/* end hide*/

*{padding:0;margin:0;}

body {
	padding:0;
	margin:0;
	background-color:#000000;
	color:#ffffff;
	font-size:10pt;
	font-weight:normal;
	font-family:tahoma, sans-serif;
}

#top{
	position:relative;
	margin-top:0px;
	width:100%;
	height:214px;
	background-image:url(images/header-bg.jpg);
	background-repeat:repeat-x;
	color:#000000;
}

#header{
	width:1000px;
	height:214px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	color:#000000;
}

#middle{
	position:relative;
	margin-top:0px;
	width:100%;
	background-color:#3e8879;
	color:#000000;
}

#outercontent {
	width:1000px;
	min-height:500px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/content-bg.jpg);
	background-repeat:repeat-y;
	color:#000000;
}

#innercontent {
	width:975px;
	margin-left:auto;
	margin-right:auto;
	color:#000000;
	overflow:hidden;
}

#leftcolumn {
	width:180px;
	color:#000000;
	margin-left:5px;
	float:left;
}

#maincontent {
	width:750px;
	padding:0px 15px 5px 15px;
	color:#000000;
	float:right;
}

#intro {
	width:465px;
	float:left;
}

#fbwidget {
	width:283px;
	margin-right:-10px;
	float:right;
}

#fbwidgettop {
	width:283px;
	height:32px;
	background-image:url(images/fb-widget-top.png);
	background-repeat:no-repeat;
	color:#000000;
}

#fbwidgetmid {
	width:278px;
	padding-left:8px;
	background-image:url(images/fb-widget-middle.png);
	background-repeat:repeat-y;
	color:#000000;
}

#fbwidgetinner {
	width:260px;
	background-color:#ffffff;
	color:#000000;
}

#fbwidgetbottom {
	width:283px;
	height:37px;
	background-image:url(images/fb-widget-bottom.png);
	background-repeat:no-repeat;
	color:#000000;
}

#bottom{
	position:relative;
	width:100%;
	margin-top:0px;
	margin-bottom:0px;
	height:113px;
	background-image:url(images/footer-bg.jpg);
	background-repeat:repeat-x;
	color:#000000;
}

#footer {
	width:1000px;
	height:83px;
	margin-left:auto;
    margin-right:auto;
	padding-top:30px;
	background-image:url(images/footer.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

#form {
    width:410px;
    margin-left:auto;
    margin-right:auto;
    overflow:hidden;
}

#buttons {
	width:170px;
	height:40px;
	clear:both;
	margin-top:15px;
	margin-left:auto;
    margin-right:auto;
    overflow:hidden;
}

a:link {color:#3e8879; font-weight:normal;  text-decoration:none;}
a:visited {color:#3e8879; font-weight:normal; text-decoration:none;}
a:hover {color:#56b19f; font-weight:normal; text-decoration:none;}
a:active {color:#3e8879; font-weight:normal; text-decoration:none;}

a:link.index {color:#3e8879; font-weight:bold;  text-decoration:none;}
a:visited.index {color:#3e8879; font-weight:bold; text-decoration:none;}
a:hover.index {color:#56b19f; font-weight:bold; text-decoration:none;}
a:active.index {color:#3e8879; font-weight:bold; text-decoration:none;}

a:link.bookmark {color:#3e8879; font-weight:normal;  text-decoration:none;}
a:visited.bookmark {color:#3e8879; font-weight:normal; text-decoration:none;}
a:hover.bookmark {color:#3e8879; font-weight:normal; text-decoration:none;}
a:active.bookmark {color:#3e8879; font-weight:normal; text-decoration:none;}

a.rollover {display:block; margin-bottom:5px; width:182px;	height:43px; text-decoration:none; background:url("images/menu-button.png");}
a.rollover:hover {background-position:-180px 0;}


h1 {
	color:#3E8879;
	font-family:georgia;
	font-size:16pt;
	font-style:italic;
	font-weight:normal;
	text-align:center;
	padding-top:0px;
	padding-bottom:20px;
	text-decoration:none;
}

h2 {
	color:#3E8879;
	font-size:10pt;
	font-weight:bold;
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
	text-decoration:underline;
}

h3 {
	color:#3E8879;
	font-family:georgia;
	font-size:12pt;
	font-style:italic;
	font-weight:normal;
	padding-bottom:5px;
	padding-top:15px;
	text-decoration:none;
}

h4 {
	color:#3E8879;
	font-size:10pt;
	font-weight:bold;
	padding-bottom:5px;
	padding-top:10px;
}

h5 {
	color:#3E8879;
	font-size:8pt;
	font-weight:normal;
	text-align:left;
	padding-bottom:5px;
	padding-top:5px;
}

h6 {
	color:#3E8879;
	font-size:10pt;
	font-weight:bold;
	text-align:center;
	padding-bottom:15px;
	padding-top:0px;
}

p {
	color:#000000;
	font-size:10pt;
	font-weight:normal;
	text-align:justify;
	padding-bottom:10px;
	padding-top:10px;
}

.menutext {
	position:relative;
	left:20px;
	top:12px;
	color:#ffffff;
	font-family:georgia;
	font-size:10pt;
	font-style:italic;
	}

.copyright {
	color:#000000;
	text-align:center;
	font-size:8pt;
	font-weight:bold;
}

.code {
	color:#3E8879;
	font-weight:bold;
}

.price {
	color:#3E8879;
	font-family:georgia;
	font-size:14pt;
	font-style:italic;
	font-weight:normal;
}

.centre {
	text-align:center;
}

.italic {
	font-style:italic;
}

.bold {
	font-weight:bold;
}

.smalltext {
	font-size:8pt;
}

hr {
	background:#000000;
	color:#000000;
	width:50%;
	border:0;
	height:2px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	margin-bottom:10px;
}

hr.short {
	background:#000000;
	color : #000000;
	width : 35px;
}

form p {
	width:330px;
	clear:both;
}

form p label {
	font-weight:normal;
	float:left;
}

form p textarea {
	background:transparent;
	padding:3px 3px 3px 3px;
	color:#000000;
	font-family:arial, sans-serif; 
	font-size:10pt;
	border-top:1px;
	border-left:1px;
	border-right:1px;
	border-bottom:1px;
	border-style:solid;
	border-color:#000000;
	float:left;
}

form p input {
	background:transparent;
	padding:3px 3px 3px 3px;
	color:#000000;
	font-family:arial, sans-serif; 
	font-size:10pt;
	border-top:1px;
	border-left:1px;
	border-right:1px;
	border-bottom:1px;
	border-style:solid;
	border-color:#000000;
	float:right;
}

form p input.code {
	float:left;
}

form p input.button {
	margin-left:5px;
	margin-right:5px;
	width:75px;
	font-weight:bold;
	float:none;
	clear:both;
}

#topic {
	list-style:none;
	list-style-image:none;
	float:left;
}

#topic label.choice {
	display:inline;
	position:relative;
	font-weight:normal;
	font-size:10pt;
	margin-left:5px;
	margin-right:20px;
	_top:0px;
}

#topic input.checkbox {
	display:inline;
	border:0px;
	margin-left:0px;
	margin-top:10px;
}

.verify {
	float:left;
	margin-right:10px;
	border:0px;
}

.alignleft {
	float:left;
	padding-right:10px;
	padding-bottom:10px;
}

.alignright {
	float:right;
	padding-right:10px;
	padding-bottom:10px;
}

.specialsindex {
	width:210px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	margin-bottom:20px;
}

.listfloat1 {
	width:222px;
	margin-left:auto;
	margin-right:auto;
}

.listfloat2{
	width:180px;
	margin-left:auto;
	margin-right:auto;
}

.listfloat3 {
	width:210px;
	margin-left:auto;
	margin-right:auto;
}

.listfloat4 {
	width:425px;
	margin-left:auto;
	margin-right:auto;
}

.bulletlist {
	margin-left:15px;
	list-style-type:disc;
	color:#3E8879;
	font-size:10pt;
	font-weight:bold;
	padding-bottom:10px;
	padding-top:10px;
}

.bulletlist li{margin-top:5px; margin-bottom:15px;}

.bulletlist2 {
	margin-left:15px;
	list-style-type:disc;
	color:#000000;
	font-size:10pt;
	font-weight:normal;
	padding-bottom:10px;
	padding-top:0px;
}

.bulletlist2 li{margin-top:5px; margin-bottom:5px;}

.bulletlist3 {
	margin-left:0px;
	list-style-type:disc;
	color:#3E8879;
	font-size:10pt;
	font-weight:bold;
	padding-bottom:10px;
	padding-top:0px;
}

.bulletlist3 li{margin-top:5px; margin-bottom:5px;}

.imgpadding {
	margin:0px;
	padding:0px;
	border:1px;
	border-style:solid;
	border-color:#000000;
}

.image-block {
	width:750px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
}

.imgborder {
	border:2px;
	border-style:solid;
	border-color:#000000;
	margin-bottom:15px;

>html body #HR{}
