BODY { 
	scrollbar-3d-light-color : #ffffff;
	scrollbar-arrow-color : #663399;
	scrollbar-base-color : #8596CA;
	scrollbar-dark-shadow-color : #ff9900;
	scrollbar-face-color : #8596CA;
	scrollbar-highlight-color : #00008;
	scrollbar-shadow-color : #8596CA;
	
	FONT-FAMILY: Arial, Helvetica;
	color: #000000;
    FONT-SIZE: 62.5%; /* font displayed as 10px */
    TEXT-DECORATION: none;
	text-align: center;
	margin: 0px; 
	padding: 0px;
	width: 100%;
}

#wrapper {

	width: 770px;
	min-width: 770px;
	height: auto;
	text-align:left;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	border-top:0px;
	border-bottom:10px solid #8596CA;
	background:#ffffff;

}

/* Left Bar CSS */

#leftmenu
{
	width: 157px;
	height: 507px;
	text-align:left;
	position:absolute;
	top:129px;
}

/* Menu CSS */

.menubutton1 
{
	background-image: url(/images/menubutton1.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica;
	font-size: 11px;
	padding-left: 12px;
	width: auto;
	height: 23px;
}

.menubutton2 
{
	background-image: url(/images/menubutton2.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica;
	font-size: 11px;
	padding-left: 12px;
	width: auto;
	height: 23px;
}

.menubutton3 
{
	background-image: url(/images/menubutton3.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica;
	font-size: 11px;
	padding-left: 12px;
	width: auto;
	height: 23px;
}
.menubutton4 
{
	background-image: url(/images/menubutton4.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica;
	font-size: 11px;
	padding-left: 12px;
	width: auto;
	height: 23px;
}

A.menunav, A:hover.menunav, A:focus.menunav, A:link.menunav, .menunav {
	text-decoration:none;
	font-weight:normal;
	font-family: Arial, Tahoma, Helvetica;
	font-size: 11px;
    COLOR: #000000;
	position:relative;
	top:0.5em;
}

/* Title CSS */

#title
{
	background: url(/images/title.jpg) top left;
	background-repeat: repeat-x;
	width: auto;
	height: 120px;
	text-align:left;
	/* border-bottom:5px solid #8596CA; */
}

#title IMG
{
	position:static;

}

#date
{
	FONT-SIZE: 1.2em;
	color: #ffffff;
	position:relative;
	top:85px;
	float: left;
	padding-left:12px;
	z-index: 1;

}

/* Main Body CSS */

#maincontent1
{
	FONT-SIZE: 1.2em;
	width: auto;
	height: auto;
	min-height: 530px;
	border-left: 157px solid #8596CA;
	margin-right: 245px;
	padding-left:1em;
	padding-top: 1.5em;
}

#maincontent_norightbar
{
	FONT-SIZE: 1.2em;
	width: auto;
	height: auto;
	min-height: 530px;
	border-left: 157px solid #8596CA;
	padding-left:1em;
	padding-top: 1.5em;
}

#copyright
{
	FONT-SIZE: 1em;
	width: auto;
	height: 12px;
	border-left: 157px solid #8596CA;
	padding-left:1em;
	text-align: right;
	padding-bottom: 3px;
}

#rightcontent
{
	FONT-SIZE: 1.2em;
	width: auto;
	height:auto;
	position:relative;
	right:10px;
	float: right;
	background-color: #f3f3ff;
	border-style: solid;
	border-color: #ddddff;
	border-width: 1px;
	padding: 10px 10px 10px;
	margin: 1.5em 0px 10px 0px;
}

/* CSS for clients page */

#clientcontent
{
	FONT-SIZE: 1.2em;
	width: auto;
	height: auto;
	min-height: 485px;
	border-left: 157px solid #8596CA;
	margin-right: 13px;
	padding-left:1em;
	padding-top: 1.5em;

}

#clientcontent_iframe {

	FONT-SIZE: 1.2em;
	text-align:left;
	background-color: #f3f3ff;
	border-style: solid;
	border-color: #ddddff;
	border-width: 1px;
	padding: 10px 10px 10px;
	margin: 0px 0px 10px 0px;

}

#clientviewinfo
{
	width: auto;
	height:auto;
	position:relative;
	top:0px;
	float: right;
}

/* CSS for pages without any right bar images */

#norightbar
{
	FONT-SIZE: 1.2em;
	width: auto;
	height: auto;
	min-height: 485px;
	border-left: 157px solid #8596CA;
	padding-left:1em;
	margin-right: 13px;
	padding-top: 1.5em;
}

/* Photo borders */
.photobox_left, .photobox_right 
{
	background-color: #f4f4f4;
	border: 1px solid #cccccc;
	padding: 4px;
	text-align:center;
	font-size:11px;
}

.photobox_left
{
	width:250px; 
	position:relative; 
	float:left; 
	margin:0px 15px 10px 0px;
}

.photobox_right
{
	width:250px; 
	position:relative; 
	float:right; 
	margin:0px 0px 10px 15px;
}
