/* ================================ */
/* MAIN PAGE PROPERTIES */
/* ================================ */

body {
	font-family: Arial, Helvetica, sans-serif;
	}

#shell {
	width:800px;
	margin:36px auto;
	border-style:solid;
	border-width:1px;
	border-color:#455560;
	}

#header {
	height:95px;
	}
	
#banner_left {
	float:left;
	width:565px;
	height:205px;
	margin-left:36px;
	display: inline;
	}

#banner_right {
	float:right;
	width:163px;
	height:195px;
	background:#455560;
	padding-top:10px;
	margin-right:36px;
	display: inline; 
	}

#left_column {
	float:left;
	width:601px;
	padding-top:36px;
	padding-bottom:10px;
	}

#right_column {
	float:right;
	width:199px;
	padding-top:36px;
	padding-bottom:10px;
	}
	
#footer {
	clear:both;
	width:800px;
	height:90px;
	}
	
/* ================================ */
/* TEXT PROPERTIES */
/* Note: Base text properties are located within the BODY element within MAIN PAGE PROPERTIES.
/* ================================ */
	
	
.head1 {
	font-size:36px;
	font-weight:bold;
	margin-left:36px;
	margin-top:36px;
	margin-right:36px;
	color:#e41937;
	}
	
.bodycopy1 {
	font-size:12px;
	line-height:18px;
	padding-left:36px;
	padding-right:36px;
	color:#455560;
	}
	
.bodycopy2 {
	font-size:10px;
	line-height:14px;
	padding-left:15px;
	padding-right:5px;
	color:#FFFFFF;
	}
	
.head2 {
	font-size:16px;
	line-height:20px;
	font-weight:bold;
	padding-left:15px;
	padding-right:36px;
	color:#455560;
	}

.bodycopy3 {
	font-size:10px;
	line-height:14px;
	padding-left:15px;
	padding-right:36px;
	color:#455560;
	}

/* ================================ */
/* LINK PROPERTIES */
/* ================================ */

.white_link a:link {
	background-color : transparent;
	color:#FFFFFF;
	border-bottom : none;
	text-decoration: none;
	}

.white_link a:visited {
	background-color : transparent;
	color:#FFFFFF;
	border-bottom : none;
	text-decoration: none;
	}
	
.white_link a:hover {
	background-color : transparent;
	color:#c2c6c9;
	border-bottom : none;
	text-decoration: none;
	}
	
.white_link a:active {
	background-color : transparent;
	color:#FFFFFF;
	border-bottom : none;
	text-decoration: none;
	}
	
.grey_link a:link {
	background-color : transparent;
	color:#455560;
	border-bottom : none;
	text-decoration: none;
	font-weight:bold;
	}

.grey_link a:visited {
	background-color : transparent;
	color:#455560;
	border-bottom : none;
	text-decoration: none;
	font-weight:bold;
	}
	
.grey_link a:hover {
	background-color : transparent;
	color:#000000;
	border-bottom : none;
	text-decoration: none;
	font-weight:bold;
	}
	
.grey_link a:active {
	background-color : transparent;
	color:#455560;
	border-bottom : none;
	text-decoration: none;
	font-weight:bold;
	}	