/*------------start reset styles to reduce browser inconsistency------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul  {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*------------end reset styles to reduce browser inconsistency------------*/
body
{
	margin: 0px auto;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #FFFAEF;
}

img
{ border: 0px;
}

table {
	text-align: left;
}

td {
	vertical-align: top;
}

a:link, a:visited
{
}

a:hover, a:active
{
}

p

{
	color: #333333;
	line-height: 140%;
	margin: 15px 0;
}
h1 {
	font-size: 150%;
	color: #FFFFFF;
	font-weight: bold;
	padding: 10px 0;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
	background-color: #B4B4B4;
}
h2 {
	font-size: 120%;
	margin: 0 0 -5px 0;
}
sup {
	font-size: 10px;
	vertical-align: top;
}
ol {
	list-style-position: inside;
	font-size: 90%;
	line-height: 120%;
	margin: 20px 0;
	border-top: 2px solid #041021;
	clear: both;
}
ol li {
	margin: 7px 0;
}

.wrapper 
{
	margin: 5px auto;
	text-align: center;
	width: 900px;
	border: 1px solid #3664A8;
}
.header {
}
.nav {
	background: #016b7d;
	height: 30px;
}
.nav a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.nav  a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.nav   a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.nav    a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
.nav ul {
	padding: 10px 0;
}
.nav li {
	font-size: 100%;
	text-transform: uppercase;
	color: #FFFFFF;
	display: inline;
	padding: 0px 15px;
	letter-spacing: 1px;
	font-weight: bold;
	
	border-left: 1px solid #95baca;
}

.nav li:first-child {border-left: none;}
.content {
	background-color: #E0F4FF;
	padding: 20px 30px;
	text-align: left;
}
.floatleft {
	padding: 0 5px 0 0;
	float: left;
}
.hr {
	background-color: #000033;
	height: 1px;
	margin: 10px auto;
	clear: both;
}
.floatright {
	padding: 20px;
	float: right;
	background-color: #FFFFFF;
	margin: 0px 0 0 20px;
	width: 200px;
}
.content  ul li {
	margin: 16px 0;
	list-style-image: url(bullet.gif);
	list-style-position: inside;
	line-height: 120%;
}
.content   ul  li ul li {
	margin: 16px 10px 0 16px;
	list-style-image: url(bullet2.gif);
	list-style-position: inside;
	line-height: 120%;
}
.listemphasis {
	font-style: italic;
	color: #4064A5;
	font-weight: bold;
}
.fineprint {
	font-size: 80%;
}
.footer {
	clear: both;
}

a.button{
	font-size:120%;
	font-weight:bold;
padding:10px;
width:auto;
background-color:#016b7d;
color:#fff;
text-decoration:none;

zoom:1;
position:relative;
display:inline-block;

behavior: url(http://www.mydiamondmind.com/css/border-radius.htc);
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
border-radius: 10px;
}
a.button:hover, a.button:active{
background-color:#005a69;
}
