/* CSS Document */
/*Graphics, Design, Layout and CSS by Christy Costello. Copyright Spectral Fusion, 2005. All rights reserved. Any past, present, or future products of Spectral Fusion are protected by United States copyright laws and may not be modified in any way without prior written consent of the designer or party responsible for its creation. This includes removing or modifying our registered logo or name, copyright notice, or any other piece of work belonging to Spectral Fusion. You may not reproduce this page without the designer's written permission.*/

/* ---------------- background design ---------------- */
body {
}

/* ---------------- contains everything ---------------- */
#container {
width:760px;
margin-left:auto;
margin-right:auto;
border:0px;
height:700px;
}


/* ----------------gives the left hand navigation an expandable background color---------- */
#content {
position:relative;
height:650px;
}



/* ---------------- Header styles---------------- */
#title {
display:none;
}

/* ----------------image replacement ---------------- */
#imagereplacement {
}

/* ---------------- styles all of the links (color,bold hover) ---------------- */
ul{
display:none;
	}
		
/* ----------------positions top main navigation, bar---------------- */


/*-----font color, padding----------- */
#mainlinks {
display:none;
}

/* ---------------- positions left (country) links and gives it a color---------------- */
#leftlinks {
display:none;
}

/* ----------------styles for UM links, standards---------------- */
#umstandards {
display:none;
}
#umlogo {
display:none;
}

#umstandards ul li{
display:none;
}


/* ----------------positions text block---------------- */

/* ----------------positions footer---------------- */
div[id="footer"] {
display:none;
}

#footer {
display:none;
}

.contact {
font-size: .8em;
text-align:left;
}

.text {
position:relative;
font-size:1.0em;
padding: 0px 30px 30px 0px;
right:0px;
}


#footer a:link, a:visited {
color:#A88861;
list-style:none;
text-decoration:none;
}

#footer a:hover {
font-weight:800;
}

.nostyles{display:none;}	
.hidden{position:absolute;
	margin: -500px 0 0 -1000px;}






