/* Time stamp: Thu 08/24/2006-10:25:54.21
Author: J. Ortiz
Description: jo Style Sheets definition. */

body{ 
	background-image: url(../imgs/header_gradient.jpg); background-repeat: repeat-x; background-position: top;
	background-color: #6495ED
	}

h1{
    Font-family : monospace;
    Font-style : italic;
    Font-weight : bold;
    Font : Courier;
    Text-align : center;
}

h2{
    Font-family : cursive;
    Font-style : normal;
    Font-weight : bold;
    Font : Arial;
    Font-size : 17px;
    Text-align : center;
}

h3{
    Font-family : cursive;
    Font-style : normal;
    Font-weight : bold;
    Font : Arial;
    Font-size : 15px;
    Text-align : center;
}

p{
    Font-family : Helvetica;
    Font-style : normal;
    Font-size : 14px;
    Font : Helvetica;
}

.jstyle1{
    Font-family : Helvetica;
    Font-style : normal;
    Font-size : 13px;
    Font : Helvetica;
}

.jstyle2{
    Font-family : Helvetica;
    Font-style  : normal;
    Font-size   : 10px;
    Font        : Helvetica;
}

td{
    Font-size : 14px;
    Font : Lucida Console;
    Color : blue;
    Font-style : normal;
    Text-align : center;
    Margin-right : auto;
    Margin-left : auto;
	background-color: white;
}

ul{
    list-style: none;
	margin: 0;
	padding: 0;
	Font-family: Lucida Console, Georgia, Times, serif;
    Font-style : normal;
    Font-size : 13px;
    Font : Helvetica
}

#gTextC1 {color: Blue;}
#sTitle { font-variant: small-caps; }

/* Round corners */
div#nifty{ margin: 0 15%; background: white; background-image: url(../imgs/sleeping_on_computer.gif);
           background-repeat: no-repeat;}

b.rtop, b.rbottom{display:block;background: #BCDAF4} /*This colour must match the colour defined in the BODY*/
b.rtop b, b.rbottom b{display:block;height: 1px; overflow: hidden; background: white}
b.r1{margin: 0 5px}
b.r2{margin: 0 3px}
b.r3{margin: 0 2px}
b.rtop b.r4, b.rbottom b.r4{margin: 0 1px;height: 2px}

/* -- Other definitions -- */
.main_text {
       FONT-SIZE: 14px; COLOR: #7c7c7c; FONT-FAMILY: Verdana,Georgia, serif; TEXT-DECORATION: none;
	   text-align: left
  }

.header {
       FONT-SIZE: 20px; COLOR: #8fa0ae; FONT-FAMILY: Georgia, Times, serif; TEXT-DECORATION: none;
	   text-align: left; line-height: 20px
	   }

.header1 {
       FONT-SIZE: 20px; COLOR: #8fa0ae; FONT-FAMILY: Georgia, Times, serif; TEXT-DECORATION: none;
	   text-align: center; line-height: 20px
	   }
/* == bottom menu ==*/
.jmenub {
       FONT-SIZE: 12px; COLOR: #EBF3F6; FONT-FAMILY: Georgia, Times, serif; TEXT-DECORATION: none;
	   text-align: center; font-weight: normal
	   }

.jmenub a:hover {
       FONT-SIZE: 12px; COLOR: white; FONT-FAMILY: Georgia, Times, serif; TEXT-DECORATION: underline;
	   text-align: center; font-weight: bold
	   }
/* == end of bottom menu ==*/

.menu {
       FONT-SIZE: 12px; COLOR: #8fa0ae; FONT-FAMILY: Georgia, Times, serif; TEXT-DECORATION: none;
	   text-align: left; font-weight: normal
	   }

.menu a {
       FONT-SIZE: 12px; COLOR: #8fa0ae; FONT-FAMILY: Georgia, Times, serif; TEXT-DECORATION: none;
	   text-align: left; font-weight: normal
	   }

.menu a:hover {
       FONT-SIZE: 12px; COLOR: #0000FF; FONT-FAMILY: Georgia, Times, serif; TEXT-DECORATION: none;
	   text-align: left; font-weight: bold
	   }

a {
   FONT-SIZE: 12px; COLOR: #946572; FONT-FAMILY: Georgia, Times, serif; TEXT-DECORATION: none;
   text-align: left; font-weight: bold
   }

a:hover {
       FONT-SIZE: 12px; COLOR: #D64970; FONT-FAMILY: Georgia, Times, serif; TEXT-DECORATION: none;
	   text-align: left; font-weight: bold
	   }

.slogan {
       FONT-SIZE: 10px; COLOR: #7c7c7c; FONT-FAMILY: Georgia, Times, serif; TEXT-DECORATION: none;
	   text-align: center; font-weight: bold
	   }

/* Horizontal menu
* Credits: Dynamic Drive CSS Library
* URL: http://www.dynamicdrive.com/style/ */

#tabs {
	float:right;
	width:100%;
	font-size:93%;
	line-height:normal;
	border-bottom:1px solid #666;
	margin-bottom:1em; /*margin between menu and rest of page*/
	overflow:hidden;
	}

#tabs ul {
	margin:0;
	padding:10px 10px 0 0px;
	list-style:none;
	}

#tabs li {
	display:inline;
	margin:0;
	padding:0;
	}

#tabs a {
	float:right;
	background:url(../imgs/left.png) no-repeat left top;
	margin:0;
	padding:0 0 0 6px;
	text-decoration:none;
	}

#tabs a span {
	float:right;
	display:block;
	background:url(../imgs/right.png) no-repeat right top;
	padding:6px 15px 4px 6px;
	margin-right:2px;
	color:#FFF;
	}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}

/* End IE5-Mac hack */
#tabs a:hover span {
	}

#tabs a:hover {
	background-position:0% -42px;
	}

#tabs a:hover span {
	background-position:100% -42px;
	}
/* end of Horizontal menu */

/* Main Vertical Menu*/
/*Credits: Dynamic Drive CSS Library 
  URL: http://www.dynamicdrive.com/style/ */

.glossymenu{
list-style-type: none;
margin: 5px 0;
padding: 0;
width: 170px;
border: 1px solid #9A9A9A;
border-bottom-width: 0;
}

.glossymenu li a{
background: white url(../imgs/glossyback.gif) repeat-x bottom left;
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: white;
display: block;
width: auto;
padding: 3px 0;
padding-left: 10px;
text-decoration: none;
}

* html .glossymenu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 160px;
}

.glossymenu li a:visited, .glossymenu li a:active{
color: white;
}

.glossymenu li a:hover{
background-image: url(../imgs/glossyback2.gif);
}
/* End of Main Vertical Menu*/