﻿body{
	font-family:Arial, Tahoma, "Times New Roman", serif, Helvetica;
	font-size:100%;
	margin:0 auto;
	text-align:center;
	background-color:white;
	color:#333;
}
img{
	border:0;
}
p{
	margin:4px 0;
	padding:2px 0;
	font-size:70%;
}
#body{
	text-align:left;
	width:964px;
	margin:0 auto;
}
#header{height:370px}
#contents{
	clear:both;
	vertical-align:top;
}
#leftTitle{
	background-image:url('/images/assets/bg_leftTitle.gif');
	background-repeat:no-repeat;
	background-position:left top;
	width:193px;
	height:135px;
	min-height:135px;
	padding:85px 0 0 0px;
	font-weight:bolder;
	letter-spacing:-1px;
	text-indent:-9px;
	text-align:center;
	float:left;

}
#leftTitle h1{
	font-size:110%;
	margin:0;
	color:#590273;
	text-align:center;
}
/* ----- */
#leftMenu{
	background:white;
	width:200px;
	float:left;
	padding:30px 10px 10px 10px;
}
#leftMenu ul{
	margin:0;
}
#leftMenu ul li{
	display:inline;
	list-style:none;
}
#leftMenu li a{
	display:block;
	width:165px;
	background-image:url('/images/assets/bg_menuitem.gif');
	background-position:left center;
	background-repeat:no-repeat;
	font-size:76%;
	padding:2px 0;
	text-decoration:none;
	color:#5E5E5E;
	text-indent:15px;
}
#leftMenu li a:link,#leftMenu li a:visited{
	color:#5E5E5E;
}
#leftMenu li a:hover,#leftMenu li a:focus{
	color:#51a401;
}

/* ----- */
#rightContent{
	float:right;
	padding:0 5px 0 0;
	width:475px;
	text-align:justify;
}
#rightContent .text{
	width:301px;
}
#rightContent h3{
	background-image:url('/images/assets/bullet_green.gif');
	background-position:left center;
	background-repeat:no-repeat;
	text-indent:20px;
	margin:2px 0;
	color:#580072;
	font-size:105%;
	letter-spacing:2px;
}
#rightContent h4{

	font-weight:normal;
	margin:2px 0;
	color:#580072;
	font-size:100%;
	letter-spacing:-1px;
}
#rightContent a:link,#rightContent a:visited{
	color:#51a401;
	text-decoration:none;
}
#rightContent a:hover,#rightContent a:focus{
	color:#580072;
	text-decoration:underline;
}
#rightContent ul,#rightContent ol
{
    margin-top:2px;
    color:#51a401;
    list-style-type:square;
}
#rightContent li {
    font-size:70%;
    color:#222;
    border-bottom:1px silver dotted;
    padding:3px 0;
}
/* ----------------- */
#rightContent .iconicUl li{
    padding:1px 0;
    list-style-image:url('/images/assets/arrowgreen.gif');
    border-bottom:1px #F0F0F0 dotted;
}
#rightContent .iconicUl  a { color:#5E5E5E;}
#rightContent .iconicUl  a:hover { color:#580072;}
/* ----------------- */
#footer{
	background-color:#E5E5E5;
	background-repeat:no-repeat;
	background-position:right center;
	background-image:url('/images/assets/bg_logo.gif');
	height:36px;
}
#footer .bp{
	width:150px;
	float:left;
	padding:5px 0 0 10px;
}
#footer .delta{
	width:250px;
	font-size:70%;
	color:#333;
	padding:12px 0 0 0;
	float:left;
}
#footer .links{
	padding:12px 0 0 0;
	float:left;
	font-size:70%;
	color:#333;
}
#footer .links a:link,#footer .links a:visited{
	color:#580072;
	text-decoration:none;
	padding:0 7px
}
#footer .links a:hover,#footer .links a:focus{
	color:#51a401;
	text-decoration:none;
}

.clears{
	clear:both;
	font-size:0;
}