body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #333333;
	color: #FFFFFF;
	top: 15px;
}
a:link {
	color: #CCCCCC;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}
h1 {
	font-size: 30px;
	color: #ffffff;
}

a:visited {
	color: #CCCCCC;
	text-decoration: none;
	font-weight: bold;
		font-size: 12px;

}
a:hover {
	color: #0000FF;
	text-decoration: underline;
	font-weight: bold;
		font-size: 12px;

}
a:active {
	color: #0000FF;
	text-decoration: underline;
	font-weight: bold;
		font-size: 12px;

}
a.dark:link {
	color: #FFFFFF;
	text-decoration: none;
}

a.dark:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;

}

a.dark:active {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;

}

a.dark:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;

}
a.bcrumb:link {
	color: #a5bd63;
	text-decoration: none;
}

a.bcrumb:visited {
	color: #a5bd63;
	text-decoration: none;
	font-weight: bold;

}

a.bcrumb:active {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;

}

a.bcrumb:hover {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;

}

#navlist {
	left: 0px;
	top: 0px;
	width: 116px;
}

#navlist ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	text-align: right;
}
#navlist li {
	margin: 0 0 4px 0;
}
#navlist a {
	/*/*/display: block;
	/*padding: 5px 48px 3px 2px;*/
	padding: 4px 0px 3px 0px;
	width: 116px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	background-image:  url(images/css_nav_off.gif); /* */
	background-repeat: no-repeat;
	background-position: 15px 0px;
}

#navlist a:link, #navlist a:visited {
	color: #ffffff;
	text-decoration: none; /* */
}
#navlist a:hover {
	background-image:  url(images/css_nav_on.gif);
	color: #ffffff;
}

#prjlist {
	left: 0px;
	top: 0px;
	width: 700px;
	list-style-type: none;
}
#prjlist ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	text-align: left;
}
#prjlist li {
	margin: 0 0 10px;
	background-color: #333333;
		padding: 5px;
}
h2 {
	font-size: 18px;
	color: #ffffff;
}
h3 {
	font-size: 14px;
	color: #ffffff;
}
.bc {
	font-size: 12px;
	font-style: italic;
}
table {
	font-size: 12px;
}
.arihead {
	font-size: 100px;
	color: #999999;
}

#text {
	overflow: auto;
	padding: 5px;
	height: 300px;
	width: 155px;
	Background-color: #000000;
	scrollbar-base-color: #999999;
	}
.mainimglay {
	width: 480px;
	height: 320px;
	position: absolute;
	background-color: #000000;
}

/*------------------------------------*\
	NAV
\*------------------------------------*/
#nav{
	float:left;
	width:100%;
	list-style:none;
	font-weight:bold;
	margin-bottom:10px;
	padding: 0 0 0 40px;
}
#nav li{
	float:left;
	margin-right:20px;
	position:relative;
	display:block;
}
#nav li a{
	display:block;
	padding:5px;
	color:#fff;
	background:#000;
	text-decoration:none;

	text-shadow:1px 1px 1px rgba(0,0,0,0.75); /* Text shadow to lift it a little */
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
}
#nav li a:hover{
	color:#fff;
	background:#6b0c36; /* Solid colour fall-back */
	background:rgba(107,12,54,0.75); /* It'll look nice semi-transparent */
	text-decoration:underline;
}

/*--- DROPDOWN ---*/
#nav ul{
    z-index:100;
	list-style:none;
	position:absolute;
	left:-9999px; /* Hide off-screen when not needed (this is more accessible than display:none;) */
	opacity:0; /* Set initial state to transparent */
	-webkit-transition:0.25s linear opacity; /* Make the dropdown fade-in in Webkit */
	padding:0;
}
#nav ul li{
	padding-top:1px; /* Introducing a padding between the li and the a give the illusion spaced items */
	float:none;
}
#nav ul a{
	white-space:nowrap; /* Stop text wrapping and creating multi-line dropdown items */
	display:block;
}
#nav li:hover ul{ /* Display the dropdown on hover */
	left:0; /* Bring back on-screen when needed */
	opacity:1; /* Fade to opaque */
}
#nav li:hover a{ /* Set styles for top level when dropdown is hovered */
	background:#333; /* Solid colour fall-back */
	background:rgba(51,51,51,0.75); /* It'll look nice semi-transparent */
	text-decoration:underline;
}
#nav li:hover ul a{ /* Override some top level styles when dropdown is hovered */
	text-decoration:none;
	-webkit-transition:-webkit-transform 0.075s linear;
}
#nav li:hover ul li a:hover{ /* Set styles for dropdown when items are hovered */
	background:#6b0c36; /* Solid colour fall-back */

	background:rgba(107,12,54,0.75); /* It'll look nice semi-transparent */
	text-decoration:underline;
	}
img { 
z-index:-1;
}
