body{
	margin: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #666666;
	background-color: #fff;
}

/* TABLE */
 
TABLE.formTable
{
    border: 1px solid #071141; /* table_border_color */
    border-collapse: collapse;
    margin-top: 8px;
    font-size:11px;
            margin-bottom:200px;
}
            
            TABLE.formTable TR.formTableHeaderRow
            {
                        font-weight: bold;
                        background-color: #071141;
                        color: white;
                        border-bottom: 1px solid #071141; /* table_border_color */
                        font-size: 12px;
            }
             
            TABLE.formTable TD 
            {
                        border-bottom: 1px solid #071141; /* table_border_color */
                        line-height: 18px;
            }
 
                        TABLE.formTable TD.formTableLabel
                        {
                                    background: white;
                        }

form{
	margin: 0px;
}

/* GENERAL */

/* image borders */
a img { color: #fff; }         /* hide the border in Netscape 4 */
@media all {                   /* hide from Netscape 4 */
   a img, img { color: inherit;/* undo the rule above */
   border: none;               /* hide from Netscape 4 */
   }                           /* code from W3C - www.w3.org */
}

table{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
}

/* links */
A, A:link, A:visited {
    color: #8b151a; /* link_color */
    text-decoration: none;
}
A:hover {
    color: #8b151a;
    text-decoration: underline;
}

input, textarea{
	border:1px solid #ccc;
	padding: 2px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

select{
	border:1px solid #ccc;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#main{
	width: 995px;
	margin: 0px auto;
	text-align: left;
	background: url("/webimages/main_background.gif") repeat-y top left;
	position: relative;
}

#headerDiv
{
	width: 958px;
	height: 212px;
	margin-left: 9px;
}
	#headerDiv img{
		float: left;
		margin: 0px;
	}

	#headerLogoImg
	{
		float: left;
		width: 159px;
		height: 100%;
	}
		#headerLogoImg img
		{
			position: absolute;
			top: 32px;
			left: 16px;
		}
	
	
	#headerImage
	{
		float: left;
		width: 761px;
	}

	#headerRightImage
	{
		float: left;
		width: 38px;
	}


#bodyDiv
{
	width: 958px;
	margin-left: 9px;
	background: url("/webimages/body_right.gif") repeat-y top right;
	position: relative;
}



#mainBodyDiv
{
	background: url("/webimages/menu_background.jpg") no-repeat bottom left;
	width: 920px;
	margin-left: 1px;
	padding-top: 25px;
	position: relative;
}	
	
	#navigationDiv
	{
		float: left;
		position: absolute;
		width: 152px;
		bottom: 0;
		left: 0;
		color: #fff;
	}
		#navigationDiv img{
			float: left;
		}
		#navigationDiv span{
			display:inline-block;
			float: right;
			margin-top: 8px;
			clear: right;
		}

	div.content{
		width: 690px;
		margin-left: 195px;
		height: 520px;
		padding: 0 10px 0 0;
		overflow: auto;
		scrollbar-face-color: #dfcece;
		scrollbar-highlight-color: #ffffff;
		scrollbar-shadow-color: #ffffff;
		scrollbar-3dlight-color: #dfcece;
		scrollbar-arrow-color: #856b6d;
		scrollbar-track-color: #ffffff;
		scrollbar-darkshadow-color: #dfcece;
	}

	div.contentIE {
		width: 670px;
	}

	#footerDiv, #footerDiv a{
		padding: 15px 0px 10px 0px;
		width: 93%;
		text-align: center;
		color: #cda0ab;
		font-size: 9px;
	}

	
h1{
	margin: 0px;
	padding: 0px;
	font-size: 23px;
	color: #7c0522;
}

#leftContent
		{
			width: 375px;
			float: left;
		}

		#rightContent
		{
			width: 260px;
			float: right;
		}

h4
{
	font-size: 15px;
	color: #7c0522;
}
