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


#homepage {
	width: 770px;
	height: 45em;
	background-color: #FFF;
	margin-left: -385px;
	position: relative;
	top: 40px;
	left: 50%;
}

div#othersites {
	position: relative;
	top: -1.9em;
	right: 0;
	float: right;
	line-height: 1.3em;
	width: 80%;
	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;
}


div#identity {
	position: absolute;
	top: 15px;
	left: 20%;
	width: 52%;
	text-align: left;
	color: #666;
}

.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: 2px;
	right: 40px;
	width: 25%;
	text-align: center;
}

div#leftborder {
	position: absolute;
	top: 0;
	left: -4px;
	width: 4px;
	height: 45em;
	background-color: #C60;
}

div#nav {
	width: 15%;
	position: absolute;
	bottom: 2em;
	left: 2%;
	height: 20em;
	font-size: 75%;
	font-style: normal;
	font-weight: bold;
	background-color: #EEE;
	padding: 5px;
	border: 1px solid #BBB;
	border-width: 1px 2px 2px 1px;
}

div#nav li {
	margin-left: 25px;
	padding-bottom: 3px;
	font-size: 90%;
}

div#learn {
	position: absolute;
	top: 5em;
	height: 205px;
	left: 1%;
	width: 71%;
	padding: 0 5px;
	font-size: 80%;
	font-weight: bold;
}

div#learn ul {
	margin-left: 5px;
	font-size: 85%;
}

div#learnright {
	position: absolute;
	top: 11em;
	left: 72%;
	width: 13.5em;
	padding: 5px 5px 5px 25px;
	margin: 10px;
	font-size: 70%;
	font-weight: bolder;
	line-height: 1.5em;
	background-color: #eee;
	border: 1px solid #BBB;
	border-width: 1px 2px 2px 1px;
}


div#standards_list {
	position: absolute;
	top: 8.5em;
	left: 1%;
	height: 12em;
	width: 32%;
	font-size: 100%;
	font-weight: bold;
}

div#standards {
	position: absolute;
	top: 9em;
	left: 35%;
	height: 100px;
	width: 64%;
	margin: 0.8em;
	font-size: 85%;
	font-weight: bold;
	border-top: 2px solid #CCD7E0;
}

#std0    {
	position: absolute;
	top: 0;
	visibility: visible;
	display: block;
	padding-right: 2em;
	padding-top: 1em;
}

#std1    {
	position: absolute;
	top: 0;
	visibility: hidden;
	display: block;
	padding-right: 2em;
	padding-top: 1em;
}

#std2    {
	position: absolute;
	top: 0;
	visibility: hidden;
	display: block;
	padding-right: 2em;
	padding-top: 1em;
}

#std3    {
	position: absolute;
	top: 0;
	visibility: hidden;
	display: block;
	padding-right: 2em;
	padding-top: 1em;
}

#std4    {
	position: absolute;
	top: 0;
	visibility: hidden;
	display: block;
	padding-right: 2em;
	padding-top: 1em;
}

#std5    {
	position: absolute;
	top: 0;
	visibility: hidden;
	display: block;
	padding-right: 2em;
	padding-top: 1em;
}

#std6    {
	position: absolute;
	top: 0;
	visibility: hidden;
	display: block;
	padding-right: 2em;
	padding-top: 1em;
}

#std7    {
	position: absolute;
	top: 0;
	visibility: hidden;
	display: block;
	padding-right: 2em;
	padding-top: 1em;
}

div#appl {
	position: absolute;
	top: 30em;
	height: 7em;
	left: 72%;
	width: 25%;
	font-size: 80%;
	font-weight: bold;
}

div#news {
	position: absolute;
	bottom: 1em;
	height: 23em;
	left: 20%;
	width: 50%;
	font-size: 80%;
	font-weight: bold;
	border: 1px solid #F3BEA5;
	border-width: 1px 2px 2px 1px;
}


div#events {
	position: absolute;
	bottom: 1em;
	height: 17em;
	left: 72%;
	width: 26%;
	font-size: 80%;
	font-weight: bold;
	border: 1px solid #F3BEA5;
	border-width: 1px 2px 2px 1px;
}

div#footer {
	position: absolute;
	bottom: -8em;
	width: 100%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
	font-size : 70%;
	font-weight: bold;
	color: #CCC;
}

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

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

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

.newshead {
	font-size: 85%;
	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;
}

.smallbullets {
	font-size: 70%;
	margin : 10px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
	
}

.bigbullets{
	font-size: 80%;
	margin: -15px 0 0 50px;
	padding: 15px 0px 0px 0px;
}

.midbullets {
	font-size: 80%;
	margin: 0px 5px -10px 20px;
}

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

.hitme {
	margin: 0.4em;
	background-color : #F7621A;
	color : #FFF;
	font-size: 7pt;
	font-weight: bold;
	border: 3px solid #333;
	border-style: double;
}

a {color : #00396C; text-decoration: none;}
a:hover {color: #F7621A;}
a:visited {
	color: #C60;
}

h1 {font-size : 120%;}
h2 {font-size : 100%;}
h3 {font-size : 90%;}

h4 {
	font-size : 90%;
	font-weight: bold;
	background-color: #00396C;
	color: white;
	text-align: center;
	margin: 5px 5px 15px 5px;
	text-transform: uppercase;
	letter-spacing: 5px;
}

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 : 90%; margin: 10px;}
