/* Copyright 2006 */

/* Elements */
body {
	color: #000;
	background: #ccc url(images/dottedbkg.gif) repeat;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	vertical-align: top;
}

p {
  	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 8pt;
}

a {
    font-family: Arial;
    font-weight: normal;
    font-style: normal;
    font-size: 11px;
    text-decoration: none;
    color: #147bab;
}

a:visited {
    color: #147bab;
    font-family: Arial;
    font-weight: normal;
    font-style: normal;
    font-size: 11px;
}

a:hover {
    color: #333333;
    font-family: Arial;
    font-weight: normal;
    font-style: normal;
    font-size: 11px;
}

a:link {
    color: #147bab;
    font-family: Arial;
    font-weight: normal;
    font-style: normal;
    font-size: 11px;
}

hr {
border: none 0;
border-top: 2px dotted #ccc;/*the border*/
width: 90%;
height: 2px;
}

/* Structure */
#clac {

}

#masterwrap {
	position: relative;
	margin: 0px auto;
	max-width: 775px;
	text-align: left;
}

#header {
	width: 775px;
}

#newslink {
    width: 169px;
    background: #ccc url(images/headerlink.gif) repeat-x;
    padding: 50px 10px 0px 10px;
}

#content_table {
    width: 775px;
}

#navigation {
    background: #147bab;
    font-family: Times New Roman, Times, serif;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    text-align: right;
}


#separator {
	width: 10px;
	background: #ccc;
}

#content {
	width: 535px;
	background: #fff;
    padding: 20px 40px 10px 40px;
}

.header {
    color: #147bab;
    font-family: Helvetica, Arial, Verdana, sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
}

.highlight{
  font-weight: bold;
}

.bigtext {
    font-size: 24px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.quote {
    font-size: 12px;
    font-style: italic;
    padding: 0px 0px 0px 20px;
}

.quoteby {
  font-size: 12px;
  font-style: italic;
  padding: 0px 0px 0px 60px;
}

#footer {
    color: #147bab;
    font-family: Arial;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
}


a.footernav {
    color: #147bab;
    font-family: Arial;
    font-weight: bold;
    font-style: normal;
    font-size: 14px;
}

a.footernav:visited {
    color: #147bab;
    font-family: Arial;
    font-weight: bold;
    font-style: normal;
    font-size: 14px;
}

a.footernav:hover {
    color: #333333;
    font-family: Arial;
    font-weight: bold;
    font-style: normal;
    font-size: 14px;
}


a.nav {
    color: #FFFFFF;
    font-weight: bold;
}

a.nav:visited {
    color: #FFFFFF;
    font-weight: bold;
    font-family: Arial;
    font-size: 11px;    
    font-style: normal;
}

a.nav:hover {
    color: #b1e5fd;
}

.nav{
	color: #ffffff;    
    font-family: Times New Roman, Times, serif;
    font-weight: bold;
    font-style: normal;
    font-size: 14px;
}

.tdNav {
	padding: 10px 5px 10px 0;
	border-bottom: 2px dotted #fff;
}