/************** General Rules **************/

html, body {
	margin: 0;
	padding: 0;
	text-align: center;
}

body {
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: black;
	background: #ffffff;
}

h1 {
	margin: 0;
	padding: 0;
	color: white;
	font-weight: bold;
	font-style: italic;
	font-size: 20px;
	padding-top: 25px;
	padding-left: 100px;

}

h2 {
	margin: 0;
	padding: 20px 20px 5px 20px;
	font-size: 16px; 
	font-weight: bold; 
	color: gray; 
}

h3 { 
	margin: 0;
	padding: 20px 20px 0px 20px;
	font-size: 13px; 
	font-weight: bold; 
	color: black; 
	text-align: left;
} 

h4 {
	margin: 0;
	padding: 0;
	color: white;
	font-weight: bold;
	font-style: italic;
	font-size: 20px;
	padding-top: 5px;
	padding-left: 200px;

}

p {
	margin: 0;
	padding: 10px 20px 10px 20px;
}

hr {
	z-index: 50;
	margin: 0;
	padding: 0;
	color: rgb(225, 225, 255);
	background-color: rgb(225, 225, 255);
	height: 1;
}

form {
	margin: 0;
	padding: 0;
	padding-left: 40px;
}

dt {
	margin: 0;
	padding: 20px 20px 0px 40px;
	font-size: 13px; 
	font-weight: bold; 
	color: black; 
	text-align: left;
}

dd {
	margin: 0;
	padding: 5px 20px 0px 40px;
	font-size: 12px;
	line-height: 20px;
	color: black;
}


/************** ID's **************/

#page-container {
	width: 840px;
	margin: auto;
	background: white;
	text-align: left;
	background-image: url("images/bg.jpg");
	background-repeat: repeat-y;
}


#header {
	height: 100px;
	background: #990712;
	background-image: url("images/logo.jpg");
	background-repeat: no-repeat;
}

#navigation {
	float: left;
	width: 150px;
	background: #990712;
	color: white;
	text-align: center;
}

#content {
	padding-left: 150px;
	background: white;
	text-align: justify;
	background-image: url("images/bg.jpg");
	background-repeat: repeat-y;
}

#scroller {
	float: left;
	padding-left: 170px;
	padding-top: 10px;
	text-align: centre;
}

#footer {
	clear: both;
	background: white;
	height: 170px;
	background-image: url("images/bg.jpg");
	background-repeat: repeat-y;
}


#pad {
	padding: 5px 0 5px 0;
}


#boxout {
	float: right;
	color: #5959AB;
	text-decoration: none;
	display: block;
	border: 1px solid #5959AB;
	padding: 10px;
	margin: 10px;
	background: rgb(225, 225, 255);
}



/************** Menu System **************/


#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}


#nav a {
	display: block;
	width: 145px;
}


#nav li {
	float: left;
	width: 145px;
}

#nav li ul {
	position: absolute;
	width: 145px;
	left: -999em;
}

#nav li:hover ul {
	left: auto;
}

#nav li.bignav {
	display: block;
	padding: 2px 0 2px 2px;
	background: rgb(225, 225, 255);
	border: 1px solid black;
	margin: 3px 0 3px 0;
	text-align: left;
	text-decoration: none;
	font-size: 11px; 
	color: #5959AB; 
}


#nav ul.subnav {
	display: block;
	padding: 2px 0 2px 2px;
	background: rgb(225, 225, 255);
	border: 1px solid black;
	margin: 0px 0px 0px 10px;
	text-align: left;
	text-decoration: none;
	font-size: 11px; 
	color: #5959AB; 
}

#nav ul.subnav li a:hover {
	display: block;
	background:  #5959AB;
	text-align: left;
	text-decoration: none;
	color: white; 
}

#navigation ul.subnav li {
	padding: 0 2px 0 2px;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}


/************** Pseudo-Classes **************/

#nav a:link{
	text-align: left;
	text-decoration: none;
	color: #5959AB; 
}

#nav a:visited{
	text-align: left;
	text-decoration: none;
	color: #5959AB; 
}

#nav a:hover{
	text-align: left;
	text-decoration: none;
	color: blue; 
}

#boxout li a:link{
	text-align: left;
	text-decoration: none;
	color: #5959AB; 
}

#boxout li a:visited{
	text-align: left;
	text-decoration: none;
	color: #5959AB; 
}

#boxout li a:hover{
	text-align: left;
	text-decoration: none;
	color: blue; 
}


/************** Classes **************/

.hidden {
	display: none;
}

.titleimage {
	margin-left: 100px;
	float: right;
}

.picleft {
	float:left;
	padding: 5px 5px 5px 20px;
}

.picright {
	float:right;
	padding: 5px;
}

.rule {

	color: rgb(225, 225, 255);
	background-color: rgb(225, 225, 255);
	height: 1px;
	overflow: hidden;
}

.onpage {
	margin-left: 20px;
	padding: 0 2px 0 2px;
	display: block;
	border: 1px solid  #5959AB;
	color:  #5959AB;
	background-color: rgb(225, 225, 255);
}

.oncompage {

	float: left;
	margin-left: 20px;
	padding: 0 2px 0 2px;
	width: 300px;
	display: block;
	border: 1px solid  #5959AB;
	color:  #5959AB;
	background-color: rgb(225, 225, 255);
}

.img {
	margin: 5px;
	border: 0px;
	height: auto;
	width: auto;
	float: left;
	text-align: center;
}	


.img img {
	display: inline;
	margin: 0px;
	border: 0px;
}


.desc {
	text-align: center;
	width: 100px;
	margin: 2px 0 20px 0;
}

.desc a {
	color: grey;
	font-size: 10px;
	text-decoration: none;
	text-align: center;
	width: 100px;
	padding: 2px 0 10px 0;
}



.img2 {
	margin: 5px 5px 5px 15px;
	border: 0px;
	height: auto;
	width: auto;
	float: left;
	text-align: center;
}	


.img2 img {
	display: inline;
	margin: 0px;
	border: 0px;
}

.desc2 {
	text-align: center;
	width: 180px;
	margin: 2px 0 20px 0;
}

.visibletable {
	margin: 20px 0 20px 50px;
	border: 1px solid black;
}

.visibletable td{
	border: 1px solid black;
	width: 170px;
}

.visibletable tr{
	height: 30px;
}

.visibletable2 {
	margin: 20px 0 20px 50px;
	border: 0px solid black;
}

.visibletable2 td{
	border-bottom: 1px solid black;
	width: 300px;
}

.video {
	padding: 20px;
}