body {
	margin-top:0;
	padding-top:0px;
	padding-right:10%; /* 90px previously */
	background-image:url(images/background.jpg); 
	background-position: top left; 
	background-repeat:no-repeat;
	background-color:#b9b9b9;
	font-family:"Myriad Web", Arial, Helvetica, sans-serif;
}

h1 {
	font-size:25px;
	font-weight:300;
	color:#375196
}

h2 {
	font-size:18px;
	font-weight:200;
	color:#666666;
} 

h3 {
	font-size:16px;
	color:#666666;
}

p.medium {
	font-size:10pt;
	color:#848484;
}

p {
	font-size:10pt;
	color:#848484;
}

p:hover {
	color:#2d2d2d;
}

img.spacing
	{
	padding:3px;
}

td, tr, table {
	font-size:9pt;
	color:#848484;
}

tr:hover {
	background-color:#efefef;
}

td.heading {
	font-size:13pt;
	color:#375196;
}

p.subtle {
	font-size:9pt;
	color:#FFFFFF;
}

p.small {
	font-size:9pt;
	color:#666666;
}

span.blue {
	color:#375196;
}

span.light {
	color:#999999;
}

a:link    {color: #375196; text-decoration: none;}
a:active  {color: #375196; text-decoration: none;}
a:visited {color: #375196; text-decoration: none;}
a:hover   {color: #375196; text-decoration: underline;}

#wrap {
	float:right;
}

#container {
	min-width:670px;
}

#left {
	float:left;
	height:auto;  
	width:117px; 
	padding-top:5px;
}

#main {
	float:left;
	height:auto;
	width:503px;
}

#content {
	margin-top:45px; 
	margin-left:65px; 
	margin-right:30px;
}

#right {
	float:left; 
	height:auto; 
	width:45px;
}

a.footer:link    {color: #FFFFFF; text-decoration: none;}
a.footer:active  {color: #FFFFFF; text-decoration: none;}
a.footer:visited {color: #FFFFFF; text-decoration: none;}
a.footer:hover   {color: #375196; text-decoration: none;}

.content {
	background-position:top right;
	background-repeat:no-repeat;
	background-color:#ffffff;
}

.bg_footer {
	float:right;
	background-image:url(images/gradient.gif); 
	background-repeat:repeat-x; 
	height:180px;
}

#leftfooter {
	float:left; 
	width:117px
}

#mainfooter {
	float:left; 
	width:503px; 
	background-image:url(images/circle-right.gif); 
	background-position:top left; 
	background-repeat:no-repeat; 
	height:180px;
}

#rightfooter {
	float:left; 
	width:45px; 
	background-image:url(images/footer-gray.gif); 
	background-repeat:repeat-x; 
	height:180px
}

#script {
	font-size:6px;
	color:#b9b9b9
}