/* NOTES 	
	Last Modified 			::	
	
	COLOR REFERENCES
	Dark Blue			              ::	              #2B6197
	Light Blue			              ::	               #C2D4E7
	LIghtest Blue			::	#E2ECF6
	
	Dark Gray                                                ::              #A7A7A7
               medium grey                                           ::                #666666             			
	Light Gray			::	#CBCBCB 
	
	Yellow				::	#FFCC65
                 Dark Green                                             ::              #003333
                Green                                                       ::            #008B45  
               dark red                                                    ::             #8B0000
              darkorchid1                                               ::             #BF3EFF
              darkorchid                                                 ::             #9932CC
             Medium Orchid2                                        ::              #C45AEC 
               burgpurp                                                  ::              #660033;
*/



/* GLOBAL */

/* this sets a global default font and color */
*{
	 font-family:Monotype Corsiva;
	font-size:18px;
	font-weight:200;
	color:#006699;
	}

/* this hacks the form tag so it doesn't affect display at all */	
form{
	margin:0px;
	padding:0px;
	display:inline;
	}	
	
/*  this sets up the page so that the main elements are centered */	
body{
	background-color:#ffffff;
	text-align:left;
	margin:0px 0px 0px 0px;
	}

/* this fixes the bold tag that basically gets disabled in the * declaration */		
b{
	font-weight:bold;
	}
/* ------------------------------------------------------------------------------------- */

a{
	color:#660033;
    text-decoration:none;
	}

a:hover{
	color:#6699FF;
    text-decoration:none;
	}

a:visited{
	color:#996600;
    text-decoration:none;
	}

#contentbox {
    border-style:solid;
    border-width:1px 0px 0px 1px;
    border-color:silver;
    width:680px;
    height:80%;
}

.jimg {
    text-align:left;
    width:100px;
    border-bottom:1px solid #ccc;
    padding:1px 0px 2px 1px;
}

.jtxt {
    vertical-align:top;
    width:155px;
    border-right:1px solid #ccc;
    border-bottom:1px solid #ccc;
    padding:1px 3px 2px 0px;
}

iframe{
	width:300px;
	height:300px;
	margin-top:2px;
	}

h1{
	color:#11469A;
	font-weight:bold;
	font-size:20px;
	display:inline;
	}
	
h2{
	color:#2B6197;
	font-weight:bold;
	font-size:15px;
	text-align:left;
    margin:0px 0px 0px 0px;
	}
		
h3{
	color:#516EA8;
	font-weight:bold;
	font-size:14px;
	display:inline;
	}	


h4{
	text-transform:uppercase;
	vertical-align:middle;
	font-size:13px;
	color:#2B6197;
	padding:5px;
	padding-top:7px;
	font-weight:bold;
	border-style:dotted;
	border-color:#A7A7A7;
	border-width:0px 0px 1px 0px;
	margin:-5px 0px 2px 0px;
	background-color:#C2D4E7;
	width:100%;
	}
        
h5{
	background-color:#DDD;
	vertical-align:middle;
	font-size:15px;
	color:#333;
	padding:1px;
	padding-top:1px;
	font-weight:bold;
	border-style:none;
	border-color:#A7A7A7;
	border-width:0px 0px 1px 0px;
	margin:-2px 0px 2px -4px;
	}	


