.smalltitle
{
text-align: center;
font-size: 1.5em;
color: black;
font-family: Monotype Corsiva;
margin: 0.0em 0.0em 0.5em 0em;
}

iframe
{
padding: 0px 0px 0px 0px;
background: #000000;
width: 100%;
border: 0em;
height: 50em;
}


body
{
background: #FFFFFF;
padding: 0px 0px 0px 0px;
margin: -0.3em 0em 0em -0.3em;
}

#outerhome
{
z-index: 2;
position: absolute;
top: 0px;
left: 0px;
/*
	The width value below controls the overall width of the design. By default it's set to 82%
	(so it'll take up 82% of the browser window's width). You can set it to a different percentage
	value (70%, 90%, etc.) or even a pixel value (760px, 800px, etc.) to enforce a fixed width.
*/
width: 100%;
background-image: url('images/homebackground.jpg');
margin: 0 auto;
}

#outer
{
z-index: 2;
position: absolute;
top: 0px;
left: 0px;
/*
	The width value below controls the overall width of the design. By default it's set to 82%
	(so it'll take up 82% of the browser window's width). You can set it to a different percentage
	value (70%, 90%, etc.) or even a pixel value (760px, 800px, etc.) to enforce a fixed width.
*/
width: 100%;
background-image: url('images/background.jpg');
margin: 0 auto;
}

#upbg
{
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
background: #FFFFFF repeat-x;
z-index: 1;
}

#breadcrumb {
position: relative;
font-size: 0.8em;
color: grey
}

#breadcrumb a {
color: #660000
}

.contentarea
{
padding-top: 0.1em;
}

#content
{
padding: 0em 2.0em 0em 2.0em;
}

.divider
{
position: relative;
background: url('images/divider.jpg') repeat-x;
height: 3px;
margin: 0.0em 0em 0em 0em;
clear: both;
padding: 0em 0.0em 0em 0.0em;
}


#primarycontainer
{
float: left;
margin-right: -18.0em;
width: 100%;
}

#primarycontent
{
margin: 0.0em 17.0em 0em 0em;
}

.orange
{
font-size: 2.0em;
font-family: monotype corsiva;
color: #D65227;
margin-top: 0.1em;
}

#secondarycontent
{
margin-top: 3.5em;
float: right;
width: 15.0em;
}

.box
{
position: relative;
left: -0.5em;
top: -1.5em;
padding: 0.5em;
border-bottom: solid 1px #000000;
margin-bottom: 1.0em;
text-align: center;
font-size: 0.8em;
}


h1
{
font-size: 3.5em;
color: black;
font-family: Monotype Corsiva;
text-align: center;
margin: 0.5em 0.0em 0.3em 0em;
}

h2
{
font-size: 1.5em;
color: black;
font-family: ;
text-align: center;
margin: 0.0em 0.0em 0.5em 0em;
}

h4
{
font-size: 1.2em;
line-height: 0.3em;
color: black;
font-family: ;
text-align: center;
}


h3
{
font-size: 3.5em;
color: black;
font-family: Monotype Corsiva;
padding-left: 30px;
text-align: left;
}

h5
{
font-size: 1.5em;
color: black;
font-family: Monotype Corsiva;
text-align: center;
position: relative;
top: -20.0px;
padding-bottom: -50px;
}


--------------------------------------

*
{
padding: 0em;
margin: 0em;
}




body,input
{
font-size: 10pt;
font-family: "georgia", "times new roman", serif;
color: #333333;
}

p
{
line-height: 1.5em;
margin-bottom: 1.0em;
text-align: justify;
}

a
{
color: #660000;
text-decoration: underline;
}

a:hover
{
text-decoration: none;
}

