body {
	font-family: Arial, verdana, tahoma, sans-serif;
	font-style: normal;
	color: #FFFFFF;
	letter-spacing: normal;
	word-spacing: normal;
	white-space: normal;
	font-size: 100%;
	background:#000000 ;
	}
body a{
    text-decoration: underline;
	color: #FFFFFF;
	}
body a:hover {
	color: #599bc1;
	}

h1 {
	font-size: 1.1em;
	}
h2 {
	font-size: 1.2em;
	}
h3 {
	font-size: 1.3em;
	}	
h4 {
	font-size: 1.5em;
	}
h5 {
	font-size: 2em;
	text-align: center;
	}
img	{
	border:none;
    }

/* this is the style section for the standard header */
#header {
    height: 200px;
	background-position:center center;
	background-repeat: no-repeat;
	background-image:url(Image/IOSC_web_white_w800.gif);
	font-family:Tahoma, Verdana, Arial, sans-serif;
	}
#header_left {
    position: absolute;
	left: 5px;
	top: 5px;
	text-align: left;
	font-size: 1.2em;
	}
#header_left a {
    text-decoration: none;
	color: #FFFFFF;
	}
#header_left a:hover {
	color: #599bc1;
	}
#header_center {
    position: relative;
	top: 125px;
	text-align: center;
	font-size: 2.3em;
	white-space: nowrap;
	}
#header_right {
	position: absolute;
	right: 5px;
	top: 5px;
	text-align: right;
	font-size: 1.2em;
	}
#header_right a {
    text-decoration: none;
	color: #FFFFFF;
	}
#header_right a:hover {
	color: #599bc1;
	}

/* this is the style section for the standard menu */
#menuwrapper {
    position: static;
	padding: 0 0 20px 0;
	}
	
/* this is the style container for everything below the menu */
#mainwrapper {
    width: 100%;
	margin: 0;
	position: static;
	}
	
/* below are the main css divisions we use for IOSC page layouts.  */
#leftcol {
    position: absolute;
	top: 275px;
	left: 5px;
	width: 150px;
	text-align: justify;
	}
#centercol {
	margin-left: 180px;
	margin-right: 175px;
	}
#rightcol {
    position: absolute;
	top: 275px;
    width: 150px;
	right: 5px;
	text-align: justify;
	}

/* below are some variations and modifications to the main page/text areas             */
/* including for dual columns in the center zone, and a larger or smaller center area. */
#centercol ul {
	margin-bottom: 0px;
	margin-top: 0px;
	}
#centercol_centercol {
	width: 90%;
	text-align: justify;
	}
#centercol_text {
	text-align: justify;
	}
#subcol_left {
	text-align: justify;
    position: static;
	width:45%;
	float: left;
	margin: 0 5px 0 0;
	}
#subcol_right {
	text-align: justify;
    position: static;
	width:45%;
	float: right;
	margin: 0 0 0 5px;
	}
#centercol_big {
	margin-left: 80px;
	margin-right: 75px;
	}

/* below are some items for 'specialty' and column heading formatting */
#image_left {
	float:left;
	padding: 10px 15px 10px 0;
	}
#list_no_bullet ul {
	list-style: none;
	}
#leftcoltext {
	text-align: justify;
	font-size: .9em;
	}
#colhead_c_big {
	font-weight:bold;
	font-size:1.1em;
	text-align:center;
	}
#colhead_c_big a {
    text-decoration: none;
	color: #FFFFFF;
	}
#colhead_c_big a:hover {
	text-decoration: underline;
	color: #599bc1;
	}
#colhead_l {
	font-weight: bold;
	text-align: left;
	}
#colhead_l_big {
	font-weight: bold;
	font-size:1.1em;
	text-align: left;
	}
#smalltext {
    font-size: .9em;
	}
#special_link a {
    text-decoration: none;
	}
#special_link a:hover {
    text-decoration:underline;
	}

/* this is the style section for the footer */
#footing {
	float:left;
	position:relative;
	padding: 10px 0px 0px 0px;
    text-align: center;
	font-size: .8em;
	width:100%;
	}
#footing a {
    color: #ffffcc;
	text-decoration: none;
	}
#footing a:hover {
	color: #599bc1;
	}
img	{
	border:none;
}


