@charset "UTF-8";
/* CSS Document */

html, body {
	font-size : 12px;
	line-height : 15px;
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	background-color: #ffffff;
	}

/*-----------* COMMON ELEMENTS *-----------*/

b {
	font-size : 12px;
	line-height : 15px;
	font-weight: bold;
	}

p {
	font-size : 12px;
	line-height : 15px;
	}

br {
	line-height: 15px;
	}

/*-----------* LINK OPTIONS *-----------*/

a {
	color: black;
	text-decoration: none;
	}

a:link {
	color: gray;
	text-decoration: underline;
	}

a:visited {
	color: gray;
	text-decoration: underline;
	}

/*-----------* TEXT SIZES *-----------*/

.title_large {
	color: #000000;
	font-size : 24px;
	line-height : 24px;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	}

.title_blue {
	color: #000000;
	font-size : 13px;
	line-height : 15px;
	font-weight: bold;
	padding-top: 20px;
	}

.small_text {
	font-size : 10px;
	line-height : 15px;
	}

/*-----------* IMAGES *-----------*/
	
#chrp_logo {
	position: relative;
	top: 0px;
	left: 0px;
	}
	
#chrp_text {
	position: absolute;
	top: 17px;
	left: 95px;
	float: left;
	}

/*-----------* LIST VARIANTS *-----------*/

ul {
	font-size : 12px;
	line-height : 15px;
	list-style-position: outside;
	display: list-item;
	padding: 0;
	margin-left: 25px;
	}

ol {
	font-size: 12px;
	line-height: 15px;
	list-style-type: decimal;
	list-style-position: outside;
	margin: 0 0 0 20px;
	padding: 0;
	}

/*-----------* NAVIGATION ELEMENTS *-----------*/

#navlist {
	display: none;
	}

/*-----------* LAYOUT STYLES *-----------*/

#search {
	display: none;
	}

#wrap {
	position: relative;
	left: 10%;
	right: 10%;
	width: 80%;
	}

#footer_nav {
	display: none;
	}

#navigation {
	display: none;
	}

.column {
	width: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	}
		 
.column_abstracts {
	width: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	}
	
#sub_content {
	float:left;
	}
		
#sub_navigation {
	display: none;
	}

#footer_copyright {
	margin-top: 20px;
	}