/* these styles are exclusive to the front page */
#frontmiddle {
        margin: 20px 400px 20px 50px;
        padding: 10px;
        border: 5px solid #fff;
        background: #fff;
        }
#frontright {
        position: absolute;
        top: auto;
        right: 0px; /* Opera5.02 will show a space 
        at right when there is no scroll bar */
        margin: 20px;
        padding: 10px;
        border: 5px solid #fff;
        background: #fff;
        width: 150px; /* ie5win fudge begins */
        voice-family: "\"}\"";
        voice-family:inherit;
        width: 120px;
        }
html>body #frontright {
        width: 120px; /* ie5win fudge ends */
        }

.blueverticalline {
	height: 100%;
	width: 10px;
	background-color: #000066;
	border: solid #rrr 20px;
}

/* Holds the right hand bulleted list */
#navcontainer {
	width: auto;
}

#navcontainer ul
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
}

#navcontainer a
{
	display: block;
	width: 340px;
	background-color: #FFFFFF;
	height: auto;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #FF9900;
	padding: 10px 10px 10px 10px;
	margin-left: 30px;
	/* ie5win fudge begins */
        voice-family: "\"}\"";
        voice-family:inherit;
		width:300px;
}

#navcontainer a:link, #navlist a:visited
{
color: #000066;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #369;
color: #FFFFFF;
}

.fronttext{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	margin:10px;
	padding: 10px;
}

.frontext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	margin-left: 10px;	

	
}

.frontimage {
	line-height: 5px;
	margin:0px 0px 0px 0px ;

	
}

.texttwo{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	margin-left: 10px;

}

.orangeunderline{
	border-bottom-color: #FF6600;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	padding-bottom: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left:10px;
	margin-right:5px;
}

#frontfooter{
	font-size: 70%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	border-top-color: #000066;
	border-top-style: solid;
	border-top-width: 1px;
	text-align: right;
	margin-top:10px;
}