@charset "UTF-8";
/* CSS Document */

body {
	background-color: #999999;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(/common/images/backtile.jpg);
	background-repeat: repeat-x;
}

p {
	font-family: Trebuchet MS, Georgia;
	font-size: 12px;
	color: #9B9B9B;
	line-height: 140%;
}

.alt-p {
	font-family: Trebuchet MS, Georgia;
	font-size: 12px;
	color: #9B9B9B;
}


h1 {
	font-family: Trebuchet MS, Century Gothic;
	font-size: 18px;
	color: #423643;
}

h2 {
	font-family: Trebuchet MS, Century Gothic;
	font-size: 16px;
	color: #423643;
}

h3 {
	font-family: Trebuchet MS, Century Gothic;
	font-size: 14px;
	color: #423643;
}

h4 {
	font-family: Trebuchet MS, Century Gothic;
	font-size: 12px;
	color: #423643;
}

h5 {
	font-family: Trebuchet MS, Century Gothic;
	font-size: 11px;
	color: #423643;
}

h6 {
	font-family: Trebuchet MS, Century Gothic;
	font-size: 10px;
	color: #423643;
}

.alt-font-1 {
	font-family: Trebuchet MS, Century Gothic;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}

.alt-font-2 {
	font-family: Trebuchet MS, Century Gothic;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

.alt-font-3 {
	font-family: Trebuchet MS, Century Gothic;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}

.alt-font-4 {
	font-family: Trebuchet MS, Century Gothic;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
}

.alt-font-5 {
	font-family: Trebuchet MS, Century Gothic;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}


a:link		{font-family: Trebuchet MS, Georgia; font-size: 12px; color: #197EA9; font-weight: normal; text-decoration: none;}
a:visited	{font-family: Trebuchet MS, Georgia; font-size: 12px; color: #197EA9; font-weight: normal; text-decoration: none;}
a:active	{font-family: Trebuchet MS, Georgia; font-size: 12px; color: #197EA9; font-weight: normal; text-decoration: none;}
a:hover		{font-family: Trebuchet MS, Georgia; font-size: 12px; color: #197EA9; font-weight: normal; text-decoration: none; border-bottom: 1px dotted #197EA9;}

a.clear-nav:link	{font-family: Trebuchet MS, Georgia; font-size: 12px; color: #197EA9; font-weight: normal; text-decoration: none; border-bottom: 0px solid #FFFFFF;}
a.clear-nav:visited	{font-family: Trebuchet MS, Georgia; font-size: 12px; color: #197EA9; font-weight: normal; text-decoration: none; border-bottom: 0px solid #FFFFFF;}
a.clear-nav:active	{font-family: Trebuchet MS, Georgia; font-size: 12px; color: #197EA9; font-weight: normal; text-decoration: none; border-bottom: 0px solid #FFFFFF;}
a.clear-nav:hover	{font-family: Trebuchet MS, Georgia; font-size: 12px; color: #197EA9; font-weight: normal; text-decoration: none; border-bottom: 0px solid #FFFFFF;}

a.header-footer-nav:link	{font-family: Trebuchet MS, Century Gothic; font-size: 11px; color: #FFFFFF; font-weight: bold; text-decoration: none;}
a.header-footer-nav:visited	{font-family: Trebuchet MS, Century Gothic; font-size: 11px; color: #FFFFFF; font-weight: bold; text-decoration: none;}
a.header-footer-nav:active	{font-family: Trebuchet MS, Century Gothic; font-size: 11px; color: #FFFFFF; font-weight: bold; text-decoration: none;}
a.header-footer-nav:hover	{font-family: Trebuchet MS, Century Gothic; font-size: 11px; color: #FFFFFF; font-weight: bold; text-decoration: none; border-bottom: 1px dotted #FFFFFF;}



/****** SITE CONTAINER ******/

#site-container {
	width: 100%;
	text-align: center;
}



/****** SITE HEADER ******/

#header-container {
	width: 900px;
	height: 110px;
	margin-left: auto;
	margin-right: auto;
	/*background-color: #000000;*/
}

.header-logo {
	width: 50%;
	padding-top: 39px;
	text-align: left;
	vertical-align: top;
	/*background-color: #000000;*/
}

.header-nav {
	width: 50%;
	padding-top: 60px;
	text-align: right;
	vertical-align: top;
	/*background-color: #000000;*/
}



/****** SITE CONTENT ******/

#content-container {
	width: 910px;
	height: 610px;
	/*background-color: #CCCCCC;*/
	background-image: url(/common/images/content-back.jpg);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
}

#content-subcontainer {
	width: 890px;
	height: 590px;
	/*background-color: #000000;*/
}

.content-cell {
	padding-top: 9px;
}



/****** SITE FOOTER ******/

#footer-container {
	width: 900px;
	height: 25px;
	/*background-color: #CCCCCC;*/
	margin-left: auto;
	margin-right: auto;
}

.footer-copyright {
	width: 50%;
	padding-top: 5px;
	text-align: left;
	vertical-align: top;
	/*background-color: #000000;*/
}

.footer-nav {
	width: 50%;
	padding-top: 5px;
	text-align: right;
	vertical-align: top;
	/*background-color: #000000;*/
}


	