/* RND Group */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(../images/body_background.gif)
}

/* font elements */
A  {
	color:#3366cc;
	text-decoration : none;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration : underline;
}

A:Visited  {
	color : #3366cc;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration : underline;
}

A:Active  {
	color : #3366cc;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration : underline;
}

A:Hover  {
	color : #3366cc;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration : underline;
}
A.bold  {
	color:#3366cc;
	font-weight: bold;
	text-decoration : none;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration : underline;
}

A.bold:Visited  {
	color : #3366cc;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration : underline;
}

A.bold:Active  {
	color : #3366cc;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration : underline;
}

A.bold:Hover  {
	color : #3366cc;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration : underline;
}

.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 1.7em;
	color:#000000;
}

.bodytext_big {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	padding-left: 60px;
	padding-right: 10px;
	line-height: 1.7em;
	color:#1F2D54;
}

.bodytext_home {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	padding-left: 60px;
	padding-right: 10px;
	line-height: 1.7em;
	color:#000000;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color:#000000;
	padding-top: 4px;
}

	
/* specific divs */
#container { 
	width: 900px;
	background-color:#ffffff;
	}
#header {
	width:900px;
	padding-top: 11px;
	background-color:#ffc534;
	font-size:0em;
	}
#nav {
	clear:both;
	width:800px;
	font-size:0em;
	}
#content {
	clear:both;
	background-color:#ffffff;
	width: 800px;
	}
#contentleft {
	clear:both;
	background-image:url(../images/left_background.jpg);
	background-repeat:no-repeat;
	float:left;
	background-color:#7f7f7f;
	width: 401px;
	border-bottom: 1px;
	border-bottom-color:#FFFFFF;
	border-bottom-style:solid;
	border-left:1px;
	border-left-color:#FFFFFF;
	border-left-style:solid;
	border-top:1px;
	border-top-color:#FFFFFF;
	border-top-style:solid;
	column-legnth: auto;

	}
#contentleftimage {
	position:relative;
	left: 10px;
	top: 20px;
	width: 385px;
	}
#contentright {
	float:left;
	background-color:#ffffff;
	width: 398px;
	border-bottom: 1px;
	border-bottom-color:#FFFFFF;
	border-bottom-style:solid;
	border-top: 1px;
	border-top-color:#FFFFFF;
	border-top-style:solid;
	background-image:url(../images/right_background.jpg);
	background-repeat:no-repeat;
	column-legnth: auto;

	}
#insidecontent {
	float:left;
	background-color:#ffffff;
	width: 800px;
	height: auto;
	border-bottom: 1px;
	border-bottom-color:#FFFFFF;
	border-bottom-style:solid;
	border-top: 1px;
	border-top-color:#FFFFFF;
	border-top-style:solid;
	background-image:url(../images/inside_background.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	
	column-legnth: auto;

	}
#insidecontentleft {
	float:left;
	width: 300px;

	}
#insidecontentright {
	float:left;
	width: 500px;

	}
#contentrightflash {
	position:relative;
	left: 10px;
	top: 20px;
	width: 381px;
	}
#footer {
	clear:both;
	height:23px;
	width: 800px;
	background-color:#f4a41f;
	}
#footerleft {
	float:left;
	height:24px;
	background-color:#f4a41f;
	}
#footerright {
	float:right;
	height:24px;
	background-color:#f4a41f;
	}
ul {
	list-style: square;
	}
#footer-nav {
	float:left;
	position:relative;
	background-color:#949a52;
	top: -15px;
	left: 300px;
	width: 200px;
	height: 18px;
	text-align:center;
	}

