/*******************************
 *	archive
 *******************************/
#archive {
	position: absolute;
	height: 40px;
	width: 100%;
	z-index: 4;	
	background-color: white;
	font-size: 15pt;
	font-weight: bold;
}

#archive td {
	padding-left: 50px;	
}

/*******************************
 *	body
 *******************************/
body {
	padding: 0;
	margin: 0;
	height: 100%;
	width: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	font-family: Arial, Verdana;
	font-size: 10pt;
	background-color: #FFFFFF;
}
/* no borders around image links */
 a img {
	border: none;
 }
/*******************************
 *	title
 *******************************/
#title {
	position: absolute;
	height: px;
	width: 677px;
	left: 145px;
	top: 65px;
	z-index: 6;
	padding: 0px;
	margin: 0px;
	background-image: url(../images/logo-mini.gif);
	background-repeat: no-repeat;
	background-position: right;
}

/*******************************
 *	menu bar
 *******************************/ 
 
 /*------------------------------ 
 *      general 
 *-----------------------------*/
#menubar {
	position: absolute;
	width: 900px;
	height: 30px; 
	top : 40px;
	left: 0px;
	z-index: 4;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 140px;
	background-color: #2f9dfe;
}


/*******************************
 *	left menu
 *******************************/
#left_menu {
	position: absolute;
	top: 64px;
	left: 0px;
	width: 130px;
	height: 800px;
	background-color: #2f9dfe;
	z-index: 0;
	padding-top: 50px;
	padding-left:10px;
}

/*******************************
 *	menu list
 *******************************/
#menu {
	position: absolute;
	top: 64px;
	left: 840px;
	width: 200px;
	height: 850px;
	background-color: #2f9dfe;
	z-index: 0;
}

ul.menuitem {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

a.menuitem, a.current {
	text-decoration: none;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: small;
	display:block;
	width: 130px;
	clear: down;
	float: down;
	padding: 5px 0px 5px 15px;
	margin: 5px; 
}

a.menuitem {
	background-color: #FFFFFF;
	color: #FF3848;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	border-top: 1px solid #EEB11F;
	border-left: 1px solid #EEB11F;
}

a.menuitem:hover {
	color: #FF3848;
	background-color: #EEB11F;
}

a.current {
	background-color: #FF3848;
	color: #000000;
	border: 1px solid #EEB11F;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000; 
}
/*******************************
 *	main
 *******************************/
#main {
	position: absolute;
	top: 180px;
	left: 140px;
	width: 658px;
	height: 682px;
	margin-left: 20px;
	margin-right: 20px;
	overflow-y: auto;
	background-color: white;
	border-top: 1px solid #000000;
	color: #543A32;
}

/*------------------------------ 
 *      overview_left
 *-----------------------------*/
 #overview_left {
 	float: left;
 	display: block;
 	height: 500px;
 	padding: 50px 0px 0px 0px;
 	width: 50%;
 }
 /*------------------------------ 
 *      overview_right 
 *-----------------------------*/
  #overview_right {
 	float: left;
 	display: block;
 	height: 500px;
 	padding: 50px 0px 0px 0px;
 	width: 50%;
 }
 /*------------------------------ 
 *      preamble
 *-----------------------------*/
 #preamble {
 	float: down;
 	font-size: 8pt;
 	color: black;
 }
 
 a.preamble {
	color: black;
	/*text-decoration: none;	*/
}
a.preamble:hover {
	color: gray;
}

 p.preamble_section {
 	font-weight: bold;
 	color: white;	
 	padding: 0px 10px 0px 10px;
 }
 
 p.preamble_title {
 	font-weight: bold;
 	padding: 0px 10px 0px 10px;	
 }
 
  p.preamble_text {
 	font-weight: normal;	
 	padding: 0px 10px 10px 10px;
 }
 /*******************************
  *	home
  *******************************/
#home {
	position: absolute;
	top: 64px;
	left: 140px;
	width: 698px;
	display:block;
	height: 848px;
	background-color: white;
	background-image: url(../images/home_pic.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	border: 1px solid #FF3848;
	color: #543A32;
}
/*------------------------------ 
 *      info box menu
 *-----------------------------*/
ul.infobox {
	margin: 0px;
	padding: 20px 10px 20px 10px;
	list-style-type: none;
}

ul.decimal {
	margin: 0px;
	padding: 0px 0px 0px 22px;
	list-style-type: decimal;
}

li.infobox {
	display: block;
	width: 136px;
	padding: 2px;
	margin-bottom: 20px;
	background-color: white;
	font-size: 8pt;	
}
a.infobox {
	float: down;
	font-size: 8pt;
	color: black;
	text-decoration: none;	
}
a.infobox:hover {
	color: gray;
}

sup {
	color: #FF3366;		
}

/*------------------------------ 
 *      cover titles
 *-----------------------------*/
b.pink {
	color: #FF3848;
	font-weight: normal;
}
b.yellow {
	color: #EEB323;
	font-weight: normal;
}

a.small_title1, a.small_title2, a.small_title3,
a.medium_title1, a.medium_title2,
a.big_title {
	display: block;
 	position: absolute;
 	z-value: 10;
	color: black;
 	font-family: Arial black, sans-serif;
 	font-weight: normal;	
 	line-height: 0.8em;
 	text-decoration: none;
 	letter-spacing: -1px;
 	text-transform: uppercase;
}

a.small_title1, a.small_title2, a.small_title3 {
 	left: 20px;
 	width: 450px;
 	font-size: 22pt;
}

a.small_title1 {
 	top: 260px;
}

a.small_title2 {
 	top: 320px;
}

a.small_title3 {
 	top: 377px;
}

a.medium_title1 {
 	top: 660px;
 	left: 60px;
 	width: 300px;
 	font-size: 22pt;
}

a.medium_title2 {
 	top: 790px;
 	left: 90px;
 	width: 360px;
 	font-size: 22pt;
}

a.big_title {
 	top: 490px;
 	left: 120px;
 	width: 250px;
 	font-size: 32pt;
 }
/*******************************
 *	contact
 *******************************/
a.contact {
	font-weight: bold;
	color: #543A32;
	text-decoration: none;
}

#contact {
	display: block;
	left: 250px;
	margin-left: 50px;
	margin-top: 50px;
	height: 480px;
	width: 570px;
	background-image: url(../images/caobalogo.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}
#contact-text {
	margin-left: 280px;
}

/*******************************
 *	subscription
 *******************************/
#subscription {
	display: block;
	padding: 20px 40px 20px 40px;
	margin: 30px 0px 0px 20%;
	width: 300px;
	background-color: #FF3848;
	color: white;
}

/*******************************
 *	foot
 *******************************/
#foot {
	position: absolute;
	left: 330px;
	top: 870px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: black;
	z-index: 20;
}
