body {
	background-color: #7196a9;
	color: #333333;
	font-family: Tahoma ,Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.4em;
	margin-top: 12px;
	word-spacing: normal;
}

p {color: #6c6c6c;}

h1 {color: #122d79;font-size: 1.7em;font-weight:normal;}
h2{color: #6e9e55;font-size: 1.1em;font-weight:bold;}

li {color:#6c6c6c;}

hr{color:#E5E5E5;}

br {clear: left;}

a:link {color:#2F69BA; text-decoration: none}
a:active {color:#2F69BA; text-decoration: none}
a:visited {color:#D32C2C; text-decoration: none}
a:hover {color:#6396D5; text-decoration: underline}

#skipnav {
	display: none;
}

#masterwrapper
{
    width:1000px;
    margin:0px auto 0px auto;
}

#skyscraper {
    position:relative;
    float:left;
    width:100px;
    padding-left:8px;
}

#wrapper {
    width: 760px;
    float:left;
    margin-right: auto;
    margin-left: 8px;
    background-color: white;
    background-image: url(../images/bg.gif);
    background-repeat: repeat-y;
    /*border: solid 1px red;*/
}

/* LEFT SIDE OF PAGE */
#leftside {
    float: left;
    width: 132px;
    height:479px;
    padding: 0px;
    margin-top:-10px;
    background-position: left top;
    background-image: url(../images/left.gif);
    background-repeat: no-repeat;
    background-color:#317093;
}

#header {
	background-image: url(../images/banner.gif);
	background-repeat: no-repeat;
	height: 128px;
	border-top-width: thin;
}

.headertext1
{
    margin-top: -88px;
    padding-left: 290px;
    color: #6e9e55;
    position: absolute;
    font-weight: bold;
    font-size:1.6em;
    line-height:25px;
}
.headertext2
{
    margin-top: -65px;
    padding-left: 273px;
    color: #317092;
    position: absolute;
    font-weight: bold;
    font-size:1.5em;
    line-height:25px;
}
.headertext3
{
    margin-top: -40px;
    padding-left: 381px;
    color: #000000;
    position: absolute;
    font-size:0.8em;
}

#content {
	padding-right: 5px;
	height: 100%;
}

#leftpanel {
	float:left;
	width: 380px;
	margin-top: 3px;
	margin-bottom: 2px;
	margin-left: 19px;
}

#rightpanel {
    float:right;
    width: 210px;
    margin-right: 8px;
}

#maintext {
	padding-right: 5px;
	padding-bottom: 12px;
	padding-left: 8px;
	margin-top: 20px;
	margin-left: 12px;
}

#footer
{
    margin-top: 16px;
    padding-left: 132px;
    text-align: center;
    font-size: 0.9em;
    color: #6c6c6c;
}

/*START NAVIGATION BAR*/
#navcontainer {
	padding-top: 86px;
	padding-left: 174px;
	position:relative;
	float:left;
	width:760px;
}

#navcontainer ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border: none;
}

#navcontainer li
{
    display: block;
    margin: 0;
    padding: 0;
    float: left;
    width: auto;
}

#navcontainer A
{
	color: #FFFFFF;
	font-size: 11px;
	display: block;
	width: auto;
	text-decoration: none;
	margin: 0;
	padding: 2px 8px;

}

#navcontainer A:hover, #navcontainer A:active {
	background-color: #556B2F;
}

#navcontainer A.active:link, #navcontainer A.active:visited {
	position: relative;
	z-index: 102;
	font-weight: bold;
	background-color: #d33939;
}


.quotebody
{
    font-size: 1em;
    font-style: italic;
    color: #317092;
    font-weight: bold;
    margin:0 20px 0 15px;

}
.quoteauthor
{
    font-size: 0.8em;
    margin:0 20px 0 15px;
    text-align:right;
}
