@charset "UTF-8";
/* CSS for J2B. Written by Enquire Design — April 2010 */

body  {
	font: Helvetica, Arial, sans-serif;
	margin: 0; 
	padding: 0;
	text-align: center;
	color: #666666;
	background-color: #FFFFFF;
	background-image: url(../images/top-bg.png);
	background-repeat: repeat-x;
}

.main #container {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	background-image: url(../images/corner.png);
	background-repeat: no-repeat;
	background-position: left bottom;
} 

.main #header {
	margin-top: 30px;
	text-align: center;
} 

.main #sidebar1 {
	float: right;
	width: 300px;
	background: #EBEBEB;
	margin-top: 65px;
	margin-right: 48px;
	background-image: url(../images/top_corner-new.png);
	background-repeat: no-repeat;
	text-align: right;
}

.main #sidebar1 h3, .main #sidebar1 p {
	margin-left: 20px;
	margin-right: 27px;
	margin-top: 25px;
}

.main #mainContent {
	margin: 10px;
	width: 550px;
	margin-left: 46px;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color:#666666;
	line-height: 160%;
	margin-top: 0px;
	margin-bottom: 40px;
	text-align: justify;
	background-repeat: no-repeat;
} 

.main #footer {
	margin: 0 auto;
	text-align: center;
	height: 100px;
	background-color: #EBEBEB;
} 
.main #footer p {
	margin: 0; 
	padding: 10px 0; 
}



/* Miscellaneous classes for reuse */
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


/* Typography */

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 21pt;
	font-weight: bold;
	color: #990000;
	line-height: normal;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16pt;
	font-style: italic;
	font-weight: normal;
	color: #7ba550;
}

h3 {
	font-family: "Times New Roman", Times, serif;
	color: #990000;
	text-transform: uppercase;
	font-weight: normal;
	margin-bottom: -3%;
	font-size: 16px;
}

.footertext {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #666666;
}

.sidebarquote {
	color: #7ba550;
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	line-height: 105%;
}

.sidebarauthor {
	font-size: 15px;
	font-family: "Times New Roman", Times, serif;
	color: #666666;
}

.whitetext {
	color: #FFFFFF
}

.line {
	border-top: 1px dotted #444444;
	letter-spacing: 1px;
	font-weight: normal;	
}



/* Link Styles */

a:link {
	text-decoration: none;
	color: #7BA550;
	
}
a:visited {
	text-decoration: none;
	color: #7BA550;
}
a:hover {
	text-decoration: none;
	color: #121212;
}
a:active {
	text-decoration: none;
	color: #999999;
}

