body
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	}
	
p
	{
	margin-bottom: 10px;
	}

p .bold
        {
         text-decoration: bold;
        }

#header
	{
	background-image: url(images/log.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	background-color: #993333;
	height: 150px;
	}

#header img
	{
	text-decoration: none;
	color: #ffffff;
	padding: 20px 0px 20px 0px;
	margin-left: 25px;
	}
	
#content
	{
	padding: 10px 10px 10px 10px;
	margin-top: 50px;
	margin-left: 20%;
	margin-right: 20%;
	max-height: 300px;
	min-height: 300px;
	text-align: justify;
	}

#training_content
	{
	padding: 10px 10px 10px 10px;
	margin-top: 50px;
	margin-left: 20%;
	margin-right: 20%;
	max-height: 350px;
	min-height: 300px;
	text-align: justify;
	}
	
#content ul
	{
	margin-bottom: 20px;
	padding-left: 20px;
	}

.form
	{
	margin-bottom: 15px;
	}
	
#nav
	{
	margin-top: 5px;
	padding: 10px 0px 10px 0px;
	background-color: #993333;
	width: 100%;
	}	
	
#nav ul
	{
	list-style: none;
	text-align: center;
	}
	
#nav ul a
	{
	width: 200px;
	color: #ffffff;
	text-decoration: none;
	margin-right: 5px;
	}
	
#nav ul a:hover
	{
	width: 200px;
	color: #ffffff;
	/* font-weight: bold; */
	text-decoration: none;
	margin-right: 5px;
}

#nav ul li ul
	{
	border-bottom-color: #ffffff;
	border-bottom-width: thin;
	border-bottom-style: solid;
	position: absolute;
	width: 125px;
	display: none;
	padding: 10px 0px 10px 0px;
	background-color: #993333;
	margin-left: 48%;
	margin-right: 45%;
	}
	
#nav ul li:hover ul
	{
	display: block;
	}
			
#nav ul li:hover ul li ul 
	{
	display: none;
	}
			
#nav ul li ul li:hover ul 
	{
	display: block;
	}
	
#nav ul li
	{
	padding: 7px 11px 7px 11px;
	display:inline;
	}

#nav #current
	{
	text-decoration: none;
	font-weight: bold;
	}

* 
	{
	padding: 0;
	margin: 0;
	}
	
#side
	{
	float: left;
	margin-top: 50px;
	margin-left: 20px;
	}
	
#side img
	{
	color: #ffffff;
	border: none;
	}
	
#right
	{
	margin-right: 20px;
	margin-top: 50px;
	float: right;
	}

#right img
	{
	color: #ffffff;
	border: none;
	}

#banner
	{
	text-align: center;
	margin-top: 5px;
	margin-left: 10%;
	margin-right: 10%;
	margin-bottom: 20px;
	}
	
#banner h1
	{
	font-size: 18px;
	}

#footer
	{
	margin-top: 200px;
	padding: 10px 0px 10px 0px;
	text-align: center;
	background-color: #993333;
	width: 100%;
	color: #ffffff;
	}
	
#logos
	{
	margin-top: 10px;
	margin-left: 42%;
	}
	
.bullet
	{
	margin-left: 40px;
	padding-bottom: 10px;
	}