
html{}

body {
	margin:20px;
	font-family:"Trebuchet MS",Arial,sans-serif;
}

a {
	text-decoration:none;
	color:#007193;
	cursor:pointer;cursor:hand;
}

a:hover {text-decoration:underline;}

.italic{font-style:italic;}
.bold{font-weight:bold;}
.smalltext{font-size:75%;}

ul{
	padding-left:10px;
	list-style-type:none;
}

.bluebg{background:#007193;}

#header{
	width:100%;
	margin-top:100px;
	height:50px;
	background:#007193;
}

#navbar {
	width:100%;
	height:20px;
	background:#90BBCD;
	border:2px solid #007193;
	border-width:0px 2px 2px;
}

.navbutton {
	padding:2px 6px;
	border-right:2px solid #007193;
}
.navbutton a {color:#007193}
.navbutton a:hover {color:#fff}

#spacer{
	width:18px;
	border-left:2px solid #007193;
}

#main{width:100%;}

#content {height:450px;}
#content iframe{
	width:100%;
	height:100%;
	background:white;
}

#footer {
	width:100%;
	height:50px;
	background:#007193;
	font-size:85%;
	color:#fff;
}
#footer a{color:white;}
#footer td{padding-top:4px;}


/* RESUME */

.header{font-weight:bold;color:#007193;}

.colored{color:#007193;}

.softwarename{
	text-align:right;
	white-space:nowrap;
}

.top{margin-top:0px;}


/* LOGOS */

#logotable{width:100%;height:410px;}

#logolist li {margin-bottom:15px;}


/* PRINT */

#printtable{width:100%;height:410px;}

#printlist li {margin-bottom:10px;}
#printlist li ul {margin-top:10px;}

/* ILLUSTRATION */

#illtable{width:100%;height:410px;}

#illlist li {margin-bottom:10px;}
#illlist li ul {margin-top:10px;}


/* WEB */

#webtable{width:100%;height:410px;}

#weblist li {margin-bottom:20px;}


