/* General Page Components */

body{
	font-family: arial;
	text-align: center;
}

form{
	margin: 0 0 0 0;
}

A{
	color: #B80026;
	text-decoration: none;
}

UL{
	list-style : url("/globalassets/v3/images/globalSquareBullet.gif");
}

TABLE {
	border-collapse:collapse;
	border-spacing:0;
}

/* Page Properties */

#page{
	width:750px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

/* Top Navigation */

#topnav1{
	background-color: #F3F3F3;
	height: 22px;
	width: 100%;
}

#topnav1 .search{
	margin: 0 0 0 450px;
}

.searchBox{
	float: left;
	color: #666666;
	font-size: 10px;
	line-height: 10px;
	padding: 3px 0 0 0;
}

.button{
	float: left;
}

#topnav2{
	height: 15px;
	width: 100%;
	background-color: #E2E2E2;
}

#colorbar{
	height: 15px;
	margin: 0 0 0 450px;
	background-color: #D42233;
}

#accent1{
	float: left;
	height: 15px;
	width: 25%;
	background-color: #B50038;
}

#accent2{
	float: left;
	height: 15px;
	width: 2%;
	background-color: #E53A2B;
}

#accent3{
	float: left;
	height: 15px;
	width: 15%;
	background-color: #E0007A;
}

#accent4{
	float: left;
	height: 15px;
	width: 2%;
	background-color: #B11319;
}

#accent5{
	float: left;
	height: 15px;
	width: 5%;
	background-color: #87002F;
}

#oval{
	width: 100%;
	margin: 20px 0 0 10px;
	height: 62px;
}

#banner{
	width: 100%;
	float: left;
	background-color: #DFDFDE;
}

#bannerimg{
	float: right;
}

/* Left Navigation */

#leftNav{
	float: left;
	margin-top: 25px;
	color: #BC0025;
	font-size: 11px;
	font-family: trebuchet ms,trebuchet-ms,trebuchet,verdana,arial,sans-serif;
	width: 165px;
	
}

#leftNav .link0{
	border-top: #949B93 1px dashed;
	padding-top: .5em; 
	padding-bottom: .5em;
}

#leftNav .link1{
	border-top: #949B93 1px dashed;
	background-image: url("/globalassets/v3/images/leftNavIcn_blt.gif");
	display: block;
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-top: .5em; 
	padding-bottom: .5em;
}

#leftNav .link2{
	display: none;
	background-repeat: no-repeat;
	padding-top: .5em; 
	padding-bottom: .5em;
}

#leftNav .link3{
	display: none;
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-top: .5em; 
	padding-bottom: .5em;
}

#leftNav .linkprinter{
	border-top: #949B93 1px dashed;
	background-image: url("/globalassets/v3/images/leftNavIcn_prnt.gif");
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-top: .5em; 
	padding-bottom: .5em;
}

#leftNav .linkcontact{
	border-top: #949B93 1px dashed;
	background-image: url("/globalassets/v3/images/leftNavIcn_cont.gif");
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-top: .5em; 
	padding-bottom: .5em;
}

#leftNav .anchor1{
	display: block;
	margin-left: 20px;
	line-height: 1em;
}

#leftNav .anchor2{
	display: block;
	margin-left: 20px;
	line-height: 1em;
}

#leftNav .anchor3{
	display: block;
	margin-left: 30px;
	line-height: 1em;
}


/* Main Body */

#mainbody{
	width: 100%;
}

#contents{
	width: 575px;
	float: left;
}

#fullColumn{
	margin-left: 20px;
	margin-top: 20px;
}

#twoColumnLeft{
	float: left;
	margin-top: 20px;
	margin-left: 10px;
	width: 400px;
}

#twoColumnRight{
	float: left;
	margin-top: 20px;
	width: 150px;
}

/* Right Column Elements */

#twoColumnRight .section{
	border-bottom: #E2E2E2 2px solid;
	margin-left: 20px;
}

#twoColumnRight .heading{
	color: #5C130A;
	font-family: trebuchet,trebuchet ms, sans-serif;
	font-size: 16px;
}

#twoColumnRight .subheading{
	color: #666666;
	font-family: trebuchet,trebuchet ms, sans-serif;
	font-size: 9px;
}

#twoColumnRight .link{
	background-image: url("/globalassets/v3/images/globalSquareBullet.gif");
	background-repeat: no-repeat;
	margin-top: 5px;
	margin-bottom: 5px;
}

#twoColumnRight A{
	color: #B80026;
	font-family: trebuchet,trebuchet ms, sans-serif;
	font-size: 11px;
	padding-left: 10px;
	display: block;
}

/* Content Elements */

#contents P{
	color: #666666;
	font-size: 12px;
	font-family: trebuchet,trebuchet ms, sans-serif;
	line-height: 1.5em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

#contents H1{
	color: #5C130A;
	font-size: 30px;
	font-family: Garamond,serif;
	font-weight: normal;
	margin-top: 1px;
	margin-bottom: 8px;	
}

#contents H2{
	color: #5C130A;
	font-size: 16px;
	font-family: trebuchet,trebuchet ms, sans-serif;
	font-weight: normal;
	margin-bottom: 1px;
}

#contents H3{
	color: #9A382A;
	font-size: 13px;
	font-family: trebuchet,trebuchet ms, sans-serif;
	font-weight: normal;
	margin-bottom: 1px;
}

#contents LI{
	color: #666666;
	font-size: 12px;
	font-family: trebuchet,trebuchet ms, sans-serif;
	line-height: 1.5em;
}

.imageleft {
	padding: 7px;
	float: left;
}

.imageleft P{
	text-align: center;
	margin-top: 2px;
	margin-bottom: 0px;
}

.imageright {
	padding: 7px;
	float: right;
}

.imageright P{
	text-align: center;
	margin-top: 2px;
	margin-bottom: 0px;
}

.inset H3 {
	margin: 0;
}

.insetimage {
	width: 150px;
	float: left;
}

.insettext {
	width: 250px;
	float: right;
}

/* Footer */

#surfooter {
	margin-left: 10px;
	margin-top: 50px;
	margin-bottom: 5px;
}

#surfooter P{
	font-size: 12px;
}

#footer{
	border-top: solid 1px #CCCCCC;
}

#footer P{
	font-size: 11px;
	color: #666666;
	margin: 10px 10px 10px 10px;
	text-align: left;
}

.sink{
	clear: both;
}