html { height:100%; }

body {
	background: #666 url(images/stripe_bkg.gif) repeat;
	margin: 0 auto;
	padding: 0;
    height:100%;
}

#container {
	background: #fff url(images/container.gif) top left repeat-x;
	width: 90%;
    height:100%;
	min-width: 780px;
	margin: 0 auto;
	position: relative;
	height: auto;
	border-left: 2px solid #666;
	border-right: 2px solid #666;
}

#header {
	background-color: #fff;
	height: 120px;
	margin: 0 auto;
}

#topbar {
	background: transparent url(images/gradient.gif) repeat-x;
	height: 25px;
	margin: 0;
	padding: 0;
	width: 100%;
	}
    
#title {
	background: #1C3E68 url(images/title_bkg.gif) repeat-x;
	height: 95px;
    margin: 0px;
    padding: 0px;
    font: normal 22px "Georgia";
    color: #fff;
    text-align: center;
	}   
	
#title p {margin: 0; padding-top: 30px; }	



#leftcol {
 	position: absolute;
 	left: 0;
	width: 252px;
	padding: 0;
	margin: 0;
	font: 12px "Arial" sans;
	color: #000;
}	

#rightcol {
	margin-left: 252px;
	padding: 0px;
	font: 12px "Arial" sans;
	color: #000;
	line-height: 18px;
	height: 100%;
}	

#leftcol img {
	background-color: #fff;
	padding-top: 0px;
	margin-top: 0px;
	width: 253px;
	padding-bottom: 5px;
	border-bottom: 10px solid #1C3E68;
	margin-bottom: 15px;
}
#leftcol em {
	font: italic bold 12px "Verdana" sans;
	line-height: 18px;
}

#leftcol p {
	line-height: 18px;
}


#casestudy {
	font: bold 18px "Verdana" sans;
	color: #1C3E68;
	padding-top: 0px;
	margin-top: 0px;
	line-height: 22px;
	text-align: center;
}

#casestudy a {
	padding-top: 20px;
	font:normal 12px "Verdana" sans;
	color: #333333;
}

#leftcol a {
	color: #1C3E68;
}

#sidetext {
 	padding: 10px;
}

#menu {
	background: #fff url(images/menu_bkg.gif) repeat-x;
    height:90px;
	padding-top: 20px;
	}  

#content {
	padding: 20px;
	padding-top: 0;
	height: 100%;
	border-left: 1px solid #666;
}

#content h1 {
	font: bold 18px "Verdana" sans;
	color: #1C3E68;
}

#content h2 {
	font: bold 14px "Verdana" sans;
	color: #333;
}

#content h3 {
	font: bold 14px "Verdana" sans;
	color: #1C3E68;
}

.larger {
	font: bold 14px "Verdana" sans;
	color: #1C3E68;
}

.gray { 
	background-color: #eee; }

em {color: #101010;}

.indent { padding-left: 20px; }

.nav_out, .nav_over {
    font: bold 11pt/41px Arial;
    text-align: center;
}

.nav_out {
    color: #101010;
    background: url(images/menu_bg_out.gif);
}

.nav_over {
    color: #C80202;
    background: url(images/menu_bg_over.gif);
}

#tabnav
	{
		height: 20px;
		margin: 0;
		padding-left: 10px;
		background: url(images/tab_bottom.gif) repeat-x bottom;
	}

#tabnav li
	{
		margin: 0; 
		padding: 0;
  		display: inline;
  		list-style-type: none;
  	}
	
#tabnav a:link, #tabnav a:visited
	{
		float: left;
		background: #f3f3f3;
		font-size: 10px;
		line-height: 14px;
		font-weight: bold;
		padding: 2px 10px 2px 10px;
		margin-right: 4px;
		border: 1px solid #ccc;
		text-decoration: none;
		color: #666;
	}

#tabnav a:link.active, #tabnav a:visited.active
	{
		border-bottom: 1px solid #fff;
		background: #fff;
		color: #000;
	}

#tabnav a:hover
	{
		background: #fff;
	}
