/* color table

headers		light purple	#a05bb0
body txt	black			#000000	
body bg		light grey		#e7e7e7
question bd	light grey		#e7e7e7
*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym{border:0;}


body{
	background-color: #e7e7e7;
	color: #333;
	font-family: verdana, sans-serif;
	font-size: 100%;
	line-height: 1.125em; /* 16x1.125=18px */
	margin:0;
	padding: 0;
}

.container {
	background: #fff;
	margin: 0 auto;
	width: 960px;
}

.container #maincontent {
	padding: 18px 0;
}

h1, h2, h3{
	font-weight: normal;
	font-family: Arial, helvetica, sans-serif;
}


h1 {
	color: #a05bb0;
	font-size: 1.375em; /* 16x1.375=22px */
	line-height: 1.636em;/* 16x1.636=36px */
	margin:1em; /* 18x1=18px */
}

h2, h3 {
	color: #a05bb0;
	font-size: 1.125em; /* 16x1.125=18px */
	margin:1em; /* 18x1=18px */
}

h2 a, h1 a{
	border: none;
	padding: 0;
}

p{
	font-size: 0.8125em; /* 16x0.8125=13px */
	margin: 1.385em; /* 13x1.385=18px */
}

p.first{
	font-size: 1.375em; /* 16x1.375=22px */
	line-height: 1.636em;/* 16x1.636=36px */
	margin:1em 50px; /* 18x1=18px */
}

a {
	color: #a05bb0;
	text-decoration: none;
	border-bottom: 1px solid #a05bb0;
}

a:hover {
	border-bottom: 0px solid #a05bb0;
}

img a{ border:none;}
img { margin-right: 18px; float: right;}


div.question{
	border-bottom: 1px solid #e7e7e7;
	margin: 18px 100px;
	padding-bottom: 17px;
	width: 600px;
}

#question_links{
	font-size: 0.8125em; /* 16x0.8125=13px */
	margin: 1.385em 100px 5.54em 100px; /* 13x1.385=18px */
}

#question_links li{
	margin: 1.385em; /* 13 x 1.385=18px */
}

#back_to_site{
	background-color: #440033;
	margin-bottom: 18px;
}

#back_to_site li {
	display: inline;
	margin: 0 18px;
	line-height: 18px;
}

#back_to_site li a{
	color: #fff;
	border: none;
}

.top_link{ text-align: right;}
