/**
 ****************************
 **** =Page styles **********
 ****************************
 */
* {
	padding: 0px;
	margin: 0px;
}
body {
	background: url(../images/bk_sq_lime3.jpg);
	font-family: arial;
	color: #333;
	font-size: 10pt;
	font-weight: normal;
	}
	
#page {
	background-color: #F9F7F7;
	width: 700px;
	margin: 0px auto;
	border-left: 5px solid;
	border-right: 5px solid;
	border-bottom: 4px solid;
	border-color: #88115B;
}

#header {
	background: url('../images/janalogo_new8.jpg') no-repeat;
	width: 700px;
	height: 110px
}

#flash {
	background-color: #6B2C2C;
	width: 700px;
	height: 203px
}


#content {
	width: 700px;
	margin: 0px auto;
	border-bottom: 2px solid #9EA079;
}

#box1 {
	float: right;
	width: 195px;
	background-color: #F2D2E4;
	border: 1px solid #88115B;
	margin-left: 4px;
	padding: 4px;
	font-size: 9pt;
	line-height: 1.25em;
	text-align: left;
	color: #333;
}


#box2 {
	float: right;
	width: 200px;
	background-color: #F2D2E4;
	border: 1px solid #88115B;
	margin-left: 6px;
	padding: 6px;
	font-size: 9pt;
	line-height: 1.25em;
	text-align: left;
	color: #333;
}

#creambox2 {
	width: 580px;
	background-color: #FFF5D0;
	border: 2px solid #333;
	margin: 0 auto;
	padding: 6px;
	font-size: 10pt;
	text-align: center;
	color: black;
}

#littlebox {
	width: 150px;
	background-color: white;
	border: 1px solid #9EA079;
	margin: 0px auto;
	padding: 4px;
	font-size: 8pt;
	line-height: 1.25em;
	text-align: center;
	color: #333;
}

#regbox {
	float: right;
	width: 180px;
	background-color: #DBDCCD;
	border: 1px solid #9EA079;
	margin: 6px;
	margin-right: 30px;
	padding: 4px;
	font-size: 9pt;
	line-height: 1.25em;
	text-align: center;
	color: #333;
}

#tright {
	float: right;
	width: 250px;
	font-size: 12pt;
	color: #555135;
	text-align: right;
	font-weight: bold;
	margin-right: .5em;
}

#footer {
	background-color: #88115B;
	width: 650px;
	height: 50px;
}
#programmer {
	background-color: #88115B;
	width: 700px;
	font-size: 8pt;
	color: #F9F4E8;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
}
#programmer a {
	color: #F9F4E8;
	font-weight: normal;
	text-decoration: none;
	font-family: arial;
	font-size: 8pt;
}
#programmer a:hover {
	color: #9EA079;
}

/** Main Menu Navigation **/
#menu {
    background-color: #88115B;
    margin: 0;
	width: 690px;
	padding: 5px;
	border-top: 0px solid;
	border-bottom: 4px solid;
	border-color:  #9bbe03;
}

#menu li {
	list-style-type:3
}

#menu a {
	font-family: Arial;
	font-size: 9.5pt;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
}
#menu a:hover {
	color: #D8C892;
	text-decoration: none;
}

/** Element Styles **/
h1, h2, h3, h4, h5 {
	color: #0000bf;
	font-family: arial;
	font-size: 25pt;
	font-weight: bold;
	text-align: center;
	margin-bottom: .5em;
}
h2 {
	color: #0000bf;
	font-size: 18pt;
	text-align: center;
}
h3 {
	font-size: 14pt;
}
h4 {
	color: #0000bf;
	text-align: left;
	font-size: 12.5pt;
}

h5 {
	font-size: 12pt;
	color: #88115B;
	text-align: left;
	margin: 1em;
}
img {
	border: 0px;
}
.spacer {
	clear: both;
}

p {
	margin-bottom: 1em;
	margin-left: 1em;
	margin-right: 1em;
	line-height: 1.25em;
}

a {
	color: #903;
  text-decoration:underline
}
a:hover {
	color: #A68502;
  text-decoration:underline;
}

bu {
  color: black;
  font-weight:bold;
  text-decoration:underline;
}


em {
  font-style: normal;
  font-weight:bold;
}

em.a {
   color: #800000;
}

em.b {
   color: #7B7349;
}

em.c {
  font-weight: normal;
  font-style: italic;
  }

em.d {
  font-weight: bold;
  color: #6B2C2C;
  font-style: italic;
  }



ul {
   list-style-image: url(images/BD14756_.gif);
   padding-left: 4em;
   margin: 1em 0;
   line-height: 1.6em;
   margin-bottom: 1em;
}


  
.floatright { 
  float: right;
  margin-left: 12px; 
}

.floatleft { 
  float: left;
  padding-top: .25em;
  padding-right: .5em;
  margin:   3px 3px; 
}