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

html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
 padding: 0;
 margin: 0;
 font-size: 100%;
 font-weight: normal;
 height: 100%;
}

html {
	background: #3fbfe7;
}

/* ----------------------- GLOBAL STYLES ----------------------------- */
h1, h2, h4 {
	padding: 15px 20px 12px 30px; 
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333;
	font-size: 18px;
	font-weight: bold;
}

h2 {
	padding: 15px 20px 12px 30px; 
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333;
	font-size: 14px;
	font-weight: bold;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333;
	font-size: 14px;
	font-weight: bold;
}

p {
	padding: 0px 20px 15px 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 20px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
	text-align: left;
}

/* ---------------------------- STRUCTURE STYLES ---------------------------- */

#wrapper {
	margin: 0 auto;
	width: 965px;
	background: #272114;
}

#space {
	margin: 0 auto;
	width: 965px;
	height: 25px;
}

#content {
	padding: 0px 0 0 0;	
	margin: 0 0 0 0;	
	width: 965;
	background-color: #272114;		
}

#header {
	margin: 0 auto;
	width: 965px;
	height: 107px;	
	background-color: #272114;
	background-position: center top;	
}

#logo {
	margin: 0 auto;
	display: block;
	float: left;
}

#menu {
	display: block;
	line-height:normal;
	width:965px;
	float: left;
	}


#menu ul {
	margin: 0 auto;
	padding: 0 10px 0 10px;
	list-style-type: square;
	background-position:center top;
}

#menu li {
	display:inline;
	margin:0 auto;
	padding-right: 35px;
	list-style-type: square;
	float: left;
}

#menu ul li a, #menu ul li a:visited {
	padding: 0 0 16px 15px;
	color: #fff;
	font-family: Baskerville, ‘Times New Roman’, Times, serif;
	font-size: 18	px;
	text-transform: none;
	text-decoration: none;
	letter-spacing: 1px;
}

#l3nav {
	display: block;
	line-height:normal;
	width:965px;
	float: left;
	}


#l3nav ul {
	margin: 0 auto;
	padding: 8px 10px 40px 28px;
	list-style-type: square;
	background-position:center top;
}

#l3nav li {
	display:inline;
	margin:0 auto;
	padding-right: 25px;
	list-style-type: square;
	float: left;
}

#l3nav ul li a, #l3nav ul li a:visited {
	padding: 0 0 16px 15px;
	color: #666;
	font-family: Baskerville, ‘Times New Roman’, Times, serif;
	font-size: 16px;
	text-transform: none;
	text-decoration: none;
	letter-spacing: 1px;
}

#l3nav ul li a:hover {
	color: #fff;
}


#kma {
	background-color: #272114;
	background-position: center top;
	padding: 0;
	margin: 0 auto;
	width: 965px;
	height: 762px;
}

#contentheader {
	background-color: #272114;
	background-position: center top;
	padding: 0;
	margin: 0 auto;
	width: 965px;
	height: 176px;
}

.kma-text {
	margin: 0 auto;
	font-family: "Myriad Roman", Trebuchet MS, Verdana, san-serif;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	text-align: center;
	position: top;
	width: 350px;
	height: 154px;
}

#footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333;
	text-align: right;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
}
	

