body, td{
	FONT-SIZE: 12px; COLOR: black; FONT-FAMILY: Verdana, Helvetica, Geneva, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	background-image:url('images/border_small_blue.jpg');
	background-position: top center;
	background-repeat: repeat-y;
	background-color: #ECEFF7;
}

img {
	border: 0;
}

#logo {
	margin-top: 18px;
	width: 149px;
	float:left;
	display:inline;
}

#header, #content {
	width: 515px;
	margin-left: auto;
	margin-right: auto;
}

#headerlinks {
	overflow: hidden;
	height: 23px;
	float: right;
	margin: 42px 0 0 0;
	padding: 0px;
}

#headerlinks ul
{
	font-family: Verdana, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	color: #13007C;
	margin: 0;
	padding: 0px;
	font-style: italic;
	font-weight: bold;
	display: inline;
}

#headerlinks li
{
	position: relative;
	list-style: none;
	float: left;
	padding: 4px 0 5px 27px;
	margin: 0 0 0 -27px;
	white-space: nowrap;
	background-image: url('images/tab_deselected_next.gif');
	background-repeat: no-repeat;
	background-position: top left;
}

#headerlinks li.first {
	background-image: url('images/tab_deselected_first.gif');
	margin: 0;
}

#headerlinks li a
{
	margin: 0;
	padding: 4px 27px 5px 0;
	display: inline;
	text-decoration: none;
	background-image: url('images/tab_deselected_right.gif');
	background-repeat: no-repeat;
	background-position: top right;
}

#headerlinks li.selected {
	background-image: url('images/tab_selected_next.gif');
	z-index: 2;
}

#headerlinks li.first.selected {
	background-image: url('images/tab_selected_first.gif');
	z-index: 2;
}


#headerlinks li.selected a {
	background-image: url('images/tab_selected_right.gif');
}

#topper {
	text-align: center;
	background-image:url('images/topper_back.jpg');
	background-color: #3366CC;
	background-repeat: no-repeat;
	background-position: top center;
	height: 65px;
}

#secondarybar {
	height: 21px;
	background-image:url('images/secondary_back2.gif');
	background-repeat: repeat-x;
	background-position: top left;
	text-align: center;
}

#secondarynav {
	margin-left:auto;
	margin-right:auto;
	margin-top: 0;
	width: 515px;
	height: 21px;
	text-align: center;
}

#secondarynav ul {
	margin-left:auto;
	margin-right:auto;
	font-size: 12px;
	padding: 0;
	display: inline;
}

#secondarynav ul li {
	list-style: none;
	float: left;
	margin: 0px 0 0 0;
	padding: 3px 0 0 0;
	color: #13007C;
	height: 21px;
}

#secondarynav ul li a:link, 
#secondarynav ul li a:hover,
#secondarynav ul li a:visited {
	margin: 0;
	padding: 3px 8px 3px 8px;
	height: 21px
	overflow:hidden;
	text-decoration: none;
}

#secondarynav ul li a:hover,
#secondarynav ul li a.selected {
	background-image:url('images/secondary_back_selected.gif');
}

#content {
	text-align: left;
	padding: 24px 0 0 0;
}

#callouts {
	float:right;
}

.callout {
	background-color: white;
	font-weight: normal;
	width: 180px;
	border: 1px solid #3366CC;
	margin: 0 0 1.5em 10px;
}

.callout h3 {
	background-color: #3366CC;
	padding: 2px 0 2px 0;
	color: white;
	font-weight: bold;
	width: 100%;
	text-align: center;
	font-size: 14px;
	margin: 0 0 1em 0;

}

.callout p {
	padding: 0 4px 1em 4px;
	margin: 0;
}



h1 {
	font-size: 18px; color: #3366CC; font-family: Verdana, Helvetica, Geneva, sans-serif;
	margin-top: 0px;
	margin-bottom: 1em;
}

h2 {
	font-size: 14px; color: black; font-family: Verdana, Helvetica, Geneva, sans-serif;
	margin-top: 0px;
	margin-bottom: 1em;
}

h3 {
	font-size: 12px; color: black; font-family: Verdana, Helvetica, Geneva, sans-serif;
	margin-top: 0px;
	margin-bottom: 1em;
}

p {
	margin-top: 0px;
	margin-bottom: 1em;
}

.small {
	font-size: 10px;
}

a:link {
	COLOR: #000066;
}

a:hover {
	COLOR: #DD3C20;
}

a:visited {
	COLOR: #000066;
}

a.headerlink {
	FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #672D91; FONT-FAMILY: Arial, Geneva, Helvetica, sans-serif;
}

a.subnav {
	FONT-SIZE: 11px; COLOR: #662d91; FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.subheader {
	FONT-SIZE: 14px; COLOR: black; FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif; FONT-WEIGHT: bold;
}

.smallheader {
	FONT-SIZE: 10px; COLOR:black; FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif; FONT-WEIGHT: normal;
}

.required {
	FONT-SIZE: 18px; COLOR: #DD3C20;
}

.portfolioitem {
	margin: 0 0 1em 0;
	padding: 8px;
	background-color: #ECEFF7;
	border: 2px solid #3366CC;
	height: 102px;
}

.portfolioitem hr {
	clear: left;
	color: #ECEFF7;
	background-color: #ECEFF7;
	border: 0;
}

.portfoliodesc {
	float:right;
	text-align: left;
	width: 337px;
}