.topback {  background-image:   url("images/topback.gif"); background-repeat: repeat-x}
.leftside {  background-image:   url("images/leftside.gif"); background-repeat: repeat-y}
body {

	background-color: #FFFFCC;
	background-image:  url("images/leftside.gif");
	background-repeat: repeat-y;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

body, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #330000; 
}

.faq	{	font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 14px;
			font-weight: bold;
			text-align: left;
			color: #006666;
}

.heading { 	font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 18px;
			font-weight: bold;
			text-align: right;
}
.contentborder {  margin-top: 5px; margin-right: 10px; margin-bottom: 5px; margin-left: 5px; padding-top: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px}
h1 {  font-size: 20px; font-weight: normal; color: #993333}
h2 {  font-size: 14px; font-weight: bold; color: #993333}
hr {  color: #003333; height: 2px; width: 80%}
a:link {  color: #993333; text-decoration: underline}
a:visited {  color: #993333; text-decoration: underline}
a:hover {  color: #993333; font-weight:bold; text-decoration: underline}
.copyright {  text-align: center; margin-bottom: 10px}
.small {
	font-size: 10px;
}
p {
font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px
}
ul {

font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px
}
ol {

font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px
}

/************* #globalNav styles **************/

#globalNav{
color: #cccccc;
padding: 0px 0px 0px 10px;
/*white-space: nowrap;*/
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0px 4px 0px 0px;
	font-weight: bold;
	text-decoration: none;
	 
}

#globalNav a:hover {
text-decoration:underline;
}
