html {
  overflow: -moz-scrollbars-vertical;
  overflow-x: hidden; 
}

body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

#header {
  position: relative;
  left: -43px;
  top: 10px;
  margin: 0px;
  padding: 0px;
}

#quick_contact {
  position: relative;
  left: 370px;
  top: 30px;
  font-family: Helvetica, Arial, Verdana, Sans-Serif;
  font-size: 12px;
  text-align: right;
  padding: 0px;
  margin: 0px;
  width: 100px;
}

#quick_contact a {
  color: #666666;
  text-decoration: none;
  margin: 0px;
  padding: 0px; 
}

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
}

#wrapper {
    position: relative;	
	top: -25px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	width: 615x;
	padding: 0px;
}
#content {
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 10px;
	padding-left: 7px;
	width: 485px;
}
a:link {
	color: #004a83;
	text-decoration: underline;
}
a:visited {
	color: #004a83;
	text-decoration: underline;
}
a:hover {
	color: #006442;
	text-decoration: none;
}
a:active {
	color: #333333;
}

#content td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#side_bottom {
	background: #FFFFFF url(../shared/sidebar.jpg) no-repeat center top;
	background-attachment: scroll;
	width: 115px;
}

#content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 5px;
	padding-right: 5px;
}
#commentbox{
	background-color: #4952a3;
	width: 210px;
	padding: 10px;
	color: #ffd200;
	float: right;
}
#commentbox p {
	color: #ffd200;
	font-weight: normal;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;

}
h2 {
	font-size: 18px;
	color: #4952a3;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 6px;
}
h3 {
	font-size: 14px;
	color: #4952a3;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
h4 {
	font-size: 12px;
	color: #4952a3;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

h5 {
	font-size: 13px;
	color: #4952a3;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 18px;
	font-weight: normal;
	color: #9bb4da;
	font-family: Arial, Helvetica, sans-serif;
}
.textblue {
	color: #3378b4;
}

li{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 12px;
}