/* CSS Document */

body {
 margin: 0;
 padding:0;
 text-size: small;
 font-family:"Times New Roman", Times, serif;
 color:#7D7D7D;
 background:#CFD9D1 url(images/bg_tile.png) repeat-y 50%;
 text-align:center;
}
a:link {
	color:#006699; 
	text-decoration:underline;
}
a:visited {
	color:#006699; 
}
a:hover {
	color: #333333;
}

#header {
	margin:0;
	padding:0 0 25px;
}
#header div {
	background:#CFD9D1 url(images/top_tile.gif) repeat-x top center;
}

#content {
	margin-left:auto;
	margin-right:auto;
	padding:0;
	clear:left;
	text-align:left;
	line-height: 1.3em;
	background:#FFFFFF;
	width:650px;
}
#content p {
	margin:0 0 1.5em;
	padding:0;
	text-indent: 20px;
}
h1 {
	margin:0;
	padding:0;
	font-weight:bold;
	font-size: 115%;
}
#links {
	margin:0;
	padding: 0;
	width:650px;
}

.module {
	margin:0 75px 20px 75px;
	padding: 10px 0;
	width: 500px;
	border: 1px solid #DDDDDD;
	background:#FFFFFF url(images/module_fade.gif) repeat-x top left;
	text-align: left;
	display:block;
	float:left;
}

.module dl {
	float:left;
	width:480px;
	margin:10px 10px;
	padding:0;
	display:inline;
	
}
.module dt {
	float:right;
	width:329px;
	margin:0;
	padding:0;
	
}
.module dd {
	margin:0;
	padding:0;
	font-size: 90%;
}	
.module dd.img img {
	float:left;
	margin: 0 10px 0 0;
	padding:0;
} 
				
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
#footerWrap {
	margin:0;
	padding:10px;
	color: #BBBBBB;
	letter-spacing: 0.22em;
	text-transform:uppercase;
	background-image: url(images/triple_lines.gif);
	background-repeat:no-repeat;
	background-position:top center;
} 
#footer {
	margin:0;
	padding:12px;
	background-image: url(images/triple_lines.gif);
	background-repeat:no-repeat;
	background-position:bottom center;
}

#footer p {
	margin:0;
	padding:0;
	font-size:80%;	
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
