/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	
	font-family:Verdana, Geneva, sans-serif;
}
a {
	color:#003479;	
}
#content a{
	text-decoration:underline;	
}
a:focus {
	outline: 1px dotted invert;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1,h2,h3,h4,h5 {
	font-family: Helvetica, sans-serif;
}
.wells h2{
	font-family: Helvetica, sans-serif;
	font-weight:normal;
}

h1{
	font-size:1.85em;	
}

h2 {
	font-size:1.2em;
}
#right_wrapper h2, #right_wrapper h3, #right_wrapper h4, #right_wrapper h5, #left_wrapper h2, #left_wrapper h3, #left_wrapper h4, #left_wrapper h5 {
	font-size:90%;
}

h3 {
	font-size: .9em!important;
	text-transform:uppercase;
}

h4 {
}

h5 {
}
h6 {
	font-size: 15px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

li {
	margin:0 0 0 30px;
}


dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 20px;
}
h1 {
	margin: 5px 0 ;	
}
h2, h3, h4, h5{
	margin-bottom:5px;	
}
p {
	margin-bottom:15px;	
}
#content h2{
	font-weight:600;
}

#content h3{
	font-weight:600;
}