body {
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align: center;
	min-width: 800px;
}

table.center {margin-left:auto; margin-right:auto;}

#container {
	position: absolute;
	top: 45%;
	left: 50%;
	width: 900px;
	height: 500px;
	margin-top: -15em;
	margin-left: -25em;
	border: 1px solid #513d22;
	border-left: 20px solid #513d22;
	background-color: #fff;
	text-align: left;
	
}
#main {
	position:absolute;
	top: 0px;
	left: 250px;
	height: 500px;
	width: 565px;
	z-index: 2;
	
}

#mainContentContainer {
	position:absolute;
	top: 205px;
	left: 200px;
	height:500px;
	width:550px;
	background-color: #D7DD9E;
	margin-top: -205px; /*set to a negative number 1/2 of your height*/
	margin-left: -187px; /*set to a negative number 1/2 of your width*/
}

.logoImage{
	width: 400px;
	/*border: 10px solid #513d22;*/
	margin: auto;
	margin-top: 75px;
	}


#linksrow {
	position: relative;
	padding-top: 93px;
	padding-left: 40px;
	padding-right: 20px;
	float: left;
	z-index:6;
	
}

#links {
	float: left;
	
}

#links ul {
	list-style: none;
	margin: 0;
	padding: 0;	color: #513d22;
}

#links ul li {
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: Helvetica, Arial, Tahoma, Verdana;
	font-size: 10pt;
	color: #513d22;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#links ul li a {
	margin-left: 0px;
	color: #513d22;
	text-decoration: none;
}

#links ul li a:visited {
	color: #513d22;
	text-decoration: none;
}

#links ul li a:hover {
	color: #E05A26;
}

#subLinksrow {
	position: relative;
	padding-top: 93px;
	padding-left: 25px;
	padding-right: 20px;
	float: left;
	color: #513d22;
}

#subLinks {
	float: left;
	color: #513d22;
}

#subLinks ul {
	list-style: none;
	margin: 0;
	padding: 0;
	color: #513d22;
}

#subLinks ul li {
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: Helvetica, Arial, Tahoma, Verdana;
	font-size: 10pt;
	color: #513d22;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#subLinks ul li a {
	margin-left: 0px;
	color: #513d22;
	text-decoration: none;
}

#subLinks ul li a:visited {
	color: #000;
	text-decoration: none;
}

#subLinks ul li a:hover {
	color: #E05A26;
}


#footer { 
	position: absolute;
	top: 395px;
	left: 0px;
	height: 60px;
	width: 900px;
	margin-left: 0;
	background: url(images/CA.gif) no-repeat;
	z-index: 5;
}

#footer_text {
	position: relative;
	top: 0px;
	left: 264px;
	height: 60px;
	width: 596px;
	padding: 15px 0px 0px 40px;
	background: url(images/orange_line.gif) repeat-x; 
	font-family: Myriad Web;
	font-stretch: extra-expanded;
	font-style: italic;
	font-size: 20pt;
	color: #513d22;
}

.breadcrumb {
	font-weight: bold;
	color: #E05A26;
}

.legal {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #333333;
	padding-left: 15px;
	font-weight: normal;
	line-height: 15pt;
	padding-right: 15px;
}

.box1 {
	border-width: 2px;
	border-color: #CCCCCC #333333 #333333 #CCCCCC;
  border-style: dotted;
	}

.promo {
	font-family: "Times New Roman", Times, serif;
	color: #000033;
}

.titlebar {
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
	color: #FFFFFF;
	background-color: #336699;
}

.dingbat {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #CCCC99;
 color: #660000; font-weight: bolder; font-size: medium;
}

input.big {
	width: 100px;
}

input.small {
	width: 50px;
}
