body {
	font-family: Arial, Helvetica, sans-serif;
	color: #6c6c4c;
	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 */
}
#nav {
	margin-top: 15px;
	background-image: url(images/layout_objects/nav_bg.jpg);
	background-repeat: repeat-x;
	height: 40px;
	width: 100%;
	background-color: d5d4cb;
	float: left;
}
#container {
		margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}
#nav_items {
	width: 60%;
	margin-top: 9px;
	margin-left: 20%;
	margin-right: 20%;
	text-align: center;
}
.nav_space {
	margin-left: 40px;
	margin-right: 40px;
}
#head_container {
	/*width: 70%;
	margin-top: 10px;
	margin-left: 15%;
	margin-right: 15%;
	float: left;*/
	position:relative;
}
.center {
  /* take element out of the normal page flow! */
  position: absolute;
  /* position the element vertically using top or bottom
     and define width as you like:                       */
  top: 10px;     
  width: 70%;   
  /* set left and right to the same value! */
  left: 0;
  right: 0;
  /* adding auto-margins left and right will
     center the element horizontally!         */
  margin-left: 15%;
  margin-right: 15%;
}

#logo {
	float: left;
	width: 350px;
}
#address {
	float: right;
	text-align: right;
	font-size: 80%;
	color: #999;
}
#content {
	margin-top: 5px;
	width: 100%;
	background: #d5d4cb;
	float: left;
	background-image: url(images/layout_objects/content_bg.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
#content_container {
	margin-top: 30px;
	margin-bottom: 30px;
	width: 70%;
	margin-left: 15%;
	margin-right: 15%;
	border: 1px solid #b2b0a2;
	font-size: 90%;
}
#left_col {
	float: left;
	width: 66%;
	padding: 1%;
	text-align: justify;
}
#right_col {
	text-align: center;
	float: left;
	width: 30%;
	margin-left: 1%;
}
#right_col p {
	padding-top:10px;
}
#footer {
	background-color: #b2b0a2;
	height: 70px;
	width: 100%;
	float: left;
	margin-top: 5px;
	text-align: center;
}
.tgds {
	font-size: 70%;
	color: #6c6c4c;
	margin-top: -18px;
}
/* CLEAR FLOAT CSS */
.clearfloat {
	line-height: 0px;
	clear: both;
}
.button {
	font-size: 7pt;
	font-weight: bold;
	color: #fff;
	background-color: #b2b0a2;
	padding: 4px;
	border: 1px solid;
	border-color: #fff;
}
.buttonhov{
	font-size: 7pt;
	font-weight: bold;
	color: #6c6c4c;
	background-color: #fff;
	padding: 4px;
	border: 1px solid;
	border-color: #244b8e;
}
/* HEADING STYLES */
h1 {
	color: #6c6c4c;
	font-size: 100%;
	text-transform: capitalize;
	padding: 2px;
	width: 300px;
	font-weight: bold;
}
/* MISC STYLES */
.noborder {
	border: none;
}
.redTxt {
	color: red;
	font-weight: bold;
}
/* LINK STYLES */
#nav_items a:link {
	text-decoration: none;
}
#nav_items a:visited {
	text-decoration: none;
}
#nav_items a:active { 
	text-decoration: none;
}
#nav_items a:hover {
	background-image: url(images/layout_objects/nav_hov.png);
	background-repeat: repeat-x;
	height: 19px;
	/*-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	opacity: .7;
	*/
}
#content a:link {
	color: #666;
}
#content a:hover {
	color: #666;
	background-color: #FFF;
}
#content a:visited {
	color: #666;
}
#footer a:link {
	color: #666;
}
#footer a:hover {
	color: #666;
	background-color: #FFF;
}
#footer a:visited {
	color: #666;
}
hr.dot {
	border: none 0; 
	border-top: 2px dotted #b2b0a2;
	width: 100%;
	height: 2px;
	margin: 10px auto 0 0;
	text-align: left;
}
.error {
	color: #69C;
	font-size: 90%;
	font-weight: bold;
}
#error {
	color: #69C;
	font-size: 80%;
}
#error2 {
	color: #69C;
	font-size: 80%;
}
#error3 {
	color: #69C;
	font-size: 80%;
}
#error4 {
	color: #69C;
	font-size: 80%;
}
a.two:link {
	color: #69C;
	font-size: 90%;
	font-weight: bold;
}
a.two:hover {
	color: #69C;
	font-size: 90%;
	font-weight: normal;
}
a.two:visited {
	color: #69C;
	font-size: 90%;
	font-weight: bold;
}
.imgBorder {
	border: #fff thin solid;
}