BODY {
	color: Black;
	background-color: White;
	font-family: Verdana, Geneva, Arial, Helvetica, serif;
	font-size: 11px;
}

A {
	color: #00008B;
}

A:HOVER {
	color: #CD853F;
}

h2{
	 	font-size: 18px;
}
h3{
	 	font-size: 16px;
}
h4{
	 	font-size: 12px;
}

body {
		min-width:970px;
}
#wrap {
		background:#fff;
		margin:0 auto;
		width:970px;
}
#header {
	background-repeat: no-repeat;
	background-position: 900px;
}
#header h1 {
    	padding:5px;
	    margin:0;
}

#nav {
		background:#fff;
		padding:5px;
		text-align: right;
		border-bottom-color: Silver;
		border-bottom-style: dashed;
		border-bottom-width: 1px;
		height: 20px;
}

#nav ul {
  margin: 0;
  padding: 0;
  float: right;
  width: 220px;
  background: #FAA819 url(mainNavBg.gif) repeat-x;
  list-style: none;
  text-transform: uppercase;
}

#nav ul li {
  float: left;
  width:108px;
}


#nav ul a {
  padding: 0 2em;
  line-height: 2.1em;
  background: url(mainNavBorder.gif) repeat-y left top;
  text-decoration: none;
  color: #fff;
  float: left;
  display: block;
}


#nav ul a:hover {
  color: #333;
}


#nav ul .first a {
  background: none;
}


#main {
		background:#fff;
		float:left;
		width:745px;
		border-right-color: Silver;
		border-right-style: dotted;
		border-right-width: 1px;
		text-align:left;
}
#main h2, #main h3, #main p {
		padding:0 10px;
}


#sidebar {
		background:#fff;
		float:right;
		width:220px;
		margin-left:4px;
		text-align:left;
}
#sidebar ul {
		margin-bottom:0;
}
#sidebar h3, #sidebar p {
		padding:0 10px 0 0;
}
#content{
	width:520px;
	float:right;
}
#miniside{
	width:220px;
	padding-top:10px;
	float:left;
}
#footer {
	padding-top: 5px;
		background:#fff;
		clear:both;
		border-top-color: Silver;
		border-top-style: dashed;
		border-top-width: 1px;
}
#footer p {
		padding:5px;
		margin:0;
}

.buttonborder {
	BORDER-RIGHT: #6699cc 2px outset; PADDING-RIGHT: 2px; BORDER-TOP: #6699cc 2px outset; PADDING-LEFT: 2px; PADDING-BOTTOM: 2px; MARGIN: 0px; BORDER-LEFT: #6699cc 2px outset; PADDING-TOP: 2px; BORDER-BOTTOM: #6699cc 2px outset; BACKGROUND-COLOR: #6699cc; border-spacing: 0
}
.buttonborder TD {
	BACKGROUND-COLOR: #6699cc
}
buttonborder TR {
	BACKGROUND-COLOR: #6699cc
}
.cancelborder {
	BORDER-RIGHT: transparent 2px; PADDING-RIGHT: 2px; BORDER-TOP: transparent 2px; PADDING-LEFT: 2px; PADDING-BOTTOM: 2px; MARGIN: 0px; BORDER-LEFT: transparent 2px; PADDING-TOP: 2px; BORDER-BOTTOM: transparent 2px; BACKGROUND-COLOR: transparent; border-spacing: 0
}
.headlink{
	text-decoration: none;
	color: Black;
}
.rtl-safe-align-right {
	TEXT-ALIGN: right! important
}
.rtl-safe-align-left {
	TEXT-ALIGN: left! important
}
.rtl-safe-float-right {
	FLOAT: right! important
}
.rtl-safe-float-left {
	FLOAT: left! important
}
.signup{
	font-size: 12px;
}
.imgborder{
	border-color: Black;
	border-style: dashed;
	border-width: 1px;
	margin: 5px;
}
#blog{
	background-color: #113355;
	border-color: #335577;
	border-style: double;
	text-align: center;
	color: #eeeeee;
}
#blog a{
	color: #eeeeee;
	text-decoration: none;
}
#map{
	border: 1px solid Red;
}
.blockcenter{text-align:center}

.redbox{
     background: #FFC;
     border: 1px solid #F00;
     padding: 5px;
     -moz-border-radius: 10px;
     -webkit-border-radius: 10px;
}
.bluebox{
     background: #90BCE9;
     border: 1px solid #465AEE;
     padding: 15px;
     -moz-border-radius: 10px;
     -webkit-border-radius: 10px;
}

/* CSS Document */
#Form1 label.error {
	margin-left: 10px;
	width: auto;
	display: block;
	color: rgb(255, 69, 0);
}

table#signupform{
	border: 0px;
	font-family: Arial, Tahoma, serif;
	font-size: 12px;
	font-style: normal;
}

.signhead{
 text-align: center;
}

.signsection{
	background-color: rgb(175, 238, 238);
	font-size: 14px;
	font-weight: bold;
}

.errorcolor{
	border: 1px solid Red;
}
input.error { border: 1px dotted red; }
label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: red;
	font-style: italic
}

ul.listnav {
	list-style-type:none;
	margin: 5px 0;
	padding:0;
	font-size:16px;
}
ul.listnav li{
	display: inline;
}
ul.listnav a {
	display:block;
	width:200px;
	height:39px;
	line-height:39px;
	color: #000;
	text-decoration: none;
	text-indent:50px;
	background: #94B8E9 url(pixy-rollover.gif) no-repeat left bottom;
}
li.firstlistnav a{
	height:40px;
	line-height:40px;
}
ul.listnav  a:hover, ul.listnav .selected a{
	background-position: right bottom;
	color:#fff;
}

#email  textarea{
	width: 600px;
}