*.li_numbers {
	color: #53075b;
}

*.li_text{
	color: black;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font: normal 12px Verdana;
	line-height: 16px;
	color:black;
	
	-text-align: center;
}

/* change class of text pasted from MsoNormal - MS Word? */
*.MsoNormal{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font: normal 12px Verdana;
	line-height: 16px;
	color:black;
}

/* Override Browser's Defaults */
a{
	-color:red;
	color:#53075b ;
	text-decoration: underline ;
}


a:link { 
	color:#53075b ;
	text-decoration: underline ;
}

a:visited { 
	color:#53075b ;
	text-decoration: underline ; 
}

a:hover {
	color:#53075b ;
	text-decoration: underline ; 
}

#topContentLayout{
	
	text-align:right;

	position: relative;

	
}

#main-layout{
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color:#FFFFFF;
	
	/* background-image:url(../images/main-gradient-background.gif); */
	width:921px;
	position:relative;
/*
	top:20px;
*/
}

#logo-layout{
	background-image:url(../images/logo.png);
	background-repeat: no-repeat;
	height:269px;
	width:921px;
	position:absolute;
}

#top-logo-layout{
	background-image:url(../images/logo_top.png);
	background-repeat: no-repeat;
	height:18px;
	width:921px;
	position:absolute;
}

#bottom-logo-layout{
	background-image:url(../images/logo_bottom.png);
	background-repeat: no-repeat;
	height:330px;
	width:921px;
	top:18px;
	position:absolute;
}

#page-content-layout{
/*
	position:relative;
*/
}

#left-menu-layout{
	position:relative;
	width:135px;
	text-align:left;
	font: normal 14px Verdana;
	/* color:#53075b; */
	color:#444444;
/*	line-height:2;
*/	float:left;
	top:140px;
	left: 4px;
}

.inner_page{
	width:720px;
}

.outer_page{
	width:520px;	
}
#inner-content-layout{
	font: normal 13px Verdana;
	color:#111111;
	
	position:relative;
	text-align:left;
	line-height:20px;
	padding:0px 0px 0px 30px;
	width: 710px;
	float:left;
	top:10px;
	left

}

#inner-content-layout a {
	color:#53075b;
	text-decoration: underline;
}

#inner-content-layout a:hover {
	color:#53075b;
	text-decoration: underline;
}

#inner-content-layout a:visited {
	color:#53075b;
	text-decoration: underline;
}

#inner-content-layout a:link {
	color:#53075b;
	text-decoration: underline;
}

#right-menu-layout{

	text-align:left;

	position:relative;
	width:214px;

	

	top:50px;

/*
	margin-left:20px;
*/

}

#right-menu-layout img{
/*
	margin:0 0 20px 0;
*/
}

#page-content-footer-layout{
	margin-top:40px;
	font: normal 14px Verdana;
	color:#444444;
	position:relative;
	margin-left:30px;
	clear:both;
}

#footer-layout{
	font: normal 10px Verdana;
	color:#444444;
	text-align:center;
	height:160px;
	padding-top:5cm;
}

#footer-image-layout{
	background-image:url(../images/main_footer.png);
	height:16px;
	width:921px;
}
img{
	border:none;
}
.hideItem{
	display: none;
}	
.showItem{
	display: block;
}

.heading{
	font-weight: bold;
	color:#53075b;
}

/* h1 just in newsletter*/
h1 { 
	color: #53075b; 
	font-size: 18px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	margin: 0 0 8px; 
}

h2{
	font-size: 19.5px;
	font-weight: bold;
	color:#53075b;
	line-height: 1;
	width: 450px;
}

h3{
	font-size: 15.2167px;
	font-weight: bold;
	color:#53075b;
}


h4 { 
	color: #53075b; 
	font-size: 12px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	margin: 0 0 4px; 
}

.footerLink:hover{
	text-decoration: underline;
}

#quoteBlock p{
	color:#53075b;
	font-style: italic;
}

#quoteBlock .author{
	text-transform: uppercase;
	font-style: normal;
	font-weight: bold;
	color: #caaad1;
	font-size: 10px;
}




