body {
    background-color:   #B5D8EE;
    color:              #000000;
    font:               83%/1.4 Arial, Helvetica, sans-serif;
    margin:             0 0 0 0;
    padding:            0 0 0 0;
}

body, html{
	height:				100%;
	width:				100%;
}

img {
	border:				none;
}

#outer {
	width: 				100%;
	height:				100%;
}

#header {
	height: 			80px;
    background-image:   url(images/stripes.gif);
	vertical-align: 	bottom;
}

#tagline {
	width: 				763px;
    color:              white;
    font-weight:        bold;
	font-style:			italic;
	text-align: 		right;
	margin-bottom: 		8px;
}

#main {
	vertical-align:		top;
	height:				100%;
}

#main_container {
	vertical-align:		top;
	height:				100%;
}

#leftcolumn {
	width:				9px;
	background-color:	#99B9CD;
}

#rightcolumn {
	width:				754px;
	background-color:	#FFFFFF;
	vertical-align:		top;	
}

#navigation_row {
	vertical-align:		top;
}

#nav_logo {
	width:				268px;
	height:				78px;
	vertical-align:		top;
	text-align:			left;
	padding-left:		26px;
	padding-top:		10px;
}

#nav_separator {
	width:				24px;
	vertical-align:		top;
}

#nav_items {
	width:				462px;
	vertical-align:		top;
}

#navigation {
	height:				44px;
	background-color:	#152936;
	width:				100%;
	vertical-align:		top;
	text-align:			right;
	padding-right:		0px;
}

#navigation ul, li {
	margin:				0 0 0 0;
	padding-top:		0px;
	padding-right: 		5px;
	padding-left:		0px;
    list-style-type:    none;
	display:			inline;
	text-align:			right;
	font-size:			1em;
}

.after {
	border-right: 		1px solid #FFFFFF;
}

#navigation a {
    color:				#8FC0F3;
    text-decoration:	none;
}

#navigation a:hover {
    color:				#FFFFFF;
}

#filler {
	margin-left:		26px;
	margin-right:		127px;
	text-align:			left;
	padding-bottom:		20px;
}

#title {
	color:				#A6A6A6;
	font-size:			2.8em;
	padding-top:		0px;
	padding-bottom:		0px;
	height: 			61px;
	line-height:		1em;
}

.special {
	color:				#5F5F5F;
	font-family:		Helvetica, Arial, sans-serif;
	font-size:			1.6em;
	padding-top:		0px;
	text-align:			justify;
}

.emphasize {
	font-size:			1.3em;
	font-weight:		bold;
	color:				#5F5F5F;
	text-align:			justify;
}

.highlight {
	font-size:			1.3em;
	font-weight:		bold;
	color:				#004A80;
	text-align:			justify;
}

p {
	padding-top:		0px;
	padding-bottom:		20px;
	margin:				0;
	text-align:			justify;
}

a {
    color:				#152936;
}

hr {
	width:				100%;
	color:				#B5D8EE;
	border:				1px solid #B5D8EE;
}

.standardlist {
	display: 			list-item;
	list-style-type: 	disc;
	text-align:			left;
}

.emphasizedlist {
	font-size:			1.3em;
	font-weight:		bold;
	color:				#5F5F5F;
	display: 			list-item;
	list-style-type: 	disc;
	text-align:			left;
}

.approach_left {
	vertical-align:		top;
	white-space:		nowrap;
	padding-right:		10px;
}

.approach_right {
	text-align:			justify;
	padding-bottom:		8px;
}

#hidden {
	visibility:	hidden;
	height:		1px;
	width:		1px;
	z-index:		1;
	top:			0;
	left:			0;
	position:	absolute;
}
