﻿

body
{
	margin:30px 0 10px 0;
	background:#2959A5 url('images/bgrnd.jpg') repeat-x;
}

#shell
{
	margin:0 auto;
	width:990px;
	border:1px #1859AD solid;
	background-color:white;
}

#top
{
	background:url('images/bgrndHorz.jpg') repeat-y;
	height:77px;
}

/* Direct Login */
#DL
{
	float:right;
	margin:10px 10px 0 0;
	/*width:330px;*/
	height:50px;
	text-align:right;
}

#DLtext
{
	padding:0 0 3px 0;
	font-family:Tahoma; font-size:12px; color:#1859AD; font-style:italic;
}

.field
{
	border:1px #1859AD solid;
	font-family:Tahoma; font-size:12px; color:#1859AD;
}

/* top Nav */
#navTop
{
	font-family:Tahoma; font-size:9px; color:#2959A5;
	text-align:right;
	margin-top:11px;
}

#navTop a:visited
{
	font-family:Tahoma; font-size:11px; color:#2959A5;
	text-decoration:none;
}

#navTop a:link
{
	font-family:Tahoma; font-size:11px; color:#2959A5;
	text-decoration:none;
}

#nav
{
	border:1px #088ABD solid;
	padding-right:10px;
	text-align:right;
	height:19px;
	line-height:17px;
	background:url('images/nav.jpg') repeat-x;
	font-family:Tahoma; font-size:12px; color:white;
	letter-spacing:2px;
}

#nav a:link
{
	color:white; text-decoration:none;
}


#nav a:visited
{
	color:white; text-decoration:none;
}


#headImg
{
	background:url('images/worthington_photo.jpg') no-repeat;
	height:219px;
}

/* content area */
#content
{
	padding:5px 20px 20px 20px;
	border-top:4px #2959A5 solid;
	min-height:300px;
	font-family:Tahoma; font-size:12px;
	line-height:25px;
}

#content a:visited
{
	color:#254d8c;
}

#content a:link
{
	color:#254d8c;
}

h1
{
	font-family:Tahoma; font-size:16px; color:#B53421;
	border-bottom:3px #DE8A52 solid;
}

h2
{
	font-family:Tahoma; font-size:14px; color:#B53421;
}

/* footer */
#footer
{
	background-color:#2959A5;
	height:30px;
	line-height:20px;
	padding-left:20px;
	font-family:Tahoma; font-size:11px; color:white;
	line-height:30px;
}

#footer a:visited
{
	color:white; text-decoration:none;
}


#footer a:link
{
	color:white; text-decoration:none;
}

#bugs
{
	width:89px; float:right;
	margin:2px 2px 2px 0;
}

/* fix for PNG on IE 5 & ^ */
img
{
	behavior: url(iepngfix.htc)
}


