/*  
Originally created by Juxtaprose, (c) copyright 2007
http://juxtaprose.com/
*/

body {
	background: #3e1c0a;
	color: #000;
	margin: 0px;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 80%;
	text-align: center;	
}


/* centering and framing */
#wrap, #footer {
	position: relative;
	margin-left: auto;
	margin-right: auto;	
	width: 890px;
}

#wrap {
	height: 740px;
	background: #fff;
	color: #0d8724;
	margin-top: 20px;
	/*border: 5px solid #0daf2b;*/
	text-align: left;		
}

#cola {
	width: 495px;
	padding-top: 15px;
}

#cola img {
	margin-left: 45px;
}


.inbox {
	background: #0daf2b;
	background-image: url("images/green-box.gif");
	width: 258px;
	padding-left: 30px;
	padding-right: 30px;	
	height: 160px;
	padding-top: 25px;
	margin-top: 30px;
	margin-left: 86px;
	color: #fff;
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: .05em;
	line-height: 1.4em;
	text-align: center;		
}

.inbox a {
	color: #fff;
}

.inbox a:hover {
	color: #f6d317;
}

.about-pdf a {
	color: #0DAF2B;
	font-weight: bold;
}

.about-pdf a:hover {
	color: #f6d317;
}

.about {
	width: 318px;
	margin-top: 15px;
	margin-left: 86px;
	font-size: 0.95em;
	font-weight: bold;
	line-height: 1.5em;	
	text-align: center;
	color: #0DAF2B;		
}

.about-pdf {
	width: 318px;
	margin-top: 5px;
	margin-left: 55px;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5em;	
	text-align: center;
	color: #0DAF2B;		
}

#star {
	margin-right: 7px;
}

h1, h2 {
	display: none;
}

#cola ul {
	padding: 10px;
	margin-left: 165px;
	margin-top: -7px;
	font-size: 0.95em;
	font-weight: bold;
	line-height: 1.7em;
}

#cola li a {
	color: #0DAF2B;
}

#cola li a:hover {
	color: #f6d317;
}

#colb {
	position: absolute;
	top: 0;
	left: 495px;
	width: 365px;
	padding-left: 30px;
	height: 725px;
	padding-top: 15px;
	background: #fcf2bc;
	color: #31170a;
	font-size: 1.0em;
	line-height: 1.45em;
	text-align: left;
	font-weight: bold;
}

#colb p {
	margin-top: 20px;
	padding-right: 20px;	
}

#colb p.sig {
	width: 220px;
}

#colb p img {
	float: right;
}

html>body #colb p img {
	margin-top: -5px; /* hidden from ie 6 */
}


#footer {	
	color: #fcf2bc;
	font-size: 0.9em;
	text-align: right;
}

#footer p {
	margin-top: 7px;
}

/* Footer: Juxtaprose link */

.juxta {
	margin-top: 20px !important;
	margin-bottom: 15px;
}

.juxta a {
	color: #63482e;
	text-decoration: none;	
}

.juxta span, .detail {
	font-style: italic;
}

.juxta a:hover {
	text-decoration: underline;
}