#nav{
	height: 40px;
	width: 974px;
	background-image: url(images/navbkg.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}

p{
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 13px;
	color: #666666;
}

ol{
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 13px;
	color: #666666;
}

ul{
	padding: 0px;
	margin-left: 20px;
	font-family:"Trebuchet MS", Arial, sans-serif;
	color: #FFFFFF;
	font-size: 16px;
}
ul li{
	display: inline;
	list-style: none;
	padding-right: 20px;
}

ul li a{
	font-family:"Trebuchet MS", Arial, sans-serif;
	color: #FFFFFF;
	font-size: 16px;
	text-decoration: none;
}

h1{
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 15px;
	color: #005EBF;
	font-weight: bold;
	margin-left: 20px;
	margin-top: 2px;
	margin-bottom: 0px;
	padding: 0px;
}
h2{
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 15px;
	color: #005EBF;
	font-weight: bold;
	margin-left: 0px;
	margin-top: 16px;
	margin-bottom: 6px;
	padding: 0px;
	border-bottom: 1px dotted #999999;
	width: 300px;
}

.supportTable{
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 15px;
	color: #005EBF;
	font-weight: bold;
}

.inputBox{
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 15px;
	color: #005EBF;
	font-weight: normal;
	border: 1px solid #C5C4C4;
	height: 21px;
	width: 180px;
	padding: 3px;
}

.commentsBox{
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 15px;
	color: #005EBF;
	font-weight: normal;
	border: 1px solid #C5C4C4;
	height: 180px;
	width: 180px;
}

#heading{
	height: 24px;
	width: 665px;
	border-bottom: 1px dotted #999999;
	border-top: 1px dotted #999999;
	margin: 0px;
	padding: 0px;
}

#content{
	width: 665px;
	margin-left: 20px;
	margin-right: 40px;
}

#content a{
	color: #005EBF;
	text-decoration: none;
}

#content a:link{
	color: #005EBF;
	text-decoration: none;
}

#content a:visited{
	color: #005EBF;
	text-decoration: none;
}

#content a:hover{
	color: #005EBF;
	text-decoration: underline;
}

#right{
	width: 280px;
	background-color: #EEEEEE;
	float: right;
	margin-right: 31px;
	padding-top: 10px;
}

#supportBox{
	
}

#intro{
	padding-top: 10px;
}
