/*
--------------------
*/


* {
}
/*html {height: 100%; margin-bottom: 1px;}*/
body {height: 100%;}

/* Body Typeset
-------------------------- */
body {
	font: 75%/1.4em Arial, sans-serif;
	background-color: #F8F2DC;
	background-repeat: repeat;
	color: #666666;
	margin-top: 2px;
	margin-bottom: 2px;
		}

h1, h2, h3, h4, h5, h6, pre,
blockquote, ul, ol, dl, address {
    margin:  0;
    padding: 0;
}
	
p {
font-size: medium;
color: #000000;
font-family: Arial, Helvetica, sans-serif;
font-weight:bold;
padding: 0px;
}

.formtext {
color: #000000;
font-size: small;
font-family: Arial, Helvetica, sans-serif;
padding: 0px;
}

.formtext2 {
color: #000000;
font-size: 10px;
font-family: Arial, Helvetica, sans-serif;
padding: 0px;
}

h1{
	font-family: arial;
	font-size: medium;
	letter-spacing: -1px;
	padding-bottom: 3px;
	color: #ffffff;
}
h2, h3, h4, h5, h6 {
	font-family: arial;
	font-size: small;
	letter-spacing: 0px;
	padding-bottom: 3px;
	color: #666666;
/* 	border-bottom: 1px solid #eee;*/
	
	}

h1 {font-size: 140%;}
h2 { font-size: 130%; }
h3 {font-size: 120%; border-width: 1px; }
h4 { font-size: 140%; }
h5 { font-size: 100%; font-weight: bold; }
h6 { font-size: 86%; font-weight: bold; }

/* Layout
-------------------------- */
#container {
	width: 770px;
	margin: 0 auto;
	text-align: center;
	height: auto;
	overflow:auto;
}

#masthead {
	width: 770px;
	padding: 0px 0px 0px 0px;
	float: left;
	position: relative;
}


#content {
	position: relative;
	width: 770px;
	float: left;
	height: 718px;
	padding: 0px 0px 0px 0px;
	background-color: #F8F2DC;
	background-image: url(images/body.jpg);
}

#leftcolumn {
	width: 670px;
	position: relative;
	float: left;
	text-align: left;
	padding-right: 50px;
	padding-left: 50px;
	padding-top: 20px;
	}


#footer {
	width: 770px;
	margin: 0 auto;
	float: left;
	padding: 0px 0px 0px 0px;
	position: relative;
	background: #F8F2DC;
	text-align: left;
}

#footermenuleft {
	width: 250px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 auto;
	background: #666633;
	background-image: url(file:///S|/Clients/SEM-Fusion-Ver-2/search_engine_marketing_images/sem-footer-bg.gif);
	padding: 0px 0px 0px 0px;
	text-align: left;
	height: 85px;
	float: left;
	position: relative;
	}

#footermenu {
	width: 730px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 auto;
	background: #666633;
	background-image: url(file:///S|/Clients/SEM-Fusion-Ver-2/search_engine_marketing_images/sem-footer-bg.gif);
	padding: 0px 0px 0px 0px;
	text-align: center;
	height: 85px;
	float: right;
	position: relative;
	}


.imgright {
	float: right;
	border: solid #000000 1px;
	margin: 0px 0px 0px 5px;
	}	


#news2 {
	width: 301px;
	position: relative;
	float: left;
	color: #666633;
	background-color: #FFFFF2;
	text-align: left;
	padding-bottom: 10px;
	padding-right: 5px;
	padding-left: 5px;
	border-bottom: dotted 1px #000000;
	padding-top: 5px;
	}
	
a, a:link, a:active {
	color: #ffffff;
	text-decoration: underline;
	}
a:hover {
	color: #333333;
	}


/* Lists
-------------------------- */
ul, ol {
	margin-left: 0px;
	background-attachment: fixed;
	padding: 0px 5px 0px 0px;
	list-style-type: none;
	}
