@charset "utf-8";
/* CSS Document */

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666;
	background-color: #666666;
	background-image: url(../images/Bkgnd_Grey.jpg);
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}

a:link {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	color: #ec2d31;
	text-decoration: underline;
}
a:visited {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	color: #ec2d31;
	text-decoration: underline;
}
a:hover{
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	color: #666;
	text-decoration: none;
}

/* Links for side navigation */
a.LinkSideNav:link {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	color: #ec2d31;
	text-decoration: none;
}
a.LinkSideNav:visited {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	color: #ec2d31;
	text-decoration: none;
}
a.LinkSideNav:hover{
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	color: #666;
	text-decoration: none;	
}

/* Links for main navigation */
a.LinkMainNav:link {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;	
}
a.LinkMainNav:visited {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
}
a.LinkMainNav:hover{
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	text-transform: uppercase;	
	color: #666;
	text-decoration: underline;
}

/* Links for Footer */
a.LinkFooterNav:link {
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-small;
	color: #ec2d31;
	text-decoration: underline;	
}
a.LinkFooterNav:visited {
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-small;
	color: #ec2d31;
	text-decoration: underline;
}
a.LinkFooterNav:hover{
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-small;
	color: #666;
	text-decoration: none;
}
/* Links for main navigation */
a.LinkMainNav:link {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;	
}
a.LinkMainNav:visited {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
}
a.LinkMainNav:hover{
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	text-transform: uppercase;	
	color: #666;
	text-decoration: underline;
}

/* Links for Footer */
a.LinkTop:link {
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-small;
	color: #ec2d31;
	text-decoration: none;
}
a.LinkTop:visited {
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-small;
	color: #ec2d31;
	text-decoration: none;
}
a.LinkTop:hover{
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-small;
	color: #666;
	text-decoration: underline;
}
/* Links for Footer - dStudio */
a.LinkdStudio:link {
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-small;
	color: #666;
	text-decoration: underline;	
}
a.LinkdStudio:visited {
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-small;
	color: #666;
	text-decoration: underline;
}
a.LinkdStudio:hover{
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-small;
	color: #ec2d31;
	text-decoration: none;
}

/* Header Links - Red and Blue */
h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: large;
	color: #ec2d31;
}
h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: large;
	color: #0068b8;
}
h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: medium;
	color: #0068b8;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
h4 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: medium;
	color: #ec2d31;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}

/* Misc Styles */
.DottedLine {
	font-family: Verdana, Geneva, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-bottom: 12px;
	line-height: 0px;
}
.CellSpacing {
	font-family: Verdana, Geneva, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	font-size: small;
	color: #666;
	padding-top: 10px;
	padding-bottom: 10px;
}
.CellSpacingPhotos {
	padding-bottom: 5px;
}

.FloatRight {
	padding-left: 493px;
}
.TextXSmall {
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-small;
	color: #666;
}
