/* CSS Document */
div.footer {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color:#CCCCCC; text-align:center; font-weight:bold}

span.marker {font-family: "Courier New", Courier, monospace; font-size:12px; color:#99FF66}

.underline{
	text-decoration:underline;
}

.seperator {
	width:1px; 
	background-color:#AAAAAA;
}

.heading {
	font-size:18px;
	background-color:#333333;
	border:1px solid #CCCCCC;
	color:#EAEAEA;
	font-weight:bold;
	text-align:center;
}

.subheading {
	font-size:12px;
	background-color:#666666;
	border:1px solid #CCCCCC;
	color:#EAEAEA;
	text-align:center;
}

.img_notes {
	z-index:100;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;
	width:100%;
	color:#EAEAEA;
	font-weight:bold;
	background-color:#333333;
	border:1px solid #CCCCCC;
	position:relative;
	top:-10px;
	left:5px;
}

div.img_notes .title {font-size:11px; color:#ECF3FF}

td.img_tbl_cell {
	padding:3px; 
	text-align:center;
	width:25%;
	}

div.page_container {
	height:300px;
	width:99%;
	/*border: 1px solid black;*/
}

.img_group_tbl{
	width:645px
}

a:link { 
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	/*color:#009900;*/
	/*color:#4A4D94;*/
	color:#000066;
	text-decoration: none;
	}
	
a:visited {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	/*color:#009900;*/
	/*color:#4A4D94;*/
	color:#000066;
	text-decoration: none;
	}

a:active {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	/*color:#009900;*/
	/*color:#4A4D94;*/
	color:#000066;
	text-decoration: none;
	}
            
a:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	/*color:#009900;*/
	/*color:#4A4D94;*/
	color:#000066;
	text-decoration: underline;
	}

/*Large Links*/	
a.large:link {font-size: 16px;}
	
a.large:visited {font-size: 16px;}

a.large:active {font-size: 16px;}
            
a.large:hover {font-size: 16px;}
.color {color:#000066;}	
body {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	background-color:#FFFFFF;
	/*background-image:url(img/textures_backgrounds/paperbackground_dark.jpg);*/
	background-image:url(img/textures_backgrounds/paperbackground_dark_invert.jpg);	
	/*background-color:#ababab;*/
	color:#FFFFFF;
	}

.imgCSS {cursor:hand; border:1px solid black}

.tags {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	text-align:right;}
	
	
/* menu styles */
menu_available {}

.cssnav_abstract {
position: relative;
font-family: arial, helvetica, sans-serif;
background-image: url(img/menu/over/abstract.png);
background-repeat: no-repeat;
white-space: nowrap;
display: block;
width: 211px;
height: 44px;
margin: 0;
padding: 0;
}

.cssnav a {
display: block;
color: #000000;
font-size: 11px;
width: 130px;
height: 35px;
display: block;
float: left;
color: black;
text-decoration: none;
}

.cssnav img {width: 130px; height: 35px; border: 0; }
* html a:hover {visibility:visible}
.cssnav a:hover img{visibility:hidden}

.cssnav span {
position: absolute;
left: 35px;
top: 15px;
margin: 0px;
padding: 0px;
cursor: pointer;
}

.wide_spacing {
letter-spacing:5px
}
.font_size_20 {
	font-size: 20px;
}
