* {
    padding: 0;
    margin: 0;
}
html, body {
	height: 100%;	
}

body {	
	background-color:#FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: url(../css/bg_blue.gif) no-repeat -10px 0;
	background-repeat: repeat-y;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	
}

#main_content {
	float:left;
	display: block;
	width: 570px;
	padding-top: 10px;
	position: relative;
	left: -5px;
}
	
#main_annoucement {
	border: 1px solid grey;
}
	
.style1 {
	font-size: 11px;
	font-weight: bold;
}

.style3 {font-size: 10px}
.style5 {font-size: 11px; font-style: italic; }
.style6 {font-size: 11px}
		
P {	
		font-size:11px;
		line-height:15px;
		padding-bottom: 10px;
}

ul {	
		font-size:11px;
		line-height:15px;
		margin-left: 30px;
		padding-bottom: 10px;
}

td {
	vertical-align: top;
}

img {border: none;}

.img_people {
	padding: 3px;
	margin: 3px;
	border: 1px solid gray;
}

/* L I N K S */
/* L I N K S */
/* L I N K S */

a:link, a:visited, a:active {
			font-size:11px;
			line-height:15px;
			color:#808CAB;
			text-decoration: underline;
			padding:0 2px;	
}

a:hover { 	
			color:red;
}

a:hover img { 	
			color:#ffffff;
			background-color: #fff;	
			border-bottom:none;
}

td a:link, td a:visited, td a:active {
			font-size:11px;
			line-height:15px;
			color:#808CAB;
			text-decoration: none;	
}

td a:hover { 	
			color:red;
}

H1 {	
		padding: 20px 0 10px 0;
		font-size:xx-large;
		font-wieght:100;
		font-variant:small-caps;
		color:#003466;
}

h2 {
		padding: 10px 0 10px 0;
}

h3 {
		padding: 10px 0 10px 0;
}

.meeting_pdf {
	vertical-align: middle;
}

/*  N A V I G A T I O N  */
/*  N A V I G A T I O N  */
/*  N A V I G A T I O N  */



#navcontainer {
	min-height: 100%;
	float:left;
	padding: 0 25px 0 0;
}

* html #navcontainer {
	height: 100%;	
}

#navcontainer { 
	position: relative;
	top:-3px;
}

#navcontainer ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#navcontainer li { 
	margin: 0;
	padding: 0;
}

#navcontainer a:link, #navcontainer a:active, #navcontainer a:visited
{
	display: block;
	text-align:right;
	padding:3px 7px 2px 0px;
	margin:0;
	width: 172.5px;
	color: #fff;
	text-decoration: none;
	border-bottom:1px solid #fff;
}

#navcontainer a:hover
{
	color: #000;
	background-color:#fff;
	padding:3px 7px 3px 0px;
	margin:0;
	border-bottom:1px solid #fff;
	padding-top: 2px;
}



/*  S U B   N A V I G A T I O N  */
/*  S U B   N A V I G A T I O N  */
/*  S U B   N A V I G A T I O N  */

.sub_active {
	background: url(../css/arrow_current.gif) no-repeat 0 0!important;
	border-bottom:1px solid #808CAB!important;
	color:#000!important;
	font-weight:bold!important;
}

#sub_navcontainer { 
	background: url('shadow.gif') no-repeat 0 0;
	position: relative;
	left:-9px;
	min-height: 100px;
	padding-bottom: 0px;
	margin: 0 0 0 0;
}

#sub_navcontainer ul
{
	margin: 0;
	padding: 25px 0 0 20px;;
	list-style-type: none;
}

#sub_navcontainer li {
	margin:0 0 0 5px; 
	padding: 3px 0 1px 0px;
	background-repeat: no-repeat;
	background-position: 0 .4em;
 }
 
#sub_navcontainer a:link, #sub_navcontainer a:active, #sub_navcontainer a:visited
{
	padding:0 0 0 20px;
	margin:2px;
	color:#808CAB;
	text-decoration: none;
	background: url(arrow_hover.gif) no-repeat 0 0;
}

#sub_navcontainer a:hover {
	background: url(arrow_current.gif) no-repeat 0 0;
	border-bottom:1px solid #808CAB;
	color:#003466;
}



/*  T E C H   G R O U P S    N A V I G A T I O N  */
/*  T E C H   G R O U P S    N A V I G A T I O N  */
/*  T E C H   G R O U P S    N A V I G A T I O N  */

.tg_active {
	background: url(../css/tg_hover.gif) repeat-x 0 0!important;
	color:#000!important;
	text-decoration: none!important;
	border: 0px!important;
}

#sub_tg { 
	margin: 0;
	padding: 0 0 0 0px;
	clear: both;
}

#sub_tg ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	clear: both;
}

#sub_tg li {
	display: block;
	float: left;
}

/* Hack for IE 7 */
html>body #sub_tg li { 
	padding: 8px 0px 22px 0px;
}

/* Hack for IE 6 */
* html #sub_tg li {
	padding: 8px 0px 22px 0px;
}
 
#sub_tg a:link, #sub_tg a:active, #sub_tg a:visited {
	padding: 8px 20px 22px 15px;
	margin: 0 0 0 0;
	color:#fff;
	text-decoration: none;
	background: url(tg_mid.gif) repeat-x 0 0;
}

#sub_tg a:hover
{
	background: url(tg_hover.gif) repeat-x 0 0;
	color:#000;
	text-decoration: none;
	border: 0px;
}

#sub_tg li a.left {
	background: url(tg_left.gif) repeat-x 0 0;
	padding: 8px 1.5px 22px 1.5px;
	margin: 0;
} 

#sub_tg li a.right {
	background: url(tg_right.gif) repeat-x 0 0;
	padding: 8px 1.5px 22px 1.5px;
	margin: 0;
}  


/* Hack for IE 7 */
html>body #sub_tg li a.left { 
	background: url(../css/tg_left.gif) repeat-x 0 0;
	padding: 8px 1.5px 22px 1.5px;
	margin: 0;
}

/* Hack for IE 6 */
* html #sub_tg li a.left {
	background: url(../css/tg_left.gif) repeat-x 0 0;
	padding: 8px 1.5px 22px 1.5px;
	margin: 0;
}




/*  M A R Q U E E  */
/*  M A R Q U E E  */
/*  M A R Q U E E  */

#marqueecontainer{
	position: relative;
	width: 280px; /*marquee width */
	height: 400px; /*marquee height */
	background-color: white;
	overflow: hidden;
	margin-left: 10px;
}

#marqueecontainer ul {
	padding-left:0px;
	margin-left:0px;
}

#marqueecontainer ul li {
	display:block;
	margin-bottom:20px;
	padding-bottom:5px;
	padding-left:10px;
	margin-left:0px;
	list-style:none;
}

#marqueecontainer ul li li {
	display:block;
	margin-bottom:20px;
	padding-bottom:5px;
	padding-left:10px;
}







 #qllist {
	padding:0;
	margin:10px 0 20px 0;
	color:#fff;
	white-space:nowrap;
	list-style-type:none;
	height:30px;
}

#qllist li {
	padding:0;
	margin:0;
	display:inline;
	float:left;
	text-align:center;
}

#qllist li a {
	padding:30px 6px 0 6px;
	margin:0;
	color:#999;
	background-color:none;
	text-decoration:none;
	float:left;
	border:none;
}


#qllist li a:hover {
	text-decoration:underline;
	border:none;
	color:green;
}

#qllist li:hover {
}

#ql_scholarships { background: url(../css/quicklink_images/scholarship_grey.gif) no-repeat 27px 0; }
#ql_newsletter { background: url(../css/quicklink_images/newsletter_grey.gif) no-repeat 14px 0; }
#ql_awards { background: url(../css/quicklink_images/awards_grey.gif) no-repeat 14px 0; }
#ql_gallery { background: url(../css/quicklink_images/gallery_grey.gif) no-repeat 9px 0; }
#ql_calendar { background: url(../css/quicklink_images/calendar_grey.gif) no-repeat 11px 0; }
#ql_classifieds { background: url(../css/quicklink_images/classifieds_grey.gif) no-repeat 13px 0; }
#ql_annoucement { background: url(../css/quicklink_images/annoucements_grey.gif) no-repeat 25px 0; }
#ql_programs { background: url(../css/quicklink_images/programs_grey.gif) no-repeat 20px 0; }

#ql_scholarships { background: url(../css/quicklink_images/scholarship.gif) no-repeat 27px 0; }
#ql_newsletter { background: url(../css/quicklink_images/newsletter.gif) no-repeat 14px 0; }
#ql_awards { background: url(../css/quicklink_images/awards.gif) no-repeat 14px 0; }
#ql_gallery { background: url(../css/quicklink_images/gallery.gif) no-repeat 9px 0; }
#ql_calendar { background: url(../css/quicklink_images/calendar.gif) no-repeat 11px 0; }
#ql_classifieds { background: url(../css/quicklink_images/classifieds.gif) no-repeat 13px 0; }
#ql_annoucement { background: url(../css/quicklink_images/annoucements.gif) no-repeat 25px 0; }
#ql_programs { background: url(../css/quicklink_images/programs.gif) no-repeat 20px 0; }



  
  
  #newsletters {
  }
  
  #newsletters li {
display: inline;
list-style-type: none;
padding-right: 20px;
text-align: center;
  }
  
  #itsthetable table { 
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	text-align: left;
	border-collapse: collapse;
}
#itsthetable table a {
	text-decoration: underline;
}
#itsthetable table a:visited {
	text-decoration: none;
}
#itsthetable table a:hover {
	text-decoration: none;
	background-color:000;
	color:red;
}
#itsthetable tr.odd {
	background-color: #ebf3ff;
	text-align: left;
}
#itsthetable tr a {
	color: #000000;
}
#itsthetable tr a:hover {
	background-color:transparent;
	border-bottom:none;
}

/*

#itsthetable tr:hover a {
	color: #ffffff;
}

#itsthetable tr:hover, #itsthetable tr.odd:hover {
	background-color: #3d80df;
	color: #ffffff;
}
*/

#itsthetable thead th {
	font-size: 105%;
	color: #000;
	height: 33px;
	border-bottom: 1px solid #666666;
	text-align: middle;
}
#itsthetable thead tr:hover {
	background-color:white;
	text-align: middle;
	
}
#itsthetable tr {
	vertical-align: top;
	text-align: center;
}
#itsthetable tr,#itsthetable th,#itsthetable td {
	padding: .75em;
}
#itsthetable td {
	border-left: 1px solid #dadada;
	text-align: center;
}
#itsthetable tfoot tr {
}
#itsthetable tfoot td, #itsthetable tfoot th{
	color: #000;
	border: 0px;
}

#cse-search-box div form {
    border: 0;
}

#cse-search-box {
	position: relative;
	left:25px;
	top:-30px;
    width: 450px;
    height: 20px;
    border: 1px solid red;
    z-index: 1000;
}
#s {
	position: relative;
	top:4px;
	left:272px;
    padding: 2px;
    margin: 0px;
    width:200px;
    font-size:12px;
    z-index: 20000;
}
#cse-search-box #go {
	display: none;
}

.rb_toggle span {
	position: absolute;
	left:800px;
	top:-56px;
	display: block;
	width: 64px;
	height: 110px;
   border: none;
	background: url(search_tab.png) no-repeat 0 0;
    
}

#menu3 {
	position:absolute;
	top:0px;
	left:130px;
	z-index:5;
}

#rbmenu {
	position:absolute;
	top:0px;
	left:0px;
}

#wrapper {
	position: absolute;
	left:180px;
	top:0px;
	background:#fff;
	top:0px;
	left:180px;
	height:39px;
	width:588px;
	background: url(../css/search_bar.jpg) no-repeat 0 0;
}








#footer {
	float:right;
	padding-top: 80px;
	color:lightgrey;
	font-size: 11px;
	clear:both;
}	

#footer:hover {
	color:black;
}	

#footer a:link {	
	color:lightgrey;
}

#footer a:hover {	
	border-bottom: none;
	color:#808CAB;
}
