html {
    margin: 0 auto;
    padding: 0;
}


body {
	margin: 0 auto;
	padding: 0;
    background: #FFFFFF url(images/Blue-Background.gif) repeat;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #AD1112;
}

h1 {
	font-size: 150%;
}

h2 {
	font-size: 167%;
}

h3 {
	font-size: 120%;
	font-weight: normal;
}

p {
	line-height: 180%;
    color: #AD1112;
    font-size: 90%;
}

img {
    border: none;
}




.redline {
    border-bottom: 1px solid red;
}

/* Header */

#header {
	width: 829px;
	height: 270px;
	margin: 0 auto;
	background: url(images/Quest-Web_03.gif) no-repeat right top;
    border: none;
}


/* Menu */

#menu {
	width: 829px;
	height: 58px;
    margin: 0 auto;
	padding: 0;
    background: url(images/Quest-Web_05.gif) no-repeat;
}
#menu ul,li {
    list-style: none;
    margin: 0;
    display: inline;
}
#menu a {
    margin: 0;
 	float: left;
	height: 25px;
	padding: 10px 0px 0 50px;
	text-transform: none;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
a, a:active {
	outline: none;
}  


/* Page */
#page {
    margin: 0 auto;
	width: 829px;
    height: auto;
    overflow: hidden;
	background: url(images/Quest-Web_09.gif) repeat-y;
}

/* Content */
#content {
      float: left;
      width: 500px;
      border: none;
}
#content h3 {
    color: red;
    font-size: 155%;
    line-height: 1.2em;
}
#content p {
     color: black;
     font-size: 110%;
     line-height: 1.2em;
}
#content li {
     display: block;
     list-style: disc;
}

/* News */
#news {
      float: left;
      width: 236px;
      height: 380px;
      margin: 0px 10px 0px 30px;
      border: none;
      background: url(images/Quest-Web_07.gif) no-repeat;
}
#newsarea {
    width: 215px;
    height: 310px;
    margin: 15px 0 0 10px;
    border: none;
}

#newsheading {
    color: white;
    font-size: 18px;
    margin: 18px 0 0 25px;
}
#newsheadline {
    color: red;
    font-size: 12px;
}
#newscontent {
    color: blue;
    font-size: 12px;
    line-height: 1.2em;
}
#newscontent a {
    color: red;
}

/* Footer */

#upperfooter {
    width: 829px;
    margin: 0 auto;
    text-align: center;
    height: 130px;
    background: url(images/Quest-Web_10.gif) no-repeat;
}
#upperfooter p {
    font-size: 95%;
    font-weight: normal;
    color: white;
    margin: 0 auto;
    text-align: center;
    padding-top: 17px;
}
#footer {
 	width: 829px;
	margin: 0 auto;
    border: none;
    height: 44px;
    text-align: center;
    padding: 0;
    background: url(images/Quest-Web_11.gif) no-repeat;
}
#footer p {
	margin: 0;
	line-height: 1.2em;
	font-size: 80%;
	color: gold;
}
#footer a {
	color: gold;
}

#divClear {
    float: clear;
}
