/* Start of CMSMS style sheet 'akeb blue' */
/*
default link styles
*/

/* set all links to have underline and bluish color */
a:link, a:visited
{
	color: #006098;
	text-decoration: none;
}

/* remove underline on hover and change color */
a:hover { text-decoration: underline; }

/*****************
basic layout 
*****************/


#imgshow { 
width: 160px; 
padding: 0;
margin: 0;
background-color: #0071B3;
color: #AAD0E6;
}

#imgshow p { padding: 0 4px;
line-height: 24px; }
#imgshow a:link, #imgshow a:visited
{
text-decoration: none;
color: white;
}
#imgshow a:hover { text-decoration: underline; }

#menubar
{
	height: 24px;
	background-color: #0071B3;
	padding-left: 145px;
	color: #555;
}

#content h2
{
	color: #0071B3;
	font-size: 1.35em;
	text-align: left;
	line-height: 1.35em;
font-family: 'times new roman', times, serif;
}

ul li
{
	list-style-image: url(images/bulletBlue.gif);
	list-style-type: default;
	list-style-position: default;
}

tr.even { background-color: #FFEEC8; }
tr.odd { background-color: #FFF9ED; }

.note
{
	color: #007341;
	font-weight: bold;
}

table#school
{
	color: #444;
}

table#school strong
{
	text-transform: uppercase;
	font-size: 0.90em;
	background-color: #006098;
	padding: 4px;
	color: #fff;
display: block;
}

table#school td
{
	padding: 4px;
	font-size: 0.88em;
}


#school a:link
{
	color: #0071B3;
	text-decoration: underline;
}

#school a:visited
{
	color: #55A0CC;
	text-decoration: underline;
}

#school a:hover { text-decoration: none; }

ol, ul
{
	padding-left: 10px;
	margin: .75em 0 .75em 1.5em;
}

#content ul li 
{
	list-style-type: default;
	list-style-image: url(images/bullet.gif);
	list-style-position: default;
}

ul.arrow li
{
	list-style-type: default;
	list-style-image: url(images/bulletArr.gif);
	list-style-position: default;
}
.blue { color: #0071B3;
background-color: inherit;
font-weight: bold; }
/* End of 'akeb blue' */

