body
{
    font-family: lucida grande ,tahoma,verdana,arial,sans-serif;
    background-color: #e9e9e9;

}

body p li
{
    font-size: 0.8em;
    line-height: 1.28;
}

#wrapper
{
    width: 1080px;
    background-color: white;
    margin: 0 auto;
    padding: 5px;
    border: 5px solid #dedede;
}

#banner
{
    background-image: url(../images/banner.jpg);
    background-repeat: no-repeat;
    Xbackground-size: cover;
    border: 5px solid #dedede;    
    height: 72px;
}

#content_area
{
    float: left;
    width: 750px;
	height:520px;
    margin: 20px 0 20px 0;
    padding: 10px;
	overflow:scroll;
	background-color: white;
}

#sidebar
{
    
	Xfont-size: 0.8em;
	text-align: left;
	float: right;
    width: 250px;
    xheight: 500px;
    margin: 0px 10px;
    padding: 0px;
    border: 2px solid #E3E3E3;
}

#sidebar ul
{
    margin: 0;
    padding: 0;
    width: auto;
    Xdisplay: none;
}
#sidebar li
{
    margin-right: 0px;
    padding: 0 0;
    width: auto;
    Xdisplay: block;
}


footer
{
    clear: both;
    width: auto;
    height: 40px;
    padding: 10px;
    border: 3px solid #E3E3E3;
    text-align: center;
    color: #fff;
    text-shadow: 0.1em 0.1em #333;
    background-image: url(../images/bar_background.png);
}

#navigation
{
	padding:0;
    height: 30px;
    border: 3px solid #E3E3E3;
    Xmargin-top: 20px;
    text-shadow: 0.1em 0.1em #333;
    background-image: url(../images/bar_background.png);
}

#standout
{
    width: auto; height: 60px;
    border: 3px solid #E3E3E3;
    margin-top: 20px;
	text-align: center;
	font-size: 24px;
    xtext-shadow: 0.1em 0.1em #333;
	xfloat:left;
	background-color: yellow;
    xbackground-image: url(../images/bar_background.png);
}

#nav
{
    list-style: none;
	padding: 0;
	margin: 0;
}

#nav ul
{
    margin: 0;
    padding: 0;
    width: auto;
    display: none;
}

#nav li
{
	padding:0;
	margin: 0px 30px;
	font-size: 24px;
    float: left;
    position: relative;
    xwidth: 180px;
    height: 10px;
}

#nav a:link, nav a:active, nav a:visited
{
	padding:0;
    margin-top: 0px;
	display: block;
    color: yellow;
    text-decoration: none;
}

#nav a:hover
{
    color: lightblue;
}

#content_list
{
    list-style: none;
}


#content_list ul
{
    margin: 0;
    padding: 0;
    width: auto;
    display: none;
}

#content_list li
{
    margin: 0 20px;
	font-size: 0.8em;
	float: left;
	position: relative;
	xwidth: 180px;
	height: 50px;
}

.imgLeft
{
    float: left;
    width: 240px;
    height: 150px;
    margin: 0px 10px 10px 0;
    padding: 10px;
}

.imgRight
{
    float: right;
    width: 200px;
    height: 250px;
    margin: 0px 0 10px 10px;
    padding: 10px;
}

#picRight
{
	float: right;
	font-size: 10px;
	text-align: center;
	
}

.diagram, .diagram TD
{
	font-size: 10px;
	text-align: center;
	}