/* CSS Document */

/* Reset Styles */

h1,h2,h3,h4,h5,h6,p,a,ul,li,ol,em,body,html,img,dl,dd,dt,strong,blockquote,legend,fieldset,form,embed,object,div {
	margin:0;
	padding:0;
}


/* Tag styles */

body {
	background-color: #000;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a img {
	border: none;
}



.primaryNavTxt {
	color: #000;
	font-size: 22px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

a.primaryNavTxt:hover {
	color: #F06;
	font-size: 22px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.primaryNavTxtHilite {
	color: #F06;
	font-size: 22px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.primaryNavSeparator {
	color: #fff;
	font-size: 24px;
	font-weight: bold;
}

.photoCredit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999;
	font-weight: bold;
}

a.photoCredit:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F06;
	font-weight: bold;
}

.mainText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #ccf;
	font-weight: lighter;
}

.mainTextBold {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #ccf;
	font-weight: bold;
}

.dottedLine {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #fff;
}

.topText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #f06;
	font-weight: lighter;
}

.linkText {
    font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
    color: #f06;
	font-weight: lighter;
}

.subNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	background-color: #f06;
	color: #fff;
}

a.subNav:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	background-color: #777;
	color: #fff;
}

.subNavDesel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	background-color: #777;
	color: #fff;
}

a.subNavDesel:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	background-color: #f06;
	color: #fff;
}

.tertiaryNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #f06;
	font-weight: lighter;
}

.picNavSelected {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #f06;
}

.picNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #fff;
}

a.picNav:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #f06;
}
