/* body */

body, html {
background:#999999;
margin:auto;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
text-align:center;
color: #646060;
}

/* top nav */

#nav {
height: 100px;
width: 745px;
margin: 0px auto;
border-style: solid;
border-color: #fff;
border-width: 0px 10px;
text-align: center;
font-size: 16px;
}


/* header image */

#header {
background:#fff;
width: 745px;
margin: 0px auto;
border-style: solid;
border-color: #fff;
border-width: 0px 10px;
}

/* content and sidebar */

#content {
width: 745px;
background: #fff;
margin: 0px auto;
border-style: solid;
border-color: #fff;
border-width: 10px;
}

h1 {color: #646060;
	text-decoration: none;
	font-size: 22px}

h1 a:link {color: #646060;
	text-decoration: none;
	}

h1 a:visited {color: #646060;
	text-decoration: none;}

h1 a:hover {color: #646060;
	text-decoration: underline;}

h1 a:active {color: #646060;
	text-decoration: none;}
	
h2 {color: #646060;
	text-decoration: none;
	font-size: 18px}

h2 a:link {color: #646060;
	text-decoration: none;
	}

h2 a:visited {color: #646060;
	text-decoration: none;}

h2 a:hover {color: #646060;
	text-decoration: underline;}

h2 a:active {color: #646060;
	text-decoration: none;}

	
#main {
background: #fff;
text-align:left;
padding:10px;
width: 460px;
float:left;
}

#main p a:link {color: #047ccf;
	text-decoration: underline;
	}

#main p a:visited {color: #047ccf;
	text-decoration: underline;}
	
#main p a:hover {color: #047ccf;
	text-decoration: underline;}
	
#main p a:active {color: #047ccf;
	text-decoration: underline;}

#sidebar {
background: #fff;
padding:10px;
width:245px;
float:right;
}

/* footer */

#footer {
clear:both;
}

img {
border: 0px;
}

.navbrd {
background:#fff;
height: 60px;
width: 745px;
padding: 40px 0px 0px 0px;
}

/* link styles */

a.one:link {
font-weight:bold;
text-decoration: none;
color: black;
}

a.one:visited {
font-weight:bold;
text-decoration: none;
color: #047ccf;
}

a.one:hover {
font-weight:bold;
text-decoration: underline;
color: #047ccf;
}

a.one:active {
font-weight:bold;
text-decoration: none;
color: #047ccf;
}

a.two:link {
font-size: 10px;
font-weight:bold;
text-decoration: none;
color: #047ccf;
}

a.two:visited {
font-size: 10px;
font-weight:bold;
text-decoration: none;
color: #047ccf;
}

a.two:hover {
font-size: 10px;
font-weight:bold;
text-decoration: underline;
color: #047ccf;
}

a.two:active {
font-size: 10px;
font-weight:bold;
text-decoration: none;
color: #047ccf;
}

a.three:link {
font-size: 12px;
text-decoration: none;
color: #047ccf;
}

a.three:visited {
font-size: 12px;
text-decoration: none;
color: #047ccf;
}

a.three:hover {
font-size: 12px;
text-decoration: underline;
color: #047ccf;
}

a.three:active {
font-size: 12px;
text-decoration: none;
color: #047ccf;
}

/* email styles */

a.email:link {
color: #047ccf;
}

a.email:visited {
color: #047ccf;
}

a.email:hover {
color: #646060;
}

a.email:active {
color: #047ccf;
}

/* font styles */

.style1 {
font-size: 14px;
font-weight: bold;
color: #288ad5
}

.style2 {
font-size: 12px;
color: #288ad5
}

.style3 {
font-size: 16px;
font-weight: bold;
color: #288ad5;
}

/* horizontal rule style */

div#footer hr {
width: 100%;
color: #0174CB;
background-color: #0174CB;
height: 9px;
clear:both;
}

div#main hr { 
width: 100%;
color: #0174CB;
background-color: #0174CB;
height: 4px;
clear:both;
}

