@charset "UTF-8";
.body {
	background-color:#09C;
	background-attachment:fixed;
	background-position:center;
}


.wrapper {
	background-color: #FFF;
	width: 800px;
	height: 900px;
	background-position: center;
	margin-right: auto;
	margin-left: auto;
}
.header  {
	width: 800px;
	height: 100px;
	background-position: center top;
	background-image: url(Content/Page%20Titles/JA_heading.jpg);
	background-repeat: no-repeat;
}
.navMain  {
	float:right;
	margin:60px 50px 0px 0px;
	

}
.navMain ul {
	margin:0px;
	padding:0px;
	
}
.navMain ul li {
	margin:0px;
	padding:0px 0px;
	list-style:none;
	display:inline;
}
.leftCol   {
    width: 300px;
    height: 660px;
    background-color: #FFF;
    float: left;
    padding-left: 30px;
}

.leftCol  h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #0000CC;
	font-size: 14px;
}
.leftCol p  {
    font-family: Arial, Helvetica, sans-serif;
    color: #00C;
    font-size: 12px;
    word-spacing: 1mm;
}
.wrapper .leftCol table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999;
	font-weight: normal;
}


/* ~~ rightcol styles ~~ */

.rightCol   {
    width: 300px;
    height: 660px;
    background-color: #FFF;
    float: left;
    padding-left: 50px;
}

.rightCol  h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #0000CC;
	line-height: 12px;
	font-size: 16px;
}
.rightCol  h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
	font-size: 12px;
	line-height: 200px;
	height: 10px;
	letter-spacing: 1px;
}

.rightCol p  {
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
	font-size: 11px;
	line-height: 250px;
	height: 14px;
	word-spacing: 1mm;
}

/* ~~ end rightcol styles ~~ */


.mc-field-group{
	color: #F33;
	height: 40px;
	font-style: italic;
}

.indicates-required{
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

/* ~~ The footer styles ~~ */
.footer {
	background-color: #FFFFFF;
	position: static;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0px;
	text-align: center;
}
.footer p {
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
	font-size: 11px;
	padding-left: 5px;
	padding-right: 0px;
	line-height: 16px;
	height: 20px;
	word-spacing: 1mm;
	padding-bottom: 12px;
}
/* ~~ end The footer styles ~~ */
