/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #73C5E5 url(../images/img01.gif) repeat-y center top;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #60B7DE;
	text-transform: lowercase;
	font-weight: bold;
}

h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	color: #60B7DE;
	text-transform: uppercase;
	font-weight: bold;
}

a {
	font-weight: bold;
	color: #374F87;
	text-decoration:none;
}

h2 {
	font-size: 18px;
}
a:hover {
	text-decoration: none;
	color: #73C5E5;
}

.img1 {
	float: left;
	margin: 4px 15px 0px 0px;
	border: 5px solid #ABDCEF;
}


.text1 {
	font-size: 14px;
}

/** HEADER */

#header {
	width: 750px;
	margin: 0px auto;
	padding: 0px;
}

#header h1 {
	margin: 0px;
	padding: 5px;
}

#header h2 {
	margin: 0px;
	font-size: 14px;
}

/** MENU */

#menu {
	width: 775px;
	margin: 0px auto;
	padding: 5px 0px 6px 0px;
	background-color: #60B7DE;
}

* html #menu {
	width: 770px;
}

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

#menu li {
	display: inline;
}

#menu a {
	padding: 5px 8px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	background-color: #73C5E5;
	color:#000000;
}

/** CONTENT */

#content {
	width: 850px;
	margin: 0px auto;
	padding: 20px 0px 0px 50px;
}

#content h2, #content h3, #content h4, #content h5, #content h6 {
	font-weight: normal;
}

#content p, #content ul, #content ol {
	line-height: 140%;
}

#left {
	float: left;
	width: 750px;
	padding: 0px 20px 20px 20px;
}

#colA {
	float: left;
	width: 230px;
	padding: 0px 20px 0px 0px;
}

#colB {
	float: right;
	width: 230px;
	padding: 0px 0px 0px 0px;
}


/**** Table****/
#marqueecontainer{
	position: relative;
	width: 200px;
	height: 130px;
	background-color: white;
	overflow: hidden;
	padding: 2px;
	padding-left: 4px;
	top: 1px;
}

.table_style {
	margin:0px 0px 0px 5px;
	width:500px;
	padding:1px 1px 1px 1px;
	border:1px solid #60B7DE;
	}
	
.table_style2 {
	margin:0px 0px 0px 5px;
	width:500px;
	padding:1px 1px 1px 1px;
	border:1px solid #60B7DE;
	background-color:#60B7DE;
	}
	
.style1 {
	color: #60B7DE;
	font-weight: bold;
}

  
   .td_right {
	background-image:url(../images/blue-gradient-bg.gif);
	color:#FFFFFF;	
}

   .td_scholars {
	background-image:url(../images/leftmenu_bg.jpg);
	color:#FFFFFF;	
	}
	
   .td_bg {
    background-image:url(../images/tb_header_bg.gif);	
	color:#FFFFFF;	
}

.td_test {
	border: 1px solid #60B7DE;
	height:25px;				
}
  
.bond1 {color: #016402}
.bond2 {color: #B00101}
.bond3 {color: #354D82}
   
/******** Cool Menu********/   
#coolmenu{
border: 1px solid black;
border-bottom-width: 0px;
width: 200px;
background-color: #FFFFFF;
}

* html #coolmenu{ /*IE only rule, to negate the padding below IE includes in menu width.*/
width: 200px;
}

#coolmenu a{
font: bold 13px Verdana;
padding: 2px;
padding-left: 0px;
display: block;
width: 100%;
color: black;
text-decoration: none;
border-bottom: 1px solid black;
}

#coolmenu a{ /*Non IE rule*/
width: auto;
}

#coolmenu a:hover{
background-color: #60B7DE;
color: white;
}
  
/** FOOTER */

#footer {
	clear: both;
	width: 800px;
	margin: 0px auto;
	border-top: 5px solid #60B7DE;
}

#footer p {
	margin: 0px;
	padding: 20px 10px 10px 190px;
	color: #4773C1;
}

#border-top {
	border-top: 5px solid #60B7DE;
}
.td_right {
	background-image:url(../images/blue-gradient-bg.gif);
	color:#FFFFFF;	
}

.td_test {
	border: 1px solid #60B7DE;		
}

.style37 {font-weight: bold}
.style39 {font-weight: bold; color: #B00101; }
.style40 {font-size: 16px}
.style41 {font-weight: bold; color: #B00101; font-size: 16px; }
.nrb {font-weight: bold; color: #B00101; font-size: 14px; }

.content {
	padding:5px;
	text-align:left;
}
.content_right {
	padding:3px 3px 3px 7px;
}

