/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font: 13px/1.5 "Trebuchet MS", Arial, Helvetica, sans-serif;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 45px; 
	color:#2f559a; 
	margin:0px;
	text-align:left;
}

h2 {
	font-size: 28px;
	font-weight:bold;
	color:#436094;
	margin:0px 90px 35px 50px;
}

h3 {
	font-size: 18px;
	font-weight:bold;
	color:#436094;
	margin:0px 90px 35px 50px;
}

h4 {
	font-size: 19px;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 15px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul { list-style:disc; }

li {
	margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 20px;
}

p {
	color: #16243e;
	font-size:13px;
	line-height:18px;
}

div#container_interior p {
	color:#436094;
	font-size:13px;
}

p.copyright {
	color:#ffffff;
}

div#hp_right h1 {
	line-height:50px;
}

h1.h1_hp {
	background-image:url(../gfx/h1_hp.gif);
	height:101px;
	width:890px;
	display:block;
	padding:0px;
	margin:0px auto;
	line-height:101px;
	text-align:center;
	text-indent:0px;
}
