body{
	margin:0px;
	padding:0px;
	color:#1a4d68;
	background: #F5F5F5;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
	text-align: center;
	position: relative;
}

a:link{
	/* border-bottom:1px dotted #e77347; */
	/* color:#e77347; */
	font-weight: 700;
	text-decoration:none;
}
a:visited{
	/* border-bottom:1px dotted #a93c16; */
	/* color:#a93c16; */
	font-weight: 700;
	text-decoration:none;
}
a:hover,
a:focus,
a:active{
	color:#2d819d;
	text-decoration:none;
}
div#page{
	width: 810px;
	margin: 0px auto;
	padding: 3px 0px 50px 0px;
	background: #FFFFFF;
}
div#topbar{
	height: 20px;
}
div#nav{
	float: left;
	padding: 0px 15px;
}
div#account{
	padding: 0px 15px;
}
div#header{
	margin: 10px auto;
	padding: 0pt;
	width: 506px;
	text-align:center;
}
div#titlebar{
	border-style: solid none none none;
	border-color: #31809f;
	background: #DDEAF6;
	padding: 5px;
	height: 20px;
}
div#title{
	font-weight: bold;
	font-size: 16px;
	float: left;
}
div#categories{
	
}
div#content{
	padding: 15px;
	text-align: left;
}
/*Forms*/
div#frmtxt{
	margin: 10px auto;
	width: 450px;
	float: left;
}
div#frmform{
	margin-left: 460px;
	padding: 10px;
	width: 300px;
	border: thin solid #31809f;
	background: #DDEAF6;
}
div#errorcode{
	text-align: center;
	color: #ff0000;
}
th {
	font-weight:normal;
	text-align:right;
}
p.submit{
	text-align: right;
}

/*Spans*/
span.id{
	color:#F46A0D;
}
h2.question {
	font-weight: bold;
	font-size: 120%;
	display: inline;
	color: #4FA5CC;
}
span.answer{
	
}
span.dateasked{
	font-weight: bold;
	font-style: italic;
	font-size: 9px;
}
span.user{
	font-weight: bold;
	font-size: 9px;
}
span.category{
	font-weight: bold;
	font-size: 10px;
	color: #367DBE;
}
span.title{
	font-weight: bold;
	font-size: 16px;
}

form{
	margin:0;
	padding:0;
}
textarea#message{
	width: 675px;
}

h2{
	font-weight: bold;
	font-size: 110%;
	display: inline;
}