/*
-----------------------------------------------
Capitol Direct Style Sheet
Updated 04.21.2010
----------------------------------------------- */

#page {
	width: 800px;
	margin: 0 auto;
}

#header {
	width: 800px;
	border-bottom: 2px solid #000000;
	border-top: 2px solid #000000;
	margin: 15px 0px 15px 0px;
}

#header p {
	font-size: 16px;
	font-weight: bold;
	margin: 3px;
}

#logo {
	height: 60px;
	width: 123px;
	margin: 0px 0px 0px 0px;
	background: url(images/logo.png) no-repeat top left;
}


#menu {
	
}

#menu ul{
	list-style-type:none;
	background-color: #000098;
	color: #FFFFFF;
	width:100%;
	padding:10px 0px 10px 0px;
}

#menu a{
	background-color: #000098;
	color: #FFFFFF;
	font-size: 15px;
	font-weight: bold;
}

#menu li{
	display:inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 0px 0px 0px 35px;
}

#submenu {
	
}

#submenu ul{
	list-style-type:none;
	background-color: #000098;
	color: #FFFFFF;
	width:100%;
	padding:10px 0px 10px 0px;
}

#submenu a{
	background-color: #000098;
	color: #FFFFFF;
	font-size: 15px;
	font-weight: bold;
}

#submenu li{
	display:inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 0px 0px 0px 65px;
}

#content {

}

#content h1 {
	font-family: Arial;
	font-size: 34px;
	font-weight: bold;
	text-align: center;
}

#content h2 {
	font-family: Georgia;
	font-size: 26px;
	font-weight: bold;
}

#content p { 
	font-family: Verdana;
	font-size: 12px;
	line-height: 1.5em;
	text-align: justify;
}

#content img {
	float:right;
	margin: 0px 0px 5px 15px;
}

#quote_link {
	font-size: 22px; 
	font-weight: bold;
	text-align: center;
}

#motto {
	font-style: italic;
	font-size: 28px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: bold;
	text-align: center;
}

#content_header {
	font-family: Georgia;
	font-size: 20px;
	font-style: italic;
}

#leader_name {
	font-family: Georgia;
	font-size: 34px;
	font-weight: bold;
}

#leader_title {
	font-family: Georgia;
	font-size: 20px;
	font-weight: bold;
}

#footer {
	width: 800px;
	border-bottom: 2px solid #000000;
	border-top: 2px solid #000000;
	margin: 15px 0px 15px 0px;
	padding: 10px 0px 10px 0px;
	font-family: Verdana;
	font-size: 12px;
}

#footer p {
	font-size: 10px;
	font-weight: bold;
}

a img {
	border:none;
}
