/* CSS Document */

@import url(layout.css);
@import url(typography.css);
@import url(temp.css);

body,div,p	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#5a5a5a;
}

p	{
	margin:0 0 8px 0;
	padding:0;
}

#copyright	{
	text-indent:-5000px;
}

#acro	{
	margin-top:0px;
	font-size:9px;
}

hr {
	border:none; /* For Internet Explorer */
	color:#bcce9b;
	height:1px;
	text-align:right;
	width:100%;
}
html>body hr {
	background-color:#bcce9b;
	border: none; /* For Gecko-based  
	browsers */
	height:1px;
	margin-right:0;
	width:100%;
}
html>body hr {
background-color:#bcce9b;
border:0px solid #bcce9b; /*  
For Opera and Gecko-based browsers */
height: px;
margin-right:0;
width:100%;
}


/* --- 	Links
----------------------------------------------------------- */

a, a img	{
	position:relative;
	z-index:1;
}


#menu a:link	{
	color:#3a6ca2;
	text-decoration:none;
	/*background:url(../images/menuBullet.gif) no-repeat 0px 8px;*/
	padding-left:8px;
}
#menu a:active	{
	color:#2b598b;
	text-decoration:none;

	padding-left:8px;
}
#menu a:visited	{
	color:#5281b3;
	text-decoration:none;

	padding-left:8px;
}
#menu a:hover	{
	color:#5281b3;
	text-decoration:none;

	padding-left:8px;
}

a:link	{
	color:#333;
	background:url(../images/linkUnderline.gif) repeat-x bottom;
	text-decoration:none;
}
a:active	{
	color:#333;
	background:url(../images/linkUnderline.gif) repeat-x bottom;
	text-decoration:none;
}
a:visited	{
	color:#333;
	background:url(../images/linkUnderline.gif) repeat-x bottom;
	text-decoration:none;
}
a:hover	{
	color:#555;
	background:url(../images/linkUnderline.gif) repeat-x bottom;
	text-decoration:none;
}


/* --- 	Icons
----------------------------------------------------------- */

.dl	{
	padding-right:9px;
	background:url(../images/iconDL.gif) no-repeat right 2px;
}
.newWin	{
	padding-right:16px;
	background:url(../images/iconWindow.gif) no-repeat right 2px;
}
.pdf	{
	padding-right:15px;
	background:url(../images/iconPDF.gif) no-repeat right 2px;
}


#server	{
position:fixed;z-index:500;top:0;left:0;margin:2px;background:#fff;border:1px solid #444;padding:4px;
font-variant:small-caps;
}