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

body {
	background-color:#333;
}

.wrapper {
  width: 1024px;
  margin: 0 auto;
  text-align: left;
}

.content .primary .primary {
  width: 619px;
  float: right;
  display: inline;
  background-color: white;
  text-align: left;
  height: 570px;
  padding-left: 5px;
  color: #303b26;
}

.content .primary .secondary {
  width: 200px;
  float: left;
  display: inline;
  background-color: #ecf3dc;
}


.content .secondary {
  width: 200px;
  float: right;
  display: inline;
  background-color: #ecf3dc;
  text-align: center;
  height: 570px;
  color: #303b26;
}

.header	{
	background-image:url(../images/head-background.png);
	background-repeat:no-repeat;
	width: 1024px;
	height:85px;
}

.nav	{
	text-align: right;
	font-size: 18px;
	font-family:Times, serif;
	padding-bottom: 5px;
	padding-top: 5px;
	background-color: black;
	color: white;	
	width: 1024px;
}

.footer	{
	text-align:right;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: white;
	width: 1024px;
}

a:link {color:white; text-decoration:none;}      /* unvisited link */
a:visited {color:white; text-decoration:none;}  /* visited link */
a:hover {color: #360; text-decoration:underline; font-weight:bold;}  /* mouse over link */
a:active {
	color:white;
	font-weight:bold;
	text-decoration:none;
	text-align: center;
}  /* selected link */

.sub_links A:link  {color : black; text-decoration:none;}
.sub_links A:visited  {color : black; text-decoration:none;}
.sub_links A:Hover  {color : black; font-size: 13.5px; font-weight: bold; text-decoration:none;}
.sub_links A:active  {color : black; font-size: 13.5px; font-weight: bold; text-decoration:none;}

.sub_links{
	font-size: 13px;
	text-transform: uppercase;
	line-height: 25px;
	
}

.sub_sub_links{
	font-size: 13px;
	text-transform: none;
	line-height: 25px
}

.page-title	{
	width: 604px;
	color: #360;
	font-size: 25px;
	font-family: Arial, Helvetica, san-serif;
	padding-bottom: 12px;
	padding-top: 12px;
	
}

hr	{
	color: #360;
}
