/*START base CSS configurations */

/* Font and body */
html, body
{
	background-color: #7CA295;
	font-family:Arial, Helvetica, sans-serif;
	font-size:90%;
	color:#000;
}

input
{
	font-size:90%;
}

/* REMOVE PADDING AND MARGIN VALUES ammended*/
html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dd, dt, img, p,
blockquote, q, table, thead, tbody, tfoot, caption, th, tr, td, a, form,
input, textarea, fieldset, pre
{margin: 0; padding: 0;}

/* SORT OUT HEADER FORMATTING AND SIZES */
h1, h2, h3, h4, h5 {font-weight: bold;}

h1 {font-size: 190%; color:#CF3126; font-weight:normal;}
h2 {font-size: 160%; font-weight:normal;}
h3 {font-size: 125%;}
h4 {font-size: 110%; color:#CF3126;}
h5 {font-size: 100%; color:#CF3126;}
h6 {font-size: 90%;}

/* HARMONIZE LINKS, KILL BORDER ON IMG LINKS */
a {text-decoration: underline;}
a:link { color:#CF3126;}
a:visited {color: #A0291B;}
a:hover {color: #33f;}
a:active {color: #77f;}
a img, :link img, :visited img {border: none}

/* REMOVE BROWSERS DEFAULT TABLE BORDERS */
table {border-collapse: collapse;}

/* REMOVE AUTOMATIC TOP/BOTTOM MARGINS ON NESTED LISTS */
ul ul, ul ol, ul dir, ul menu, ul dl,
ol ul, ol ol, ol dir, ol menu, ol dl,
dir ul, dir ol, dir dir, dir menu, dir dl,
menu ul, menu ol, menu dir, menu menu, menu dl,
dl ul, dl ol, dl dir, dl menu, dl dl
{margin-top: 0; margin-bottom: 0;}

/* HARMONISE LIST-BULLET TYPE */
/* OFF ul, ol, dl {list-style-type: disc;} */

/* END set main css configuration */

#document_container
{
	width:760px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}

h1, h2, h3, h4, h5, h6, h7{
	margin-bottom:.5em;
}

p,#content ul, #content ul{
	margin-bottom:.8em;
}

#content
{
	color:#633F0D;
	text-align:justify;
}

blockquote{
	margin-left:2em;
}

#content ul, #content ol
{
	margin-left:2em;
}

.legal
{
	font-size:70%;
}