* { 
margin: 0; 
padding: 0; 
} 
body {
	background-color:#ce93c8;
	background-image:url(images/back_gradient.jpg);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#000000;
	}
a:link,
a:visited {
	color:#950684;
	text-decoration:none;
	}
a:hover {
	color:#950684;
	text-decoration:underline;
	}
.wrapper {
	position:relative;
	width: 762px;
	margin: 25px auto 0 auto;
	} 
.main {
	border:solid 1px #ffffff;
	}	
.header {
	width: 760px;
	height:195px;
	border-bottom:1px solid #ffffff;
	}
.navigation {
	width: 760px;
	height:22px;
	background-image:url(images/navback.jpg);
	background-repeat:repeat-x;
	z-index:1000;
	} 
.navtext,
.navtext a:link,
.navtext a:visited {
	color:#ffffff;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	padding:3px 4px 3px 3px ;
	}
.navtext a:hover {
	color:#2e37a1;
	}
.flash {
	width:760px;
	height:242px;
	background-color:#ffffff;
	z-index:1000;
	}
.emailbox {
	position: absolute;
	top: 375px;
	left: 10px;
	background-image:url(images/enewsletter_signup.png);
	width: 262px;
	height: 73px;
	background-repeat: no-repeat;
	border: 1px #ae679e solid;
	z-index: 10000;
}
.emailform {
	position: absolute;
	top: 12px;
	left: 3px;
	width: 262px;
	height: 73px;
	font-size:10px;
	color:#000000;
   }
.emailform br{
	padding:5px;
}
	
.index_content {
	width:720px;
	background-color:#FFFFFF;
	padding: 20px;
	}
.content {
	position:relative;
	width:720px;
	background-color:#FFFFFF;
	padding: 20px;
	min-height:400px;
	}
.homepage_extra {
	width:760px;
	background-color:#FFFFFF;
	}
.internal_extra {
	width:720px;
	background-color:#FFFFFF;
	text-align:center;
	}
.boxes {
	width:176px;
	height:103px;
	border:solid 5px #2e37a1;
	margin: 2px;
	}
h1 {
	font-size:18px;
	font-weight:bold;
	color:#2e37a1;
	padding-bottom:10px;
	}
h2 {
	font-size:14px;
	font-weight:bold;
	color:#2e37a1;
	}
.special_blue {
	font-size:16px;
	font-weight:bold;
	color:#2e37a1;
	}
ol {
    padding-left:2em;
    margin-left:0;
}	
ul {
    padding-left:2em;
    margin-left:0;
}	
.not_available {
	color:#777777;
	}
.attention {
	color:#00CC33;
	font-weight:bold;
	font-size:14px;
	}
.image_bordered {
	border:solid 2px #920182;
	margin-left:15px;
	margin-bottom:10px;
	}
.books {
	text-transform: uppercase;
	}


.footer, 
.footer a:link,
.footer a:visited {
	width:760px;
	height:45px;
	font-size:10px;
	color:#ffffff;
	text-decoration:none;
	text-align:center;
	background-color:#615e59;
	}
.footer a:hover {
	text-decoration:underline;
	}
.copyright {
	position:absolute;
	width:760px;
	height:20px;
	font-size:10px;
	color:#ffffff;
	text-decoration:none;
	text-align:right;
	}
.copyright a:link,
.copyright a:visited {
	color:#ffffff;
	}
.copyright a:hover {
	text-decoration:underline;
	}
.need_info {
	color: #2E37A1;
	font-size: 10pt;
	font-weight: bold;
	line-height: 25px;
}	

