/* reset starts! */
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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	font-size: 15px;
	background-color: #025179;
	font-family: 'trebuchet ms',verdana,sans-serif;
	
}
ol, ul {
	list-style: none;
	
}
/* tables still need 'cellspacing="0"' in the markup */

caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* reset ends! */

* { padding: 0; margin: 0; }


#wrapper {
	margin-right:auto;
	margin-left:auto;
	padding: 0px;
	border:0;
	width: 928px;
	background: #fffcd3;
	border-right:2px solid #000;
	border-left:2px solid #000;
}

#navWrap {
	text-align:center;
	padding: 0px;
	border:0;
	width: 928px;
	height:25px;
	padding-top:10px;
}

.content {
	line-height:20px;
	padding:  30px 20px 20px 60px;
}

.contentS {
	line-height:20px;
	padding:  30px 20px 20px 60px;
	height:1700px;
}

.contentRight {
	line-height:20px;
	padding:  30px 20px 20px 20px;

}

.blue {
	color: #6492a4;
	font-size: 12px;
}

#header {
	margin: 0 0 0px 0;
	background-image:url('images/masthead.jpg');
	height: 139px;
	width: 928px;
}

#menu {
	margin: 0 0 0px 0;
	background: #f2f7f9;
	height: 38px;
	width: 928px;
	border-top:1px solid #d2e1e7; 
	border-bottom:1px solid #d2e1e7;
}



#left {
	float: left;
	width: 607px;
	background: #fff;
	border-right:1px solid #edebd5;
}

#right { 
	margin: 0;
	float: left;
	width: 320px;
	height: 1% ;
	background: #fffcd3;
}

#footer {
	clear: both;
	background: #f2f7f9;
	border-top:1px solid #d2e1e7;
}

h1{
	font-family:Georgia,'Times New Roman',Times,serif;
	font-size: 24px;
	font-weight:200;
	color: #013956;
	padding:0px 0px 0px 0px;
	margin-bottom:30px;
	line-height:16px;
	border-bottom:1px solid #d2e1e7;
}

h3{
	font-family:Georgia,'Times New Roman',Times,serif;
	font-size: 22px;
	font-weight:200;
	color: #013956;
	padding:0px 0px 0px 0px;
	margin-bottom:30px;
	line-height:16px;
	border-bottom:1px solid #d2e1e7;
}


strong{
	font-family:Georgia,'Times New Roman',Times,serif;
	font-size: 17px;
	font-weight:200;
	color: #013956;
	padding:0px 0px 0px 0px;
	margin-bottom:30px;
	line-height:30px;
}

ul{
	font-family:Georgia,'Times New Roman',Times,serif;
	font-size: 16px;
	font-weight:200;
	color: #013956;
	padding:0px 0px 0px 0px;
	margin-bottom:20px;
	line-height:30px;
}

li{
	font-size: 11px;
	font-family: 'trebuchet ms', Arial, Verdana, sans-serif;
	font-weight:200;
	color: #666;
	padding:0px 0px 0px 0px;
	margin-bottom:10px;
	line-height:16px;
	border-bottom:1px solid #ddd;
}

.small{
	font-size: 10px;
	font-family: 'trebuchet ms', Arial, Verdana, sans-serif;
	font-weight:200;
	color: #770204;
	padding:0px 0px 0px 0px;
	margin-bottom:30px;
	margin-top:-25px;
	line-height:16px;
}

a{
    font-family: 'trebuchet ms', Arial, Verdana, sans-serif;
	font-size: 14px;
	color: #770204;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
	}
	
a.nav{
	font-family: 'trebuchet ms', Arial, Verdana, sans-serif;
	font-size: 14px;
	color: #770204;
	text-decoration: none;
	padding-right:20px;
	padding-left:15px;
	border-right:1px solid #d2e1e7;
}

a.nav:hover{
	text-decoration: underline;
	}
	
a.navC{
	font-family: 'trebuchet ms', Arial, Verdana, sans-serif;
	font-size: 14px;
	color: #770204;
	text-decoration: none;
	padding-left:15px;
	}

a.navC:hover{
	text-decoration: underline;
	}

a.clients{
	font-family:Georgia,'Times New Roman',Times,serif;
	font-size: 16px;
	font-weight:200;
	color: #013956;
	padding:0px 0px 0px 0px;
	text-decoration: underline;
	}

a.clients:hover{
	color: #770204;
	text-decoration: underline;
	}


