/* ID'S */

#outerContainer {
	/* To fix IE 5 centering bug */
	text-align: center;
}
#innerContainer {
	/* Adjust for centering fix */
	text-align: left;
	width: 780px;
	margin: 75px auto 0 auto;
	background-image:url(../images/global/shadow_sides.gif);
	background-repeat:repeat-y;
}
#innerSecondaryContainer {
	/* Adjust for centering fix */
	text-align: left;
	width: 780px;
	margin: 25px auto 0 auto;
	background-image:url(../images/global/shadow_sides.gif);
	background-repeat:repeat-y;
}
#logo {
	margin: 19px 0 0 32px;
}
#secondaryLogo {
	margin: 21px 0 0 32px;
}
#topNav {
	height:27px;
	width:750px;
	margin-left:14px;
	text-align:right;
	background-image:url(../images/global/topNav_bg_thin.gif);
}
#navCurve {
	float:right;
}
#navItems {
	float:right;
	height:21px;
	padding-top:6px;
	color:#FFFFFF;
	font-weight:bold;
	background-image:url(../images/global/topNav_bg_thick.gif);
}
#navItems div {
	float:left;
	height:20px;
	padding-right:18px;
}
#navItems a {
	color:#FFFFFF;
	font-weight:bold;
	font-size:11px;
}
#footer {
	margin-top:20px;
	font-size:10px;
	color:#A1A7AF;
}
#footer a {
	text-decoration: none;
	color:#383881;
	text-decoration:none;
	border-bottom:#CCCCCC dotted 1px;
}
#footer a:hover {
	border-bottom:#383881 solid 1px;
}

/* MAIN LAYOUT */
#main {
	float:left;
	display:inline;
	width:288px;
	margin-left:14px;
	padding-left:47px;
	background-color:#A3CBE0;
}
#mainCalloutTop {
	width:288px;
	text-align:right;
}
#mainCallout {
	height:127px;
	width:288px;
	background-image:url(../images/main/main_box_bg.jpg);
}
#mainCalloutContent {
	float:left;
	width:250px;
	margin-top:2px;
	color:#FFFFFF;
	font-size:13px;
	font-weight:bold;
}
#mainCalloutContent p {
	margin:12px 0 0 3px;
	padding:0;
}
#mainCalloutBottom {
	width:288px;
	text-align:right;
	background-image:url(../images/main/main_bott_bg_shadow.jpg);
}
#mainBlackBar {
	clear:both;
	width:750px;
	height:26px;
	margin-left:14px;
	background-color:#000000;
}
#mainGrayDiag {
	width:750px;
	height:80px;
	margin-left:14px;
	background:url(../images/global/bg_diag_lines.gif);
}
/* SECONDARY LAYOUT */
#pageBody {
	width:750px;
	margin-left:14px;
	background:url(../images/secondary/column_bg.gif) repeat-y;
}
#leftColumn {
	float:left;
	width:178px;
}
#content {
	float:right;
	width:505px;
	display:inline;
	margin:30px 30px 20px 0;
	color:#223E49;
	font-size:13px;
}

#content a {
	text-decoration: none;
	color:#383881;
	text-decoration:none;
	border-bottom:#CCCCCC dotted 1px;
}
#content a:hover {
	border-bottom:#383881 solid 1px;
}

#content p {
	margin:2px 0 14px 0;
	padding:0;
	line-height:20px;
}

#leftColCallout {
	background-color:#A1A7AF;
	width:148px;
	margin-top:30px;
	padding:15px;
	border-top:#434B56 solid 2px;
	border-bottom:#434B56 solid 2px;
	color:#FFFFFF;
	font-style:italic;
	font-size:11px;
	line-height:22px;
}
#photo {
	padding:4px 0 0 15px;
	float:right;
	text-align:center;
}
#photo .caption {
	background-color:#A1A7AF;
	color:#FFFFFF;
	padding:2px;
	font-size:10px;
	font-weight:bold;
}
#printContainer {
	text-align: left;
	width: 780px;
	margin: 50px auto 0 auto;
}
#printArea {
	margin:32px;
}



/* CLASSES */
.floatLeft {
	float:left;
}
.floatRight {
	float:right;
}
.clearFloats {
	clear:both;
}
.largeType {
	font-size:17px;
}
.smallType {
	font-size:11px;
}
.divider {
	padding:0 0 0px 0;
	margin-bottom:14px;
	height:1px;
	background:url(../images/secondary/divider_bg.gif) repeat-x;
}
.logoBox {
	display:block;
	width:163px;
	height:85px;
	padding-top:13px;
	text-align:center;
	background:url(../images/secondary/logoBox_full.gif) no-repeat;
}
#outerContainer #innerSecondaryContainer #pageBody #content .logoBox .logoLink {
	border-bottom-style: none;
}

.logoTitle {
	padding:8px 0 16px 0;
	font-size:12px;
	text-align:center;
}



/* TAGS */
body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin: 0px;
	background-color: #FFFFFF;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
ul {
	padding: 0;
	margin:4px 0 12px 20px;
	line-height:20px;
	list-style-type: disc;
}
li {
	padding-left: .8em;
}

h1 {
	margin:0 0 2px 0;
	color:#000099;
	font-size:24px;
	font-weight:normal;
}
h2 {
	margin: 0;
	padding:24px 0 2px 0;
	/* color:#58616D; */
	color:#070233;
	font-size:18px;
	font-weight:normal;
}
.topItem {
	padding-top:2px;
}


