body {
    background-color: #FFFFFF;
    font-family: verdana;
    font-size: 15px;
    color: #1a1a1a;
    margin: 0;
    height: 100%;
}

#wrapper {
	position: relative;
	height: 100%;
	}

#header { 
	 font-family: verdana;
	 font-size: 14px;
	 background-image: url('images/logo.png');
	 background-size: auto 100%;
	 background-repeat: no-repeat;
	 background-position: left top;
	 background-color: #91000a;
	 width: 100%;
	 height: 10.4%;
	 margin: 0;
}

#header img {
	float: left;
	width: 11%;
	height: 100%;
	}

#title {
	  text-align: center;
	  color: white;
	  padding: 2%;
}

#title img {
	float: none;
	width: auto;
	height: auto;
}

#center img {
	margin-top: 15%;
	margin-bottom: auto;
	}

#content {
	 background-color: #FFFFFF;
	 min-height: 81%;
	 width: 60%;
	 margin: 0 auto;
	 padding: 15px 15px 40px 15px;
	 text-align: justify;
}

.image {
	max-width: 600px;
	max-height: 400px;
	padding: 1px;
	margin: 0 auto;
	}


.footer {
    display: block;
    background: #1a1a1a;
    color: #FFFFFF;
    width: 100%;
    height: 3%;
} 

	
p {
    text-indent: 25px;
} 

#navWrap {
	background-color: #333333;
    float:left;
    width:100%;
    position: relative;
    margin-bottom: 1%;
	}
	
#navDiv {
    position: relative;
    float: left;
    left: 50%;
	}

#sddm
{   margin:0;
    padding:0;
    list-style:none;
    text-align: center;
    display: block;
    float: left;
    position: relative;
    left: -50%;
	z-index: 30}

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 18px helvetica}

#sddm li a
{	display: block;
	margin: 0 1px 0 0;
	padding: 4px 10px;
	width: auto;
	background: #333333;
	color: #FFF;
	text-align: center;
	text-decoration: none}

#sddm li a:hover
{	background: #91000a}

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #d7d7d7;
	border: 1px solid #000000}

	#sddm div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 5px 10px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #d7d7d7;
		color: #1a1a1a;
		font: 18px helvetica}

	#sddm div a:hover
	{	background: #91000a;
		color: #FFF}





a.header:link { color:#FFFFFF; text-decoration: none; }
a.header:visited { color:#FFFFFF; text-decoration: none; }
a.header:hover { color:#1a1a1a; text-decoration: none; }
a.header:active { color:#FFFFFF; text-decoration: none; }

a:link { color:#1a1a1a; text-decoration: none; }
a:visited { color:#1a1a1a; text-decoration: none; }
a:hover { color:#d31116; text-decoration: none; }
a:active { color:#1a1a1a; text-decoration: none; }