/*
div
{
	border-width: 1px;
	border-color: green;
	border-style: dashed;
}
p,blockquote,ul,ol,li,h1,h2,h3,h4,h5,h6,table,tr,td,th,a
{
	border-width: 1px;
	border-color: red;
	border-style: dotted;
}
*/

body
{
	font-family: StoneSans,Helvetica,Arial,Geneva,sans-serif;
	font-size: 10pt;
	color: black;
	background-color: #ffffff;
	background-image: url(/images/patterns/lines/gray.gif);
	background-position: left top;
	background-repeat: repeat;
	text-align: left;
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 800px;
}

body.watermark
{
	background-image: url(/images/patterns/compass/watermark.gif);
	background-position: center top;
	background-repeat: repeat-y;
}

body.plain { background-image: none; }


ul li
{
	list-style-type: square;
	list-style-position: outside;
}
ul li, ol li
{
	padding: 0;
	margin: 1em auto 1em auto;
}
ul.compass, ul li.compass {list-style-image: url(/images/bullets/compass.png); }
ul.compass a[name] {font-weight: bold;}
ul.arch, ul li.arch { list-style-image: url(/images/bullets/arch.gif); }

.toc
{
	width: 135px;
	height: 500px;
	background-color: #95B8DC;
	border: 0pt none;
	margin: 0 0 12px 0;
	padding: 12px;
	font-size: 10pt;
	display: block;
}

.toc ul
{
	font-size: 8pt;
	color: black;
	margin: 0 0 0 1em;
	padding: 0;
	list-style-type: square;
	list-style-position: outside;
}

#toc_l
{
	float: left;
}

#toc_r
{
	float: right;
}

#stories
{
	font-size: 10pt;
	position: relative;
	margin: 0 170px;
	height: 460px;
	width: 460px;
}

#stories>div
{
	position: absolute;
	visibility: hidden;
	top: 0px;
	left: 0px;
	margin: 0;
	padding: 0;
	width: 460px;
}

div#story1
{
	visibility: visible;
}

#stories blockquote { font-style: italic; }

#stories img
{
	border-width: 1px;
	border-style: solid;
	float: right;
	margin: 6px 0 6px 6px;
}

#col1
{
	width: 200px;
	float: left;
}

#col2
{
	width: 200px;
	float: right;
}

#stories a[onclick] { font-style: italic; }

#heading
{
	position: relative;
	top: 0px;
	left: 0px;
	width: 800px;
	height: 150px;
	display: block;
	margin: 0;
	padding: 0;
}

#heading img
{
	float: left;
}

#links
{
	font-weight: normal;
	font-size: 10pt;
	color: black;
	width: 200px;
	right: 0px;
	display: block;
	float: right;
}

#links ul 
{
	margin: 1em 0 0 auto;
	padding: 0;
}

#links ul li
{
	list-style-type: square;
	list-style-position: inside;
	margin: 0 auto 0 auto;
	padding: 0;
}

#body
{
	position: relative;
	left: 0px;
	top: 0px;
	width: 800px;
}

#sidebar
{
	display: block;
	width: 200px;
	padding: 10px;
	margin: 0 0 10px 10px;
	float: right;
	background-color: #95B8DC;
	border: 0pt none;
	font-size: 9pt;
}

#sidebar ul li
{
	margin: 0 auto 0 auto;
}

img.sidebar
{
	width: 200px;
	border-width: 10pt 0 10pt 0;
	border-style: solid;
	border-color: #004373;
	margin: 6px 0 6px 0;
	padding: 0;
}

#contact
{
	font-weight: normal;
	font-size: 10pt;
	text-align: center;
}

#statistics
{
	font-weight: normal;
	font-size: 9pt;
	text-align: center;
}

.center { text-align: center; }
.left	{ text-align: left; }
.right	{ text-align: right; }
table.center
{
	margin-left: auto;
	margin-right: auto;
}

.fr
{
	float: right;
	margin: auto 0 auto 10px;
}

.fl
{
	float: left;
	margin: auto 10px auto 0;
}

h1,h2,h3,h4,h5,h6
{
	font-family: StoneSans,Helvetica,Arial,Geneva,sans-serif;
	font-weight: bold;
	color: #004373;
	margin: 1ex 0 0 0;
}

h1 { font-size: 18pt; }
h2 { font-size: 14pt; }

h3
{
	font-size: 14pt;
	font-style: italic;
}

h4
{
	font-size: 12pt;
	margin-bottom: 0;
}

h5
{
	font-size: 12pt;
	font-style: italic;
}

h6 { font-size: 10pt; }

pre
{
	font-family: Courier,monospace;
	font-size: 10.0pt;
	color: black;
}

code
{
	font-family: Courier,monospace;
	font-size: 10.0pt;
	font-weight: bold;
	color: black;
}

img { border-style: none; }

a
{
	color: #004373;
	text-decoration: none;
}

a:hover, a:active
{
	text-decoration: underline;
}

a[name]
{
	text-decoration: none;
}

.hidden, .hidden a:link, .hidden a:visited
{
	font-size: 1pt;
	text-decoration: none;
	color: #ffffff;
}

.clear { clear: both; }

address
{
	margin: 1em 0;
	text-align: center;
	clear: both;
}

table
{
	background-color: #004373;
	border: 0px none;
}

table.nav
{
	width: 100%;
	border: 0px;
	border: 0px none;
	background-color: #004373;
	border-collapse: separate;
}

table.nav th
{
	font-family: StoneSans,Helvetica,Arial,Geneva,sans-serif;
	font-weight: bold;
	font-size: 12pt;
	color: white;
	background-color: #cccccc;
	width: 20%;
	padding: 0;
	margin: 0;
	border-width: 0px;
	border-style: none;
}

table.nav th a
{
	display: block;
	position: relative;
	width: 100%;
	padding: 5px 0 5px 0;
	margin: 0;
	text-align: center;
}

table.nav #hosting a:hover
{
	color: white;
	background-color: #004373;
	text-decoration: none;
}

table.nav #eservices a:hover
{
	color: white;
	background-color: #488D22;
	text-decoration: none;
}

table.nav #creative a:hover
{
	color: white;
	background-color: #542D80;
	text-decoration: none;
}

table.nav #scientific a:hover
{
	color: white;
	background-color: #BF0000;
	text-decoration: none;
}

table.nav #aboutus a:hover
{
	color: white;
	background-color: #004373;
	text-decoration: none;
}

li.none
{
	list-style-image: none;
	list-style-type: none;
}

img.invisible
{
	height: 94px;
	width: 500px;
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	position: absolute;
	top: 0px;
	left: 0px;
	border-color: green;
	border-width: 1pt;
	border-style: dotted;
}

img.bar, #navlinks
{
	width: 760px;
	margin: 0px;
	padding: 3px 20px 1px 20px;
	background-color: #004373;
	float: left;
	text-align: center;
	text-transform: inherit;
}

#navlinks a {color: white;}

.creative body { background-image: url(/images/patterns/lines/purple.gif); }
.creative #sidebar { background-color: #C4BADD; }
.creative h1,.creative h2,.creative h3,.creative h4,.creative h5,.creative h6,.creative a { color: #542D80; }
.creative img.bar,.creative table,.creative #navlinks { background-color: #542D80; }
.creative img.sidebar { border-color: #542D80; }
.eservices body { background-image: url(/images/patterns/lines/green.gif); }
.eservices #sidebar { background-color: #C4E2B5; }
.eservices h1,.eservices h2,.eservices h3,.eservices h4,.eservices h5,.eservices h6,.eservices a { color: #488D22; }
.eservices img.bar,.eservices table,.eservices #navlinks { background-color: #488D22; }
.eservices img.sidebar { border-color: #488D22; }
.hosting body { background-image: url(/images/patterns/lines/red.gif); }
.hosting #sidebar { background-color: #95B8DC; }
.hosting h1,.hosting h2,.hosting h3,.hosting h4,.hosting h5,.hosting h6,.hosting a { color: #004373; }
.hosting img.bar,.hosting table,.hosting #navlinks { background-color: #004373; }
.hosting img.sidebar { border-color: #004373; }
.scientific body { background-image: url(/images/patterns/lines/red.gif); }
.scientific #sidebar { background-color: #FF9999; }
.scientific h1,.scientific h2,.scientific h3,.scientific h4,.scientific h5,.scientific h6,.scientific a { color: #BF0000; }
.scientific img.bar,.scientific table,.scientific #navlinks { background-color: #BF0000; }
.scientific img.sidebar { border-color: #BF0000; }
