* {margin: 0; padding: 0;}

/************************************* Main structure *************************/

body {
	
	background-image: url(images/white_clouds_adjusted.jpg);
	width: 100%;
	/*font-family: Arial, Helvetica, sans-serif;background-color:#95ace6 ; #405791*/
}

#container 
{
	width: 870px;
	margin-left:10%;
	margin-top: 2%;
	padding: 10px 10px 20px 0;
	background-color: #fff;
	/*	height: 100%;*/
}

#leftContainer
{
	width:210px;
	height:300px;
	float:left;
	background-color:#fff;
	margin-right: 0px;
	/*border: solid 1px green;*/
	
}

#header
{
	width:200px;
	height: 200px;
	background: transparent url(images/logo.jpg) 0 0;
	color: #666666;
	float: right;
	font-family: Arial;
	/*background-color:#fff;border:solid 1px blue;*/
}

#footer
{
	clear:both;
	font: normal bold 1em "Times New Roman";
	text-align:center;
	color: #333;
	background-color: #fff;
	padding-top: 5px;
	margin-left: 100px;
	/**/
}

#main_content
{
	width: 650px;
	height:500px;
	float:left;
	margin-left: 2px;
	border: solid 2px #405791;
	
	/* margin-top: 5px;
	overflow-y: scroll;
	color:#fff;
	background-color:#fff;*/
	/*background-repeat:repeat-y;*/
}

#contentRight
{
	border:solid 0px red;
	height:495px;
	width: 435px;
	float: left;
	padding: 5px 5px 0px 10px;
	overflow: hidden;
	overflow-y: auto;
	position: relative;
	

	/*background: transparent url(images/line2.gif) no-repeat 10px 40px;	*/
}
#contentLeft
{
	border:solid 0px red;
	height:500px;
	width: 200px;
	float: left;
	background-image: url(images/hands_vertical.jpg);
	/*background: transparent url(images/hands_vertical.jpg) no-repeat auto 0 0;
	background-attachment: fixed;
	*/
}

a:link {color: #000; text-decoration: none;}     /* unvisited link */
a:visited {color: #996633; text-decoration: none;}  /* #83A956 visited link */
a:hover {color: #821115; text-decoration: none;}   /* mouse over link */
a:active {color: #577E2D; text-decoration: none;}   /* selected link */

/************************************* Navigation ******************************/

#LeftMenu
{
	width:120px;
	height:100px;
	position: relative;
	float:right;
	margin-top: 20px;
	/*border: solid 1px red;margin-left:80px;*/
}



#TopMenu
{
	width: 100%;
	padding-bottom: 1px;
	position: relative;
	float:left;
	margin: 10px 0 0 2px;
	/*border-bottom:solid 1px gray;*/
}


A.nav2:hover
{
	text-decoration: none;
	color: #405791;
}

A.nav1:hover
{
	text-decoration: none;
	color: #405791;
}
/************************************* Text Formatting *************************/

h1
{
	font-size:2em;
	text-align: right;
	color: #405791;
	left: -2000px;
	position: absolute;
}

h2
{
	font-size:1em;
	text-align: right;
	left: -2000px;
	position: absolute;
}

#contentTitleDiv
{
	width: 320px;
	background: transparent url(images/line2.gif) no-repeat 0px 26px;
	position: relative;
	/*border: solid 1px red;*/
	
}
.contentTitle
{
	font:  bold normal 1.5em Arial, Helvetica, sans-serif;
	color: #405791;
	padding-bottom: 10px;
	
	
	/*background: transparent url(images/line2.gif) no-repeat 5px 28px ;
	width: 200px;
	border-bottom: solid 1px #E9967A;
	background-image: url(images/line2.gif);*/
	
}

.contentSubTitle
{
	font: bold normal 1em Arial, Helvetica, sans-serif;
	color: #405791;
	margin: 10px 0 10px 10px;

}

p
{
	padding: 0 15px 5px 15px;
	margin: 10px 0 0px 10px;
	clear: both;
	

}

.clientName
{	
	text-align: right;
	font-style: italic;
	float: right;
	clear: left;
	margin-bottom: 10px;
	
}
.credit
{
	font: italic normal normal 90% "Times New Roman", Times, serif;
	border-top: 1px solid #E9967A;
}

.credit2
{
	font: italic normal normal 80% "Times New Roman", Times, serif;
	
}
.list1
{
	margin: 20px 0 0 30px;
}
.list1 LI
{
	list-style-position: outside;
	margin-left: 10px;
	padding-bottom: 5px;
}
