/* 	CSS template created by Patrick Breur */

body {
	margin:5px 0px;
	padding: 0px;
	text-align: center;
	font-family: Georgia, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FCFCDA;
		}

/* 	header/logo used for replacement
	----------------------------------- */
h1 { 
		margin-bottom: 0px;
		width: 800px;
		top:0px; height: 140px;
		text-align: left;
		padding: 0px;
		background: #C7CBD1 url('http://www.it-proficient.com/site.jpg');
	}

/* Start Header 2 settings
   --------------------------------- */	
h2 {
	top: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 20px;
	width: 800px;
	text-align: left;
	text-indent: 15px;
	font-family: Georgia, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	padding-left: 0px;
	background-color: #C7CBD1;
		}

		a.h2link:link	{
				color: black;
				text-decoration: none;
				}
	
		a.h2link:visited {
				color: black;
				text-decoration: none;
				}
		a.h2link:hover {
				background-color: #C7CBD1; color: red;
				}
/* End Header 2 settings
   --------------------------------- */
  
/* Start Header 3 settings
   --------------------------------- */	
h3 {
	top: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 20px;
	width: 100%;
	text-align: left;
	text-indent: 15px;
	font-family: Georgia, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	padding-left: 0px;
	background-color: #C7CBD1;
		}

/* End Header 3 settings
   --------------------------------- */




 
/* specific divs
   --------------------------------- */
   
#container {
		margin-top: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
		width: 800px;
		text-align: center;
		background-color: white;
		}   
	
#logos {
		margin-left: 10px;
		Width: 800px;
		text-align: left;
		}
   
   
/* Paragraph setting
   --------------------------------- */
   
p	{
		margin-top: 0px;
		margin-bottom: 0px;
		margin-left: 15px;
		text-align: left;
	}

	/* 	First Sentence Letter settings
	----------------------------------- */
	
	.fsl {
			float: left;
			text-align: left;
			width: 1.1em;
			font-size: 400%;
			font-family: Georgia, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
			line-height: 80%;
			}

	/* -------------------------------- 
	 ***** Bookmark page settings *****
	----------------------------------- */
	
	
	/*   List styles
	----------------------------------- */


	#leftlist	{
			float: left;
			width: 33%;
			text-align: left;
			}
	
	#middlelist	{
			float: left;
			width: 34%;
			text-align: left;
			}
	
	#rightlist	{
			float: left;
			width: 33%;
			text-align: left;
			}

	/*	Bookmark links
	----------------------------------- */
	
	a.bm	{
			text-decoration: none;
			font-family: Georgia, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
			}
	a.bm:link {
			color: black;
			}
	a.bm:visited {
			color: black;
			text-decoration: none;
			}
	a.bm:hover {
			background-color: white;
			color: #09c;
			}