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

a:link {
    color: #999;
    text-decoration: underline;
    font-style: normal;
}
a:visited {
	color: #666;
}
a:hover {
	color: #CCC;
	text-decoration: none;
}


.wrapper {
    background-color: #FFF;
    width: 800px;
    height: 1160px;
    background-position: center;
    margin-right: auto;
    margin-left: auto;
}


/* ~~ header styles ~~ */
.header  {
	width: 800px;
	height: 100px;
	background-position: center top;
	background-image: url(Content/Page%20Titles/JA_heading.jpg);
	background-repeat: no-repeat;
}
/* ~~ end header styles ~~ */




/* ~~navmenue styles ~~ */
.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;
}

/* ~~ end navmenue styles ~~ */

/* ~~ content styles ~~ */
.content   {
	width: 770px;
	padding-left: 30px;
	padding-right: 0px;
	background-color: #FFF;
}
.content h4  {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #0101CC;
    padding-left: 0px;
    text-decoration: underline;
}
.content  p {
    font-family: Arial, Helvetica, sans-serif;
    color: #999;
    font-size: 12px;
    padding-left: 0px;
    padding-right: 20px;
    line-height: 18px;
}
 /* ~~ end content styles ~~ */
 
 /* ~~ lefttcol styles ~~ */
.leftCol   {
    width: 320px;
    height: 800px;
    background-color: #FFF;
    float: left;
    padding-left: 30px;
    font-family: Arial, Helvetica, sans-serif;
}
.leftCol  h4 {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-weight: normal;
	color: #00C;
	font-size: 16px;
	margin-bottom: 10pt;
	font-style: italic;
}
.leftCol h3  {
    font-family: Arial, Helvetica, sans-serif;
    color: #666;
    font-size: 13px;
    padding-left: 5px;
    font-weight: normal;
}
.leftCol h2  {
    font-family: Arial, Helvetica, sans-serif;
    color: #000002;
    font-size: 14px;
    padding-left: 5px;
    padding-top: 0pt;
    font-style: italic;
    font-weight: normal;
    padding-bottom: 0px;
    word-spacing: 1px;
    line-height: 12pt;
    white-space: normal;
}



.leftCol p {
    font-family: Arial, Helvetica, sans-serif;
    color: #999;
    font-size: 11pt;
    padding-left: 5px;
    line-height: 12pt;
    padding-top: 0pt;
    padding-bottom: 8px;
    font-weight: normal;
    top: 0pt;
}



.leftCol p2 {
    font-family: Arial, Helvetica, sans-serif;
    color: #666;
    font-size: 12pt;
    line-height: 10pt;
    padding-left: 5px;
    padding-bottom: 1px;
    font-weight: bold;
}




.leftCol p3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 12px;
	padding-left: 5px;
	font-weight: normal;
	font-style: italic;
	letter-spacing: 1px;
	line-height: 10px;
	}
	
	
	
.wrapper .leftCol table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
}

/* ~~ end lefttcol styles ~~ */



/* ~~ rightcol styles ~~ */


.rightCol   {
    width: 450px;
    height: 800px;
    float: right;
    background-image: none;
    background-repeat: no-repeat;
}
/* ~~ end rightcol styles ~~ */


/* ~~ The footer styles ~~ */
.footer {
	background-color: #FFFFFF;
	position: relative;/* 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 ~~ */
