/* style file for  */
/* training for scientists */
/* last modified by RJB */
/* lst modified on 26-Oct-08 */
body
{
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: small;
	background-image: url(images/blue114.jpg);
	background-repeat: repeat;
}
/* these are the font styles for the links that appear on your web page */
a:link {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-weight: bolder;
	color: #000076;
	text-decoration: none;
} 
a:active {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-weight: bolder;
	color: #000076;
	text-decoration: none;
}
a:visited {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-weight: bolder;
	color: #000076;
	text-decoration: none;
}
a:hover {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-weight: bolder;
	color: #AF0020;
	text-decoration: underline;
}/*this one changes the mouseover or hover state of the link*/

.border
{
    /* this is used for all kinds of borders */
    /* be it for the whole page, or just the content section */
    border: solid 1px #000076;
}

DIV#wrapper {
margin-left: 100px;
	border: 0px solid Navy;
	background-color: White;
	width: 1000px;
}


DIV#banner {
/*	height: 80px;*/
	background-color: #FFFFFF;
}

Div#content {
	top: 100px;
	margin-left: 160px;
	margin-right: 160px;
	padding: 5px;
	background-color: White;
/*	border-top: 1px solid Navy;*/
}

DIV#left {
	position: absolute;
	top: 100px;
	width: 155px;
	height: 600px;
	left: 110px;
	background-color: White;
/*	border-left: 1px solid;*/
}

DIV#right {
	position: absolute;
	top: 100px;
	width: 142px;
	height: 600px;
	left: 966px;
	background-color: White;
}

DIV#footer {
	text-align: center;
	border-top: thin solid Navy;
	clear: both;
	background-color: White;
}


.title
{
    /* this is the styling for the title.  Semantically, this should be an h1 */
	/* padding all four sides of the div in order top, right, bottom, left */
    background-color: #000076;
    color: #D9E1ED;
	border: solid 1px #000076;
	font-family:  tahoma, arial, helvetica, sans-serif;
    font-weight: bold;
    font-size: 36px;
	padding: 10px 20px 10px 20px;
}


.title1 
{
    background-color: #D9E1ED;
    color: #000076;
	font-family:  tahoma, arial, helvetica, sans-serif;
    font-weight: bold;
    font-size: 24px;
}


.title2 
{
    color: #000076;
	font-family:  tahoma, arial, helvetica, sans-serif;
    font-weight: bold;
    font-size: 18px;
}

.title3 
{
    color: #000076;
	font-family:  tahoma, arial, helvetica, sans-serif;
    font-weight: bold;
    font-size: 16px;
}


.title4 
{
    /*width: 130px;*/
    background-color: #FFFFFF;
    color: #000076;
    border: solid 1px #000076;
    font-size: 12px;
    padding: 2px;
    margin-bottom: 3px;
}

.titlemargin
{
	margin: 10px 0px 10px 0px;
}

.subtitle 
{
	color: #000076;
	font-family:  tahoma, arial, helvetica, sans-serif;
    font-weight: bold;
    font-size: 14px;
}

.content
{
    /* this describes the container of the content paragraphs. */
    padding: 0px 20px 0px 20px; /* keeps text off the borders */
	font-family:  tahoma, arial, helvetica, sans-serif;
	color: #000000;
    font-size: 12px;
    padding: 0px;
	margin: 0px;
	background-color: White;
}


.content2
{
    /* this describes the container of the content paragraphs. */
    padding: 0px 20px 0px 20px; /* keeps text off the borders */
	font-family:  tahoma, arial, helvetica, sans-serif;
	color: #D9E1ED;
    font-size: 12px;
    padding: 0px;
	margin: 0px;
}


.content.padleft
{
    /* this is to pad if there's a sidebar on the left */
    padding-left: 180px;
}

.content.padright
{
    /* this is to pad if there's a sidebar on the right */
    padding-right: 180px;
}

.sidebar
{
    width: 150px;
    height: 400px; /* remove this to allow different-sized sidebars */
    background-color: #FFFFFF;
    color: #D9E1ED;
    /*font-weight: bold;*/
    padding: 10px 0px 5px 0px;
	background-color: White;
}

.sidebaritem
{
    width: 130px;
    background-color: #D9E1ED;
    color: #000076;
    border: solid 1px #000076;
    font-size: 14px;
    padding: 2px;
    margin-bottom: 3px;

}


.sidebaritem1
{
    width: 130px;
    background-color: #FFFFFF;
    color: #000076;
    border: solid 1px #000076;
    font-size: 12px;
    padding: 2px;
    margin-bottom: 3px;

}

.horiz
{
    color: #4B1A95;
    font-weight: bold;
	width: 124px;
	float: left;
	text-align: center;
}

.sidebaritem.first
{
    margin-top: 10px;
}

.footer
{
	background-color:#D9E1ED;
	font-size: 12px;
	font-family:  tahoma, arial, helvetica, sans-serif;
	text-align: center;
}

caption {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bolder;
}
OL {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
}

UL {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
}
LI {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
}
ul.mainnav {
	list-style: none;
	margin: 0px;
	padding: 0px;
	background-color: #CCFFCC;
	width: 130px;
	border-top: 1px solid #000064;
	border-left: 1px solid Black;
	border-right: 1px solid Black;
}

ul.mainnav li {
	display: block;
	border-bottom: 1px solid #00008B;
	font-size: smaller;
}

ul.mainnav li a {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 6px;
	background-color: #CCCCFF;
/*	font: bold 0.8em /1.5 arial, sans-serif;		*/
	/* If you get an unwanted gap after your a block (IE-Win) try increasing the line height		*/
	color: #000064;
	text-decoration: none;
}
ul#mainnavgreen li a {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 6px;
	background-color: #CCFFCC;
	font: bold 0.8em /1.5 arial, sans-serif;		/* If you get an unwanted gap after your a block (IE-Win) try increasing the line height		*/
	color: #006400;
	text-decoration: none;
}
ul#mainnavred li a {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 6px;
	background-color: #FFCCCC;
	font: bold 0.8em /1.5 arial, sans-serif; /* If you get an unwanted gap after your a block (IE-Win) try increasing the line height		*/
	color: #640000;
	text-decoration: none;
}

ul#mainnavblue li a:hover {
	background-color: #000064;
	color: #CCCCFF;
}
ul#mainnavgreen li a:hover {
	background-color: #006400;
	color: #CCFFCC;
}
ul#mainnavred li a:hover {
	background-color: #640000;
	color: #ffcccc;
}
	
