/* General Style Info */
body, html {
	background-color: #fff;
	color: #fff;
	font-family: Arial, 'lucida grande',verdana,helvetica,sans-serif;
	font-size:smaller;
	margin: 0;
	height: 100%;
}

/* Layout */
#inner {
	background-color: #FFF;
	width: 1000px;
	margin: auto;
}

#outer {width: 100%; overflow: hidden; position: relative;}
#outer[id] {display: table; position: static;}

/* #middle {position: absolute; top: 50%;} for explorer only*/
#middle[id] {display: table-cell; vertical-align: middle; position: static; width: 100%;}

/* #container {position: relative; top: -50%; width: 1000px; margin-left: auto; margin-right: auto;} for explorer only */

#top {
	background: #656565 url('../img/grey_top.gif') repeat-x bottom;
}

#bottom {
	background: #656565 url('../img/grey_bottom.gif') repeat-x top;
}

img {
	border: 0px none;
}

#navigation {
	padding-left: 30px;
}

#ceo_message {
	padding: 12px;
	background-color: #60A626;
	font-size: xx-large;
}

#ceo_message span {
	font-size: 0.7em;
	display: block;
}

img#ceo {
	padding-right:20px;
}
#content {
	padding: 20px 20px 20px 125px;
}
#content div {
	color: #696969;
	line-height: 150%;
	overflow: auto;
	padding-left: 9px;
	padding-top: 0px;
	margin: 0px;
	font-size: 1.2em;
}

.smaller {
	font-size: small;
}

.large {
	font-size: large;
}

a {
	color: #fff;
	text-decoration: none;
}

p {
	margin:0;
	padding:0px 0 0px 0;
}
