@import "n.css";
@import "layout.css";
@import "h.css";
@import "hacks.css";


* {
	margin:0;
	padding:0;
}

/* General Style Info */
body {	
	font-family: 'lucida grande',verdana,helvetica,arial,sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	margin: 0;
}
a img {
	border: none;
}
ul {
	
}
li {
	margin-left: 20px;
	line-height: 1.5em;
}

p {
	margin: 6px 0 12px;	
}

dt {
	padding-top: 12px;
	margin-bottom: 6px;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;	
}

dd {
	margin: 0 0 6px; padding: 0;
}

.red {
	color: #d81313;	
}

.space {
	margin: 24px 0;	
}

.language {

}

.alt {
	display: none;	
}

a, a:link, a:visited {
	/*color: #7D1B1B;*/
	/*color: #CA1414;*/
	color: #D81313;
	text-decoration: none;	
}

a:hover, a:active {	
	color: #282828;
	text-decoration: none;	
}


/* Specific Styles */ 
.motto {
	float: left;	 	
	font-size: 16px;	
	margin-top: 20px;	
}

.float-left {
	float: left;	
}

.float-right {
	float: right;
}

.float-center {
	float: left;	
}

.center {	
	margin-left: auto;
	margin-right: auto;
	text-align: center;	
}

.clear-both {
	clear: both;
}

.lt-border {
	border: 1px solid #fff;
}

.dk-border {
	border: 1px solid #282828;
}

#preview{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:2px;
	display:none;	
	color:#fff;
}