/* Begin Reset CSS */
	
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
	}
	
table {
	border-spacing: 0px;
	}
	
fieldset, img, a {
	border: 0;
	outline: 0;
	}
	
ul {
	list-style: none;
	}
	
/* End Reset CSS */

/* Begin Global CSS */

body {
	background-image: url(../images/style/background_strip.gif);
	background-repeat: repeat-x;
	background-color: #eee;
	font-size: small;
	}

/* End Global CSS */

/* Begin Layout CSS */

#container {
	height: 100%;
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
	background-image: url(../images/style/content_strip.png);
	background-repeat: repeat-y; 
	}

#header {
	height: 129px;
	width: 960px;
	background-image: url(../images/style/header.jpg);
	background-repeat: no-repeat;
	}
	
#logo {
	height: 129px;
	width: 258px;
	float: right;
	margin-right: 25px;
	background-image: url(../images/style/eo_logo.gif);
	background-repeat: no-repeat;
	}
	
#navigation {
	height: 36px;
	width: 960px;
	border-bottom: 1px solid #b5dcef;
	background-image: url(../images/style/nav_bar.gif);
	background-repeat: no-repeat;
	}
	
#content {
	height: 100%;
	width: 100%;
	float: left;
	overflow: hidden;
	}
	
#text_column {
	height: 100%;
	margin: 20px;
	padding-bottom: 50px;
	}
	
#text_column_team {
	width: 700px;
	float: right;
	margin: 20px;
	}
	
#nav_column {
	float: left;
	height: 100%;
	width: 180px;
	padding: 10px;
	margin-left: 10px;
	}
	
#footer {
	height: 50px;
	width: 100%;
	padding: 10px;
	padding-left: 15px;
	float: left;
	background-image: url(../images/style/footer_strip.gif);
	background-repeat: repeat-y;
	}

/* End Layout CSS */

/* Begin Navigation CSS */
	
#navigation ul {
	float: right;
	width: 920px;
	margin-right: 20px;
	list-style: none;
	}
	
#nav li {
	font-family: Verdana, Arial, sans-serif;
	font-size: 90%;
float: left;
	}
	
#nav a {
	float: left;
	display: block;
	padding: 10px 8px;
	color: #fff;
	text-decoration: none;
	border-left: 1px solid #b5dcef;
	border-top: 1px solid #b5dcef;
	}
	
#nav a:hover {
	color: #fff;
	background: #04347e;
	}
	
#nav li.current a {
	color: #000;
	background: #fff;
	border-bottom: 1px solid #fff;
	}
	
.last_button {
	border-right: 1px solid #b5dcef;
	}
	
/* End Navigation CSS */

/* Begin Typography CSS */

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, serif;
	font-weight: normal;
	margin: 0;
	padding-left: 5px;
	color: #5f5656;
	}
	
h1 {
	font-size: 225%;
	}
	
h2 {
	font-size: 175%;
	border-bottom: 1px solid #04347e;
	margin-bottom: 10px;
        margin-top: 8px;
	}
	
h3 {
	font-size: 150%;
	}
	
h4 {
	font-size: 140%;
	}
	
h5 {
	font-size: 130%;
	}
	
h6 {
	font-size: 120%;
	}
	
p {
	font-family: Verdana, Arial, sans-serif;
	font-size: 100%;
	line-height: 18px;
	color: #5f5656;
	margin-top: 3px;
	padding-left: 5px;
	}
	
a {
	color: #474ab4;
	}
	
.page_header, .page_header a {
	color: #fff;
	text-decoration: none;
	}
		
.sidebar li {
	margin-bottom: 1px;
	padding: 10px;
	border: 1px solid #bbb;
	background-color: #ddd;
	}
	
.sidebar li a {
	font-family: Georgia, serif;
	font-size: 10pt;
	color: #333;
	text-decoration: none;
	}
	
.sidebar li a:hover {
	}
	
.footer_text {
	font-size: 8pt;
	}
	
.list {
	font-family: Verdana, Arial, sans-serif;
	font-size: 100%;
	line-height: 18px;
	color: #5f5656;
	margin-top: 3px;
	}

/*End Typography CSS */

/*Begin classes */

.pic_right {
	float: right;
	margin: 10px;
	margin-bottom: 20px;
	border: 5px solid #eee;
	outline: 1px solid grey;
	}
	
.pic_left {
	float: left;
	margin: 10px;
	margin-bottom: 20px;
	border: 5px solid #eee;
	outline: 1px solid grey;
	}
	
.text_and_pic {
	float: left;
	width: 100%;
	height: 100%;
	}

/*End classes */



