/*
  Easpy Plate Stylesheet
  Copyright (c) 2005 - 2007
*/

html, body {
           background: #FFFFFF;
           font-family: Arial, Verdana, Helvetica, sans-serif;
           font-size: 10px;
           color: #000000;
           scrollbar-face-color: #0a1f4f;
           scrollbar-arrow-color: #cccccc;
           scrollbar-base-color: #FFFFFF;
           scrollbar-shadow-color: #FFFFFF;
           scrollbar-darkshadow-color: #cccccc;
           scrollbar-highlight-color: #FFFFFF;
           scrollbar-3dlight-color: #FFFFFF;
           scrollbar-track-color: #FFFFFF;

           margin: 0px;
           padding: 0;
           height: 100%;
           border: none;
      }

#fullheight{
	width: 900px;
	height:100%;
	background: #00307b url('../images/jt_back.jpg') top center repeat-y;
}

#content {
	background: #transparent;
	color: #000000;
	margin-right: 90px;
	padding: 10px;
	overflow: auto;
/*  border: 1px solid violet;*/
}

#navigation {
   width: 100%
   margin: 0;
   padding: 0;
   float: right;
/*    border: 1px solid orange;*/
}

#navigation ul {
   width: 100%
   margin: 0;
   padding: 0;
   float: right;
   list-style-type: none;
   /*list-style-color: #000000;*/
}

#navigation li {
/*    display: inline;*/
}

#navigation li a {
    color: #FFFFFF;
    background: #transparent;
    border: 0;
}

#navigation li a: hover {
    color: #FFFFFF;
    background: #transparent;
    border: 0;
}

#footer {
	background: #transparent;
	color: #000000;
	margin: 0;
	padding: 0;
	overflow: auto;
/*   border: 1px solid orange;*/
}

.image {	margin: 12px;
	border: 0;
}

ul {
   list-style-type: square;
   list-style-color: #FFFFFF;
   }

li {
   padding-bottom: 3px;
   text-align: left;
   color: #FFFFFF;
   font-size: 11px;
   }

p  {
  color: #000000;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 140%;
  }

 A {
  color: #FF0000;
  font-family: Verdana, Arial, sans-serif;
  text-decoration: none;
}


 A:hover {
  color: #FF0000;
  font-family: Verdana, Arial, sans-serif;
  text-decoration: underline;
}

 h1 {
  color: #0a1f4f;
  font-family: Verdana, Arial, sans-serif;
  font-size: 15px;
  font-weight: 900;
  }

 h2 {
  color: #0a1f4f;
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  font-weight: 900;
  }

 h3 {
  color: #0a1f4f;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: 900;
  }

.submit_button {
        background: #FFFFFF;
        color: #cccccc;
        font-weight: 900;
}

table .subscribe {	background: #FFFFFF;
	color: #000000;
	border: 4px solid #0a1f4f;
	}