?/********************************************************************
	This stylesheet contains the positioning information used by
	the various elements on the web page. To change the location
	of elements please make the changes to this document. 

	NOTE: This document is to be used for positioning, margins, 
	image sources, and dimensions only. Use the styles.css file
	for changes to fonts and other formatting.

	Author: Casey Emery
	Date: Sept. 27, 2007
********************************************************************/
/* Header and Body items */
#header
{
	clear: both;
	background-image: url(images/gradiant.jpg);
	height: 110;
	width:800px;
}
#main_body
{
	clear: both;
	width:800px;
}

/* Menu Items */
#languages
{
	float: left;
	margin: 0px 20px;
}
#top_menu
{
	float: right;
	margin: 5px 0px;
	text-align: right;
}
#side_menu
{
	margin: 10px 0px 0px 0px;
}
.side_menu_item
{
	/*border: solid 1px #7D7EB7;
	width: 140px;*/
	margin-bottom: 4px;
	padding: 5px 5px 5px 5px;
	list-style: none;
	margin-left: -30px;
}
.side_menu_hidden
{
	display: none;
}
.side_menu_subitem
{
	margin: -1px 0 -1px -35px;
	list-style: none;
}
#bottom_menu
{
	float: right;
	margin: 0px 24px 20px 10px;
	text-align: right;
}

/* Content and Misc Items */
#header_text
{
	float: left;
	margin: 0px 10px 0px 24px;
}
#logos
{
	float: right;
	text-align: center;
	margin: 10px 24px 0px 10px;
}
.logo
{
	margin: 2px;
}
#content_area
{
	margin: 0px 0px 0px 0px;
	width:600px;
}
#top_rule
{
	clear: both;
	border-right: #6166aa 1px solid;
	border-top: #717db8 1px solid;
	margin: 0px 24px;
	border-left: #717db8 1px solid;
	border-bottom: #6166aa 1px solid;
}
#bottom_rule
{
	clear: both;
	border-right: #7D7EB7 1px solid;
	border-top: #DEDFED 1px solid;
	margin: 0px 24px;
	border-left: #DEDFED 1px solid;
	border-bottom: #7D7EB7 1px solid;
}
#copyright
{
	float: left;
	margin: 4px 10px 20px 24px;
}