@charset "utf-8";
/* CSS Document */
body, html{
	padding:0px;
	margin:0px;
	text-align:center;
}

 td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	font-weight: normal;
	
	
}
a  {
    text-decoration: none;
	}

h1 {
	font-size: 16px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h2 {
	font-size: 14px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h3 {
	font-size: 10px;
	color: #000000;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #000000;
}
#nav a:link, .nav A:link {color: #ffffff; font-weight: normal; text-decoration: none; }
#nav a:hover, .nav A:hover {color: #ffcc33; text-decoration: none; }
#nav a:visited, .nav A:visited {color: #000000; text-decoration: none; }
#nav, .nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: normal;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}

#testimonial  {
     font-family:"Times New Roman", Times, serif;
	 font-size: 14px;
	 font-weight: bold;
	 font-style:italic;
	 border:thin;
	 background-color: #dddddd;
	 padding-top: 10px;
	 padding-left: 10px;
	 padding-right: 10px;
	 padding-bottom: 10px;
	 
}
.regLink{
	color:#000000;
	border:0px;
}
#content{ width:620px; text-align:left }
#content A:link { color: #cc6600; text-decoration: none; font-weight:bold; }
#content A:hover { color: #ffcc33; text-transform: none; font-weight:bold; }
#content A:visited { color: #cc6600; text-transform: none; font-weight:bold; }

#header{
	width:880px; 
	height:117px; 
	background-repeat:no-repeat; 
	background-position:center top; 
}
#header #holder{
	height:117px; 
	width:880px; 
	text-align:right;
}
#header #holder #content{
	float:right; 
	height:70px; 
	width:600px; 
}
#header #holder #homeLink{
	float:left; 
	height:110px; 
	width:260px;
	cursor:pointer;
}
