/*citiumtemplate.css*/
a {color:black;}
a:visited {color:black;}
a:hover {color:black;}
a:active {color:black;}
#header {
	background-color:white;
	font-family: "Times New Roman";
	height: 120px;
	line-height: 100px;
	vertical-align: middle;
	font-size: 30px;
	text-align: left;
	font-style: italic;
	margin-left: 100px;
	}
#menu {background-color: white;
	border:none;
	height:60px;
	overflow: auto;
	font-family:"Times New Roman";
	padding: 5px;
	font-size: 20px;
	margin-left: 70px;
		}
#menu ul {
	margin-left: -2.5em;
	font-family: inherit;
		}
		
#menu li {
	list-style-type: none;
	float: left;
	width: 7em;
	text-align: center;
	font-family: inherit;
	}

#menu a {
	text-decoration: none;
	display: block;
	background-color: white;
	box-shadow: 5px, 5px, 5px gray;
	margin-bottom: 2px;
	font-family: inherit;
	}

#menu a:hover {
background-color: #DDDDEE;
box-shadow: 3px, 3px, 3px gray;
border: none;
font-family: inherit;
}

#content {background-color: white;
		border: 3px solid white;
		float:left;
		width: 100%;
		min-height: 40em;
		overflow: auto;
		font-family: 'Playfair Display', serif;
		font-size: 12px;
		padding: 10px;
		color: white;
		text-align: left;
		background-image: url(./images/cbd_background.jpeg);
		}
	
#content #contentline_h2 {font-family: 'Playfair Display', serif;color: white;font-size: 24px;font-style: italic;margin-bottom: 0px;margin-top: 5px;padding-top: 1em;;}
#content #contentline_h1 {font-family: 'Playfair Display', serif;color: white;font-size: 64px;margin-bottom: 5px;margin-top: 5px;line-height: 1.1;padding-top:12px;padding-bottom: 12px;}
#content #contentline_h3 {font-family: 'Playfair Display', serif;color: white;font-size: 18px;}
#content p {font-family: 'Playfair Display', serif;color: white;font-size: 16px;margin-left: 238px; margin-right: 300px;}
#content a,a:link {font-family: 'Playfair Display', serif;color:inherit;}

#index_box1 {background-color: white;
			height:auto;
			float:left;
			padding-top: 4em;
			width:49%;
			overflow: auto;
			font-family:"Times New Roman";
			text-align: center;
			font-size: 16px;
			}
#index_box1 #boxheader {color: black;font-size: 34px;font-style: italic;margin-bottom: 5px;margin-top: 5px;}

#image_box1 {background-color: white;
			height:auto;
			float:left;
			width:49%;
			overflow: auto;
			font-family:"Times New Roman";
			text-align: center;
			font-size: 16px;
			}
			
#image_box2 {background-color: white;
			height:auto;
			float:left;
			width:49%;
			overflow: auto;
			font-family:"Times New Roman";
			text-align: center;
			font-size: 16px;
			}

#index_box2 {background-color: white;
			height:auto;
			float:left;
			padding-top: 4em;
			width:49%;
			overflow: auto;
			font-family:"Times New Roman";
			text-align: center;
			font-size: 16px;
			}
#index_box2 #boxheader {color: black;font-size: 34px;font-style: italic;margin-bottom: 5px;margin-top: 5px;}		

#footer {background-color: white;
		border: 3px solid white;
		font-size: 16px;
		text-align: center;
		clear: both;
		font-family: "Times New Roman";
		color: gray;
		}

