html, body
{
    margin: 0px;
    padding: 0px;
}

body
{
    font-family: arial;
    background: #3A3619;
    text-align: center;
    min-width: 800px;
    font-size: 14px
}

#main
{
    width: 800px;
    background: #DFD38F url(images/background.gif) top left repeat-y;
    margin: 10px auto 10px auto;
    text-align: left;
}

#header
{
    clear: both;
    background: url(images/header.gif) top left no-repeat;
    height: 160px;
}

#content
{
    margin: 5px 20px 0px 170px;
    padding: 2px 0 0 0;
    line-height: 1.6em;
    text-align: left;
    width: 600px; 
}

#overviewcontent
{
    margin: 5px 20px 0px 170px;
    padding: 2px 0 0 0;
    line-height: 1.7em;
    text-align: left;
    width: 600px; 
}

#content ul
{
	margin-left: 10px;
	padding-left: 5px;
}

#menu
{
    clear: both;
    float: left;
    width: 150px;
    margin: 0;
    padding: 10px 0px 0px 20px;
}

#footer
{
    clear: both;
    background: url(images/footer.gif) bottom left no-repeat;
    height: 35px;
}

#quotes
{
    clear: both;
	font-size: 12px;
	color: #555;
	text-align: center;
}

#quotes hr
{
	height: 1px;
	color: Black;
	width: 700px;
}

.headline
{
	font-weight: bold;
	font-size: 20px;
	text-decoration: underline;
}

.clear
{
	clear: both;
}

.red
{
	color: Red;
}

.bold
{
	font-weight: bold;
}

/** BOLD TEXT **/
.largebold, .largeboldblue, .largebold18, .largebold24
{
	font-weight: bold;
}

.largebold
{
	font-size: 20px;
}

.largebold18
{
	font-size: 18px;
}

.largebold24
{
	font-size: 24px;
}

.largeboldblue
{
	font-size: 20px;
	color: #002277;
}

.largeboldblue18
{
	font-size: 20px;
	color: #002277;
}

/** BULLET POINTS **/
.parent
{
	font-weight: bold;
	font-size: 17px;
}

.child
{
	font-weight: normal;
	font-size: 14px;
}

.smparent
{
	font-weight: normal;
	font-size: 14px;
}

.boldchild
{
	font-weight: bold;
	font-size: 16px;
}

.lgchild
{
	font-size: 16px;
}

.bluechild
{
	font-weight: normal;
	font-size: 16px;
	color: #002277;
}

/** SMALL TEXT **/
.verysmall, .verysmallblue
{
	font-size: 12px;
}

.verysmallblue
{
	font-weight: bold;
	color: #001155;
}

a.verysmallblue
{
	text-decoration: none;
}

a.verysmallblue:hover
{
	text-decoration: underline;
}

.center
{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.verysmall13
{
	font-size: 13px;
}

.verysmallblue13
{
	font-size: 13px;
	font-weight: bold;
	color: #001155;
}
a.verysmallblue13
{
	text-decoration: none;
}

a.verysmallblue13:hover
{
	text-decoration: underline;
}