/* Layout CSS */
body
{
	font-family:Georgia, "Times New Roman", Times, serif;
}
#frameTop
{
	overflow: hidden;
	margin-top: 10px;
	width: 1008px;
	height: 5px;
	margin-left: auto;
	margin-right: auto;
	background: url('/assets/templates/argo/images/frameTop.jpg') no-repeat top left;
}
#frameBottom
{
	overflow: hidden;
	width: 1008px;
	height: 5px;
	margin-left: auto;
	margin-right: auto;
	background: url('/assets/templates/argo/images/frameBottom.jpg') no-repeat top left;
}
#shadedFrame
{	
 	width: 1008px;
	min-height: 636px;
	margin-left: auto;
	margin-right: auto;
	background: url('/assets/templates/argo/images/shadedFrame.jpg') repeat-y top left;
}
#frame
{
	padding-top: 25px;
	background-color: #fff;
	/*border: 1px #667A7C solid;*/
	width: 1000px;
	min-height: 639px;
	margin-left: auto;
	margin-right: auto;
}
#container
{	
	margin-left: auto;
	margin-right: auto;
	width: 936px;
}
#header
{
	height: 80px;
	padding-left: 3px;
	padding-right: 3px;
	font-size: 1em;
}
#headerRight
{
	margin-top: 20px;
	height: 60px;
}
#menu
{
	margin-top: 20px;
}
#menuLeft
{
	width: 205px;
	height: 363px;
	overflow: auto;
	padding-top: 20px;
	background-color: #D1D7D8;
}
#content
{
	height: 363px;
	width: 696px;
	padding-left: 35px;
	padding-top: 20px;
}
#contentLeft
{
	height: 363px;
	width: 376px;
	padding-right: 8px;
	overflow: auto;
}
#contentRight
{
	width: 308px;
	height: 363px;
}
div#footer
{
	margin-top: 15px;
	font-family: Arial;
}

.horizontalRuler
{
	overflow: hidden;
	width: 932px;
	height: 6px;
	margin-top: 4px;
	margin-bottom: 4px;
	background-color: #80D2D6;
}
.headerLeft
{
	width: 597px;
}

.floatLeft
{
	float: left;
}
.clearBoth
{
	clear: both;
}

.menuElement
{
	width: 104px;	
}
.menuElementTop, .menuElementBottom
{	
	margin-right: 4px;	
}
.menuElementTop
{
	overflow: hidden;
	height: 6px;
	margin-top: 4px;
	margin-bottom: 4px;	
	background-color: #00A6AD;
}

.menuElementBottom
{
	position: relative;
	height: 44px;
	background-color: #667A7C;
	padding-left: 10px;
}

div.activeBox
{
	background-color: #D1D7D8;
}


