html,body {
	font-family: Tahoma;
	font-size: 11px;
	padding:0px;
	margin:0px;
	background-image:url(../images/bg-top.gif);
	background-position:top center;
	background-repeat:repeat-x;

}

div#header
{
	position:relative;
	top:0px;
	height:120px;
	margin:0 auto;
	width:955px;
}


div#body
{
	position:relative;
	top:20px;
	left:0px;
	width:955px;
	margin:0px auto;
	background-image:url(../images/bg-leftcol.jpg);
	background-position:bottom left;
	background-repeat:repeat-y;
	
}

div#leftcol
{
	position:absolute;
	top:0px;
	left:0px;
	width:190px;
}

div#leftcol div
{
	width:170px;
	padding:30px 10px 5px 10px;
	margin:0px 0px 0px 0px;
	line-height:150%;
	background-color:#EAEAFF;
	background-repeat:no-repeat;
	background-position:top;
	border-bottom:10px solid #FFFFFF;
}


div#rightcol
{
	position:absolute;
	top:0px;
	left:765px;
	width:190px;

}

div#rightcol div
{
	width:170px;
	padding:30px 10px 5px 10px;
	margin:0px 0px 0px 0px;
	line-height:150%;
	background-color:#EAEAFF;
	background-repeat:no-repeat;
	background-position:top;
	border-bottom:10px solid #FFFFFF;
}

div#content
{
	position:relative;
	top:0px;
	left:200px;
	width:535px;
	padding:0px 10px 15px 10px;
	background-color:#FFFFFF;
	_height:500px;
	min-height:500px;
	
	
}

div#footer
{
	position:relative;
	margin:60px 0 0 0; /*margin:0px auto;*/
	padding-top:6px;
	top:20px;
	text-align:center;
	width:100%;
	height:100px;
	background-image:url(../images/bg-bot.gif);
	background-repeat:repeat-x;
	background-position:top left;
	color:white;

}

form,input,textarea
{
	font-family:Tahoma;
	padding:0px;
	margin:0px;
}

h1
{
	margin:0px 0px;
	font-size:250%;
	color:#183B63;
	font-weight:normal;
	
}

h2
{
	margin:0px 0px 10px 0px;
	font-size:155%;
	font-weight:bold;
	color:#A60053;
}

h3
{
	margin:0px 0px;
	font-size:155%;
	font-weight:normal;
	font-weight:bold;
	padding-left:5px;
	margin:0px 0px 5px 30px;
	border-left:5px solid #EAEAFF;
}

form
{
	margin:0px 0px 10px 0px;
}

p
{
	padding:0px;
	margin:0px 0px 10px 0px;
	line-height:150%;
}


a
{
	text-decoration:underline;
	color:#003366;
	
}

a:hover
{
	text-decoration:none;
		color:#A60053;
}

em
{
		color:#A60053;
	font-weight:bold;
	font-style:normal;

}

div#content-call
{
	float:right;
	padding:5px 10px;
	margin-left:10px;
	margin-bottom:10px;
	background-color:#F8E9EE;
	border-top:1px solid #183B63;
	border-left:1px solid #183B63;
	border-right:4px solid #333;
	border-bottom:4px solid #333;
	width:200px;
}

#content ul
{
	list-style:none;
	padding:0px;
	margin:0px 0px 10px 0px;
	line-height:150%;
	width:50%;
}

#content-call ul
{
	list-style:none;
	padding:0px;
	margin:0px 0px 10px 0px;
	line-height:150%;
	width:auto;
}

#content li
{
	border-top:1px dashed #C6DBF2;
	padding:5px 15px;
}

#content li.bottom
{
	border-top:1px dashed #C6DBF2;
	border-bottom:1px dashed #C6DBF2;
	padding:5px 15px;
}

#content-call li
{
	border-top:1px dashed #E4AFC6;
	padding:5px 0px;
}

#content-call li.bottom
{
	border-top:1px dashed #E4AFC6;
	border-bottom:1px dashed #E4AFC6;
	padding:5px 0px;
}

#rightcol ul
{
	list-style:none;
	padding:0px;
	margin:0px;
	line-height:150%;
	width:auto;
}

#rightcol li
{
	background-color:#FAFAFF;
	padding:5px 5px;
	margin:5px 0px;
	border-right:5px solid #C50062;
}

#leftcol ul
{
	list-style:none;
	padding:0px;
	width:170px;
	margin:-2px 0px 10px 0px;
	background-color:#FFFFFF;
	padding-bottom:4px;
}
#leftcol li
{
	font-weight:bold;
	background-color:#FFFFFF;
	width:185px;
	padding:0px 0px 0px 0px;
	color:white;
	margin:3px 0px 0px 0px;
	
}

#leftcol li.selected
{
	line-height:180%;
	font-weight:bold;
	background-color:#FFFFFF;
	width:185px;
	height:23px;
	padding:2px 0px 0px 10px;
	color:white;
	background-image:url(../images/bg-menu.gif);
	background-repeat:no-repeat;
	background-position:left top;
	
}

#leftcol li a
{
	display:block;
	width:185px;
	height:20px;
	padding:5px 0px 0px 10px;
	text-decoration:none;
	background-image:url(../images/bg-menu-f1.gif);
	background-repeat:no-repeat;
	background-position:left top;
}

#leftcol li a:hover
{
	color:#C50062;
	background-image:url(../images/bg-menu-f2.gif);
	background-repeat:no-repeat;
	background-position:left top;
}

#footer p
{
	color:#333333;
}

#footer a
{
	color:white;
	font-weight:bold;
}

#footer a.black
{
	color:#333333;
	font-weight:bold;
}

