body
	{
	background: #d3d3d3;
	}

/* Settings for borders, line spacing and colours */
#container
	{
	width: 750px;
	margin: auto;
	background: #ffffff;
	border: 0px solid #d3d3d3;
	line-height: 120%;
	}

#logo
	{
	height: 138px;
	background: url(mdmd_logo.jpg) no-repeat;
	}

#pic
	{
	display: inline;
	float: right
	margin-left: 0;
	}

.picborder
	{
	border-bottom: 1px solid #a9a9a9;
	}

/* Parameters for main body of text */
#content p 
	{
	font-family: trebuchet ms, verdana, times, "times new roman", sans-serif; 
	font-size: .9em;
	color: #000;
	text-align: justify;
	font-weight: normal;
	padding-left: 20px;
	padding-right: 30px;
	}

/* Parameters for navigation boxes within the text. I think this is useless"*/
#content ul li a
	{
	color: #696969;
	font-family: trebuchet ms, verdana, times, "times new roman", sans-serif;
	font-size: 1.9em;
	font-weight: normal;
	}

/* Parameters for the list, takes bullet points away*/
#content ul 
	{
	color: #1e90ff;
	list-style-type: disc;
	margin-left: 50px;
	} 

#content ul li a:hover
	{
	color: #1e90ff;
	}

#content a:link, #content a:visited
	{
	font-family: trebuchet ms, verdana, times, "times new roman", sans-serif; 
	font-size: .9em;
	color: #00008b;
	font-weight: normal;
	text-decoration: none;
	}

#content a:hover
	{
	color: #1e90ff;
	text-decoration: underline;
	}

/* Parameters for content headings*/
#content h1
	{
	font-family: trebuchet ms, verdana, times, "times new roman", sans-serif;
	font-size: 1em;
	color: #00008b;
	margin-left: 20px;
	}

#content h2
	{ 
	font-family: trebuchet ms, verdana, times, "times new roman", sans-serif;
	font-size: .8em;
	color: #00008b;
	margin-left: 20px;
	}

/* NCVO logo on first page only */
#NCVO
	{
	width: 90px;
	margin-left: 30px;
	margin-bottom: 20px;
	border: 1px solid #d3d3d3;
	}

/*Parameters for the footer navigation*/
#footer
	{
	font-family: trebuchet ms, verdana, times, "times new roman", Helv, sans-serif;	
	font-size: .8em;
	text-align: center;
	padding: 2px;
	margin-top: 20px;
	background: #fff;
	
	}

#footer ul
	{
	color: #000;
	list-style-type: none;
	margin: 0;
	}

#footer li
	{
	background: #fff;
	}

#footer li a:link, #footer li a:visited 
	{
	font-weight: normal;
	color: #000; 
	text-decoration:none;
	}

#footer li a:hover 
	{
	color: #1e90ff; 
	text-decoration: underline;
	}

/*Parameters for the contact details in the footer*/
#contact_footer 
	{
	color: #000; 
	background: #fff;
	font-family: trebuchet ms, verdana, times, "times new roman", serif;
	font-size: .8em;
	text-align: center;
	padding-bottom: 5px;
	}

#contact_footer a:link, #contact_footer a:visited
	{ 
	color: #000;
	background: #fff;
	font-weight: normal;
	text-decoration: none;
	}

#contact_footer a:hover
	{
	color: #1e90ff;
	background: #fff;
	font-weight: normal;
	text-decoration: underline;
	}
/* Blue div underneath the nav & contact details in footer */
#bottom
	{
	background: #00008b;
	height: 15px;
	}

/* Parameters for copyright and Genero link below container */
.copyright
	{
	width: 750px;
	margin: 0 auto;
	}

.copyright p
	{
	color: #000;
	font-size: .7em;
	font-family: trebuchet ms, verdana, times, "times new roman", sans-serif;
	margin: 0;
	}

/* styles the link to Genero web design in copright section */
.copyright a:link, .copyright a:visited 
	{
	font-weight: normal;
	color: #000; 
	text-decoration:none;
	}

.copyright a:hover 
	{
	color: #1e90ff; 
	text-decoration: underline;
	}

/* Floats copyright left at bottom of every pg */
.copy
	{
	float: left;
	}

/* Floats Genero web link right on home pg only*/
.web
	{
	color: #000;
	float: right;
	}

/* styles the companies names on clients pg */
.name
	{ 
	font-family: trebuchet ms, verdana, times, "times new roman", sans-serif; 
	font-size: 1em;
	color: #696969;
	}



.paragraph
	{
	color: #00008b;
	font-family: trebuchet ms, verdana, times, "times new roman", sans-serif; 
	font-size: .9em;
	}

.T3
	{
	font-weight: bold;
	}

/* styles contact links on contact pg only */
.email_phone
	{
	color: #00008b;
	font-size: .9em;
	font-family: trebuchet ms, verdana, times, "times new roman", sans-serif;
	font-weight: normal;
	text-align: center;
	margin-top: -5px;
	margin-bottom: 10px;
	}

/* styles the rhs image on T3riangle pg */
#t3_pic
	{
	float: right;
	width: 250px;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	}

