/******************************************************************************
 * HTML tags
 */
 
a, a:hover {
	color: rgb(0, 0, 0);
	background-color: transparent;
	font-weight: bold;
	text-decoration: none;	
}

a:hover {
	color: rgb(205, 205, 205);
	background-color: rgb(154, 154, 154);
}
 
body {
	color: rgb(0, 0, 0);
	background-color: rgb(0, 0, 0);
	background-image: url(../images/graphics/body-bg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	font-family: verdana, arial;
	font-size: 12px;
}

h1, h2, h3, h4, h5, h6 {
	color: rgb(0, 0, 0);
	background-color: transparent;
	font-size: 12px;
	padding: 30px 0 5px 0;
}

p {
	line-height: 230%;
	padding: 15px 0 10px 0;
}

pre {
	font-family: "courier new", courier;	
}

input, textarea {
	border-style: solid;
	border-color: rgb(154, 154, 154);
	border-width: 1px;
	font-family: verdana, arial;
	font-size: 12px;
	padding: 1px;
}

table, th, td, form, label {
	font-family: verdana, arial;
	font-size: 12px;
}

/******************************************************************************
 * ID's and classes
 */
 
* {
	margin: 0;
	padding: 0;
}

#main {
	position: absolute;
	left: 25px;
	width: 724px;
}

#sideBar {
	position: absolute;
}

#content {
	background-color: transparent;
	background-image: url(../images/graphics/content-bg.png);
	padding: 0 30px 30px 30px;
	position: absolute;
	left: 180px;
	top: 75px;
}

#content img {
	margin: 10px;
	border-style: solid;
	border-width: 1px;
	border-color: rgb(154, 154, 154);
}

#topBar {
	background-color: transparent;
	background-image: url(../images/graphics/content-bg.png);
	border-style: solid;
	border-width: 0 0 1px 0;
	border-color: rgb(205, 205, 205);
	height: 50px;
	position: absolute;
	top: 25px;
	width: 100%;
}

#topMenu {
	text-align: center;
	position: absolute;
	top: 25px;
	left: 25px;
	z-index: 1;
}

#copyright {
	display: none;	
}

/* Remove styling from menu lists */
#menu, #menu li ul {
	list-style: none;
}

/* Float all list items under main list to left */
#menu li, #menu li ul li {
	float: left;
	display: block;
	position: relative;
	width: 181px;
	height: 50px;
}

#menu li ul li {
	width: 180px;
	height: 26px;
	background-color: rgb(154, 154, 154);
}

/* Hide nested list */
#menu li ul {
	display: none;
}

/* Display nested list when hovering over main list item */
#menu li:hover ul {
	display: block;
}

#menu li a, #menu li a:hover {
	display: block;
	font-weight: normal;
	width: 180px;
	height: 33px;
	padding: 17px 0 0 0;
	border-style: solid;
	border-width: 0 1px 1px 0;
	border-color: rgb(205, 205, 205);
}

#menu li ul li a, #menu li ul li a:hover {
	width: 180px;
	height: 20px;
	padding: 5px 0 0 0;
}
