/* 
   Reset (http://meyerweb.com/eric/tools/css/reset/)
------------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, 
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, 
img, ins, kbd, q, s, samp, small, strike, strong, sub, tt, var, b, u, i, 
center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, 
tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; 
font-size: 100%; vertical-align: baseline; background: transparent; } body { 
line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } 
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: 
none; } :focus { outline: 0; } ins { text-decoration: none; } del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }


/**/
* {
    padding: 0;
    margin: 0;
} 

body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	padding: 0;
	margin: 0;
	color: #181A21;
	line-height: 17px;
	background-color: #181a21;
}

img { border: none; }
a { color: #A70328; }
a:hover { text-decoration: none; color : #999; }
h3 { border-bottom: 1px dotted #aaa; color: #000000; padding-bottom: 4px; margin: 14px 0 7px 0; font-weight: 100; font-size: 22px; letter-spacing: -1px;}
h3 a {
	text-decoration: none;
	font-size: 22px;
	letter-spacing: -1px;
	color: #000000;
}
h3 a:hover { color: #999; }

#wrap {
width: 800px;
margin: 20px auto;
}

#header {
	background: #A2A6A7 url(images/header.jpg) no-repeat;
	font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	height: 180px;
	color: #000000;
}
#header h1 {
	font-size: 30px;
	font-weight: 100;
	letter-spacing: -3px;
	text-align: left;
	padding-top: 105px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 30px;
	color: #000000;
}
#header h1 a {
color: #000000;
text-decoration: none;
}
#header h1 a:hover {
color: #000000;
text-decoration: none;
}
#header h2 {
font-size: 16px;
color: #000000;
padding: 4px 0 0 30px;
text-align: left;
font-weight: 600;
}

#menu {
	height: 30px;
	line-height: 30px;
	background-image: url(images/menu.jpg);
	background-color: #FFFFFF;
}


#content {
	padding: 0 20px;
	background-color: #FFFFFF;
}
#middle {
padding: 10px 0;
width: 725px;
float: left;
font-size: 12px;
text-align: justify;
}
#middle h3 {
	border-bottom: 1px dotted #aaa;
	color: #000000;
}


#footer {
	font-size: 10px;
	color: #fff;
	text-align: center;
	height: 70px;
	line-height: 70px;
	background: #A2A6A7 url(images/footer.jpg) no-repeat;
}
#footer a { 
color: #fff;
text-decoration: none;
}
#footer a:hover {
color: #fff; 
text-decoration: underline; 
}
.questionHolder
{
	border: 1px solid #CCCCCC;
	padding: 5px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}
.questionHeading
{
	background-color: #EEEEEE;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding: 2px;
}