/*General Reset and Webpage Settings*/	
* {
padding: 0px;
margin: 0px;
}


html{
text-align: center;
height: 100%;
color: #000000;
}

fieldset {
	border-style: none;
}


body{
font-size:62.5%;
font-family: Verdana, Arial, Helvetica, sans-serif;
position: relative;
height: 100%;
}

li li, li p, p, blockquote p {font-size:1em}

h1, h2, h3, h4, h5, h6, p, blockquote,
form, label, ul, ol, dl, fieldset, address {
margin-bottom: 1em;
}

li {
margin-left: 15px;
}
ul {
margin: 10px 0px;
}

h1 {
font-size: 1.8em;
font-weight: bold;
}


h2 {
font-size: 1.4em;
font-weight: bold;
}
p {
font-size: 1.1em;
}

#container {
width: 739px;
text-align: left;
position:relative;
margin: 0px auto;
padding: 0px;
}

.bolditalic {
font-style: italic;
font-weight: bold;
}

.underline {
text-decoration: underline;
}

.centre {
text-align: center;
margin: 5px;
}
.error {
font-weight: bold;
color: #FF0000;
}
/*End General Reset and Webpage Settings*/




#header h1 {
background-image: url(images/logo.jpg);
height: 137px;
width: 511px;
background-position: center top;
background-repeat: no-repeat;
padding: 0px;
margin: 0px auto;
}
#header h1 a {
text-indent: -10000px;
display: block;
line-height: 137px;
width: 511px;
}

/*End General Reset and Webpage Settings*/

#basic-accordian{
	width:679px;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
}

.accordion_headings{
	padding:5px;
	background:#F03C45;
	color:#FFFFFF;
	border-bottom: 1px solid #C5101A;
	cursor:pointer;
	font-weight:bold;
}
#test-header h1, #test1-header h1, #test2-header h1 {
	font-size: 1.4em;
	margin: 0px;
	padding: 0px;
	text-align: left;
}


.accordion_headings:hover{

}

.accordion_child{
	padding:15px;
	background:#ED1B24;
	color: #FFFFFF;
	
}

.header_highlight{
	background:#DB111C;
				border-bottom: 1px solid #EF2731;
}

