a:link {
	text-decoration: none;
	color: F8580B;
}
a:visited {
	text-decoration: none;
	color: F8580B;
}
a:hover {
	text-decoration: none;
	color: F8580B;
}
a:active {
	text-decoration: none;
	color: F8580B;
}

#bottomnav
{
color:#F8580B;
font-size: 10px;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

#bottomnav a:link
{
color:#F8580B;
}

#bottomnav a:visited
{
color:#F8580B;
}

#lightlink
{
	font-size: 10px;
	color:#F8580B;
	font-weight:bold;
	}

#lightlink a:link
{
color:#F8580B;
}

#lightlink a:visited
{
color:F8580B;
}

#darklink
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#c84207;
	font-weight:bold;
	text-align: center;
}

#darklink a:link
{
color:#c84207;
}

#darklink a:visited
{
color:#c84207;
}

#menu
{
font-size:14px;
color:#FFFFFF;
}

#menu a:link
{
font-size:14px;
color:#FFFFFF;
}


#menu a:visited
{
color:#FFFFFF;
}

#menu a:hover
{
color:#F8580B;
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
h1 {
	font-size: 24px;
	color: #c84207;
}$
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	}
	
#menu .active
{
color:#F8580B;
text-decoration:underline;
}

#outer
{
z-index: 2;
position: relative;
/*
	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: 760px;
background-color: #FFFFFF;
border: medium #000000;
margin: 0 auto;

}

#content
{
padding: 0em 2.0em 0em 2.0em;
}

#primarycontainer
{
float: right;
width: 490px;
background: #ffffff;
}

#primarycontent
{
	margin-top: 1.5em;
	margin-right: 0.5em;
	margin-bottom: 0em;
	margin-left: 0em;
	background: #ffffff;
}

#secondarycontent
{
margin-top: 1.5em;
margin-right: 0.5em;
float: left;
width: 255px;
background: #ffffff;
position:relative;
}

#projectleft
{
margin-top: 1.5em;
float: left;
width: 49%;
background: #ffffff;
position:relative;
}

#projectright
{
margin-top: 1.5em;
float: right;
width: 49%;
background: #ffffff;
position:relative;
}

#projectimage
{
float: left;
width: 35%;
background: #ffffff;
position:relative;
}

#projecttext
{
float: right;
width: 64%;
background: #ffffff;
position:relative;
}

img.left
{
	position: relative;
	float: left;
	margin: 0em 1.8em 1.4em 0em;
}
