@charset "UTF-8";
body {
background-color:#bab9b1;
}

/* ------ SECTIONS ------*/

#index_main {
	margin: 10px;
}

#law_boxes {
	width: 721px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

#lower_box {
	height:73px;
	width:719px;
	background-image:url(../images/bg_lower.jpg);
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #999999;
	
}



/* ------ STYLES ------ */

/* Lower links style */

#lower_links {
color:#555451;
font-size:14px;
}

#lower_links a {
color:#555451;
font-size:14px;
text-decoration:underline;
}



a.terms {
color:#000066;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 13px;
text-decoration: underline;
}

a.terms:hover {
text-decoration: none;
}

/* Copyright style */

#copyright {
position:relative;
top:7px;
color:#797974;
font-size:11px;
}

#copyright a {
color:#797974;
font-size:11px;
text-decoration:none;
}

#lower_links a:hover,#copyright a:hover {
text-decoration:none;
}

input {
font-family:Verdana, Arial, Helvetica, sans-serif;
color: #999999;
font-size: 11px;