body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 0;
	padding: 0;
	text-align: left;
	color: #888;
	background-color: #036;
	background-image:  url(images/swooshBack.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

div {border: 0px solid black;}

#insidepage {
	margin: 3em 50px 0 230px;
	padding: 0;
	background-color: #FFF;
	border: 1px solid #BBB;
	border-width: 2px 4px 3px 2px;
	/*fix for text disappearing with floats*/
	line-height: 100%;
}

div#othersites {
	position: absolute;
	top: 2.5em;
	left: 230px;
	width: 40em;
	float: left;
	line-height: 1.3em;
	color: #CCC;
	font-size: 0.7em;
	font-weight: bolder;
}

div#othersites li {
	list-style: none;
	float: left;
	display: block;
	width: 1px;
	/* commented backslash hack for IE5 Mac \*/
	width: auto;
    /* end hack */
	border-left: 2px solid #BBB;
	border-top: 2px solid #DDD;
	border-right: 1px solid #999;
}

div#othersites a {
	display: block;
	width: auto;
	text-decoration: none;
	padding: 0.3em 0.5em;
	color:#CCC;
}

div#othersites a:hover {
	color: #F7621A;
	/* commented backslash hack for IE5 Mac \*/
	color: #FFF;
	background-color: #F7621A;
    /* end hack */
}

div#othersites li.here {
	padding: 0.3em 0.5em;
	text-decoration: none;
	color: #999;
	background-color: #FFF;
}

#logo {
	position: absolute;
	top: 28px; 
	left: 16px;
}

div#identity {
	text-align: left;
	padding: 1em 1em;
	color: #666;
	background-color: #FFF;
}

.vmebus {
	font-size: 14pt;
	font-weight: bolder;
}

.tagline {
	font-size: 10pt;
	font-style: italic;
	font-weight: bolder;
	text-transform: capitalize;
}

div#searchbox {
	position: absolute;
	top: 120px;
	left: 35px;
	width: 150px;
	text-align: center;
}

div#nav {
	position: absolute;
	top: 240px;
	left: 25px;
	width: 160px;
	padding: 5px;
	font-size: 75%;
	font-style: normal;
	font-weight: bold;
	background-color: #fff;
	border: 1px solid #BBB;
	border-width: 2px 3px 3px 2px;
}

div#footer {
	position: absolute;
	top: 624px;
	left: 33px;
	width: 160px;
	text-align: center;
	font-size : 70%;
	font-weight: bold;
	color: #CCC;
}

div#content {
	margin: 0 0 30px 0;
	padding: 1em 20px 3em 20px;
	background-color: #fff;
	/*fix for text disappearing with floats*/
	line-height: 100%;
}


div#highlight {
	float: right;
	width: 35%;
	margin: 3em 10px;
	padding: 10px;
	border: 1px solid #F3BEA5;
	border-width: 1px 2px 2px 1px;
}

div#forum {
	float: right;
	width: 25%;
	margin: 1em 5px;
	padding: 10px;
	border: 1px solid #F3BEA5;
	border-width: 1px 2px 2px 1px;
	background-color: #FC6;
}

div#story {
	width: 45%;
	margin: 0;
	padding: 20px;
}


#footer a {color: #CCC;}
#footer a:hover {color: #FFF;}

.navhere {
	margin: 0 -10px;
	text-indent: 10px;
	color: #fff;
	background-color: #999;
}

#nav a {
	text-decoration: none;
}

#nav a:visited {
	color: #036;
}    

#nav  a:hover {
	color: #F60;
}

#nav ul {list-style: none; padding: 0.3em;}
#nav li {padding: 0.2em;}

.photo {float: right; padding: 5px;}

#bigtable {float: right; width: 50%; color: #000; background-color: #EEE; padding: 1em; margin: 0 0 2em 2em; font-size: 70%; font-weight: bolder; border: 1px solid #F3BEA5; border-width: 1px 2px 2px 1px; min-width: 300px;}

#bigtable td {text-align: center; padding: 0.3em; border: 1px solid #666;}
#bigtable col.firstcol {font-weight: normal;}

.newsdate {
	font-size: 85%;
	font-weight: bold;
	margin-left: 20px;
	margin-bottom: 0;
}

.newshead {
	font-size: 100%;
	font-weight: normal;
	margin-top: 2px;
	margin-bottom: 10px;
	margin-left: 20px;
}

img {border-style: none;}

ul {
	margin: 0;
	padding: 0;
	list-style-type : square;
	list-style-position: outside;
}

.simplelist {
	list-style: none; 
	font-size: 80%;
	margin: 0 20px;
}

.midbullets {
	font-size: .75em;
	margin: 5px 0 20px 50px;
}

.midbullets li {
	padding-top: 0.3em;
}

.hitme {
	margin: 0.7em;
	background-color: #F60;
	color: #FFF;
	font-size: 120%;
	font-weight: bold;
	border: 3px solid #FFF;
	border-style: double;
	text-align: center;
}
.forum {
	margin: 0.7em;
	background-color: #666;
	color: #FFF;
	font-size: 120%;
	font-weight: bold;
	border: 3px solid #FFF;
	border-style: double;
	text-align: center;
}

a {color : #036; text-decoration: underline;}
a:hover {color: #F60;}
a:visited {
	color: #C60;
	font-size: 100%;
}

h1 {font-size : 120%;}

h2 {
	font-size : 100%;
	font-weight: bold;
	background-color: #036;
	color: white;
	text-align: center;
	margin: 5px 5px 15px 5px;
	text-transform: uppercase;
	letter-spacing: 5px;
}
	
h3 {font-size : 90%;
	margin: 3em 0 0.2em 10px;
}

h4 {
	font-size : 90%;
	color: #333;
	font-style: italic;
	font-weight: bolder;
	margin: 3em 0 0.2em 10px; 
}

h5 {
	font-size : 85%;
	font-weight: bold;
	margin-left: 5px;
	margin-bottom: 0px;
}

h6 {
	font-size : 80%;
	font-weight : bold;
	margin-bottom: 0px;
}

p {
	font-size : .85em;
	margin: 10px;
}


.itemtitle { font-size: 80%; padding: 0.5em 10px 0.5em 10px; text-transform: capitalize;}
.red-emph {
	font-weight: 300;
	color: #990000;
}
th {font-size: 90%; font-style: italic; padding: 5px;}
td {
	padding: 2px;
}
td.threecols {width: 33%; color: #333; background-color: #EEE; border: 1px solid #BBB; border-width: 1px 2px 2px 1px; }

div#boardedge {
	position: absolute;
	top: 3.1em;
	right: 53px;
	width: 87px;
	height: 50px;
	background-image: url(images/boardedge.gif);
}

.smallprint {
	font-size: 90%;
}

.BodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .85em;
	font-style: normal;
}
.SubHeading2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	line-height: 100%;
	font-weight: bold;
	font-variant: normal;
	color: #FFF;
	background-color: #036;
	text-align: center;
}
.Links {
	font-size: 0.75em;
}
.Body65em {
	font-size: 0.75em;
}
