body {
	background: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #313131;
	font-family: Century Gothic; Arial;
	font-size: 10pt;
	color: #6B6B6B;
	margin: 0px;

}

div {
	font-family: Century Gothic; Arial;
	font-size: 10pt;
}

div.nav {
	padding-top: 10px;
}

td {
	font-family: Century Gothic; Arial;
	font-size: 10pt;
	color: #E1E1E1;
}

td.gray {
	font-family: Century Gothic; Arial;
	font-size: 10pt;
	color: #4B4B4B;
}

tr.bg {
	background-image: url('../photos/bgboybig.jpg');
	background-repeat: no-repeat;
	background-position: top left;
}

p {
	font-family: Century Gothic; Arial;
	font-size: 10pt;
	text-align: justify;
}

p.indent {
	font-family: Century Gothic; Arial;
	font-size: 9pt;
	text-align: justify;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 6px;	
}

p.quote {
	font-family: Century Gothic; Arial;
	font-size: 8pt;
	font-style: italic;
	text-align: justify;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 6px;	
}

ol {
	font-family: Century Gothic; Arial;
	font-size: 10pt;
	color: gray;
	font-weight: normal;
}

ul {
	font-family: Century Gothic; Arial;
	font-size: 10pt;
	color: #4B4B4B;
	font-weight: normal;
}


H1 {
	font-family: Century Gothic; Arial;
	font-size: 14pt;
	padding-top: 10px;
	color: #5F4691;
	letter-spacing: 0.1em;
}
H2 {
	font-family: Century Gothic; Arial;
	font-size: 12pt;
	margin-top: 10px;
	color: #6197C2;
	letter-spacing: 0.1em;
}
H3 {
	font-family: Century Gothic; Arial;
	font-size: 12pt;
	color: #1C5394;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
}

a {
	font-family: Century Gothic; Arial;
	font-size: 10pt;
	color: #55759C;
	font-weight: none;
	text-decoration: underline;
}

a.indent {
	font-family: Century Gothic; Arial;
	font-size: 9pt;
	color: #55759C;
	font-weight: none;
	text-decoration: underline;
}


a.nav {
	font-family: Century Gothic;
  	font-size: 10pt;
	color: #6B6B6B;
	padding-right: 10px;
	padding-left: 10px;
   	font-weight: normal;
   	text-decoration: none;
}

a.nav2 {
	font-family: Century Gothic;
  	font-size: 10pt;
	color: #ffffff;
	padding-right: 10px;
	padding-left: 10px;
   	font-weight: bold;
   	text-decoration: none;
}

a.navactive {
	font-family: Century Gothic;
  	font-size: 10pt;
	color: #5F4691;
	padding-right: 10px;
	padding-left: 10px;
   	font-weight: bold;
   	text-decoration: none;
}
a.navnone {
	font-family: Century Gothic;
  	font-size: 10pt;
	color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
   	font-weight: bold;
   	text-decoration: none;
}




a.none {
	font-family: Century Gothic; Arial;
	font-size: 8pt;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	border: 1px dotted #000000;
}


a:hover {
	font-family: Century Gothic; Arial;
	color: #5F4691;
	font-weight: none;
	text-decoration: underline;
}

a.indent:hover {
	font-family: Century Gothic; Arial;
	color: #DA2F38;
	font-weight: none;
	text-decoration: underline;
}


a.nav:hover {
	color: #63295C;
	font-weight: normal;
   	text-decoration: none;
}


a.nav2:hover {
	color: #5F4691;
	font-weight: bold;
   	text-decoration: none;
}

a.navnone:hover {
	font-family: Century Gothic;
  	font-size: 10pt;
	color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
   	font-weight: bold;
   	text-decoration: none;
}

a.navactive:hover {
	font-family: Century Gothic;
  	font-size: 10pt;
	color: #5F4691;
	padding-right: 10px;
	padding-left: 10px;
   	font-weight: bold;
   	text-decoration: none;
}



a.none:hover {
	font-family: Century Gothic; Arial;
	font-size: 8pt;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}


#dropmenudiv{
	position:absolute;
	border:1px solid black;
	border-bottom-width: 0;
	line-height:18px;
	z-index:100;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid black;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: #AFBFD3;
}