/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #DEE7EF url(images/img01.gif) repeat-y center top; 
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}

h1 {
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	font-weight: normal;
	color: #EE0000;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	color: #60B7DE;
	text-transform: lowercase;
	font-weight: bold;
}

h6 {
	font-family: Arial, Helvetica, sans-serif;
	color: #808080;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
}

h7 {
        color: #EE0000;
	font-size: 16px;
	letter-spacing: 1px;
}

a {
	font-weight: bold;
	color: #4773C1;
}

h2 {
	color: #00688B;
	font-size: 14px;
	letter-spacing: 1px;
}

h3 {
	font-size: 14px;
}

h4 {
	font-size: 14px;
	line-height: 150%;
}

a:hover {
	text-decoration: none;
	color: #73C5E5;
}

.img1 {
	float: left;
	margin: 0px 15px 0px 0px;
	border: 3px solid #ABDCEF;
}

.img2 {
	border: none;
}

.text1 {
	font-size: 14px;
}

p.intro {
        font-size: 16px;
}

p.initial:first-letter {
	color: #EE0000;
	font-size: large; 
}

/** HEADER */

#header {
	width: 770px;
	margin: 0px auto;
	background: #FFFBFD url(images/img02.gif) repeat-x left top;
	padding: 0px;
}

#header h5 {
	margin: 0px;
	padding: 20px 0px 5px 20px;
	border: none;
}

#header h2 {
	margin: 0px;
	font-size: 14px;
}
 
#header h4 {
	margin: 0px;
	padding: 0px 40px 0px 50px;
}

span.phone2
{
	padding: 0 0 40px 375px;
	font-weight: bold;
	font-size: large;
	color: #EE0000;
}

div.phone2
{
	font-weight: bold;
	font-size: large;
	color: #EE0000;
}

/** MENU */

#menu {
	width: 770px;
	margin: 0px auto;
	padding: 5px 0px 6px 0px;
	background-color: #60B7DE;
        letter-spacing:  1px;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 5px 15px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 11px;
        font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	background-color: #73C5E5;
}

/** CONTENT */

#content {
	width: 770px;
	margin: 0px auto;
	padding: 20px 0px 0px 0px;
}

#content h3, #content h4, #content h5, #content h6 {
	font-weight: normal;
}

#content p, #content ul, #content ol {
	line-height: 140%;
}

#left {
	float: left;
	width: 480px;
	padding: 0px 20px 40px 20px;
	font-size: 13px;
	font-weight: normal;
}

#right {
	float: right;
	width: 210px;
	padding: 0px 20px 40px 20px;
	font-size: 12px;
}

#colA {
	float: left;
	width: 230px;
	padding: 0px 20px 0px 0px;
	font-size: 13px;
}

#colB {
	float: right;
	width: 230px;
	padding: 0px 0px 0px 0px;
	font-size: 13px;
}

#colC {
	float: left;
	width: 230px;
	padding: 0px 0px 0px 30px;
	font-size: 12px;
}

#colD {
	float: right;
	width: 200px;
	padding: 0px 0px 0px 0px;
	font-size: 12px;
}

ul.bonds {
	list-style-type: none;
}

/** FOOTER */

#footer {
	clear: both;
	width: 770px;
	margin: 0px auto;
	border-top: 5px solid #60B7DE;
}

#footer p {
	margin: 0px;
	padding: 20px 10px 0px 125px;
	color: #4773C1;
	font-size: 12px;
}

#border-top {
	border-top: 5px solid #60B7DE;
}

a.link1 {
	text-decoration: none;
	font-weight: normal;
}
