html, body {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  background: #f2f2f2;
  background-image: url(graphics/background.jpg);
  height: 101%;
}

* {
margin: 0;
padding: 0;
}


#container {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 1024px;
	background: #FFeeFF;
}

td.side_menu {
	background: #0061a5;
	
}

td.body_text {
	background: #FFFFFF;
	text-align: left;
	padding: 5px 30px 20px 74px;
}

td.right_shadow {
	background-image: url(graphics/shadow_right.jpg);
	background-repeat: repeat-y;
}
td.left_shadow {
	background-image: url(graphics/shadow_left.jpg);
	background-repeat: repeat-y;
}
td.bottom_shadow {
	background-image: url(graphics/shadow_bottom.jpg);
	background-repeat: repeat-x;
}

h1 {
	font-family: Arial, Helvetica, sans-serif; 
  font-size: 28px; 
  font-weight: bold;
  color: #0061a5;
  padding-bottom: 20px;
}

p { 
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 17px; 
  line-height: 23px;
  font-weight: bold;
  color:#999999; 
  padding: 0 0 12px 0;
}
.quotation { 
        font-family: Arial, Helvetica, sans-serif; 
        font-size: 14px;
        font-weight: bold;
        line-height: 18px;
        color:#FFFFFF; 
}
.attributation { 
        font-family: Arial, Helvetica, sans-serif; 
        font-size: 10px;
        font-weight: bold;
        line-height: 14px;
        color:#FFFFFF; 
}


H2 { 
        font-family: Arial, Helvetica, sans-serif; 
        font-size: 14px; 
        color:#3C4899; 
} 
.home_head_1 { 
        font-family: Arial, Helvetica, sans-serif; 
        font-size: 14px;
        line-height: 16px;
        color:#FFFFFF; 
}
.home_head_2 { 
        font-family: Arial, Helvetica, sans-serif; 
        font-size: 14px;
        line-height: 16px;
        color:#E4D0A9; 
}
li { 
        font-family: Arial, Helvetica, sans-serif; 
        font-size: 12px;
        line-height: 18px; 
        color:#3C4899; 
}

a:link { 
        font-family: Arial, Helvetica, sans-serif;
  			font-size: 17px; 
  			line-height: 23px;
        color: #3C4899; 
        text-decoration: underline; 
} 
a:visited { 
        font-family: Arial, Helvetica, sans-serif;
        color: #3C4899; 
        text-decoration: underline; 
} 
a:hover { 
        color: #3C48DD; 
        text-decoration: none; 
        font-family: Arial, Helvetica, sans-serif;
        text-decoration: underline; 
} 

div.links-column {
	float: left;
	width: 305px;
	padding-right: 20px;
}


.left-links {
	padding-right: 48px !important;
}


.links-body h1 {
	font-size: 19px;
	text-transform: uppercase;
	padding-top: 6px;
}

.links-body p {
	font-size: 17px;
	font-weight: normal;
	line-height: 21px;
	color: #777777;
	padding-bottom: 20px;
	word-wrap: break-word;
	overflow-wrap: break-word;
}
.links-body p a:link {
	font-size: 15px;
	line-height: 18px;
	color: #777777;
	text-decoration: none;
}

.links-body p a:visited {
	color: #777777;
}

.links-body p a:hover {
	color: #0061a5;
	text-decoration: underline;
}

