/*
neocom ccs 100209
*/


body {
	margin:0px;
	padding:0px;
	color: #000080;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-color: #ffffff;
	/* IE6 bug center*/
	text-align : center;
	/* IE6 bug center*/
	}
	

h1, h2, h3, h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #003366;
	}

/* Page Wrapper */

#wrapper {
	width:1000px;
	margin:0px auto;
	padding:10px;
	border:1px solid #000000;
	background-color:#eee;
	background-attachment: fixed;
	background-image: url(images/grey2grey.png);
	background-repeat: repeat-x;
	background-position: top;
	/* See body comment - to fix IE6 bug with centering page layout */
	text-align: left; 
	/* See body comment - to fix IE bug with centering page layout */
}
		

a {
	color: #3A69BA;
}

a:hover {
	text-decoration: none;
	color: #333300;
	
}
/* LH Menus */

.menuBox {
	float: left;
	clear: left;
	width: 200px;
	margin: 0;
	padding: 0;
	}

.menuBox content {
	margin: 0;
	padding: 15px 10px 10px 10px;
}

.menuBox logo {
	margin:0;
}



.menuBox ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

.menuBox li {
	padding: 3px 0;
	border-top: 1px dotted #1F1F1F;
}

.menuBox li.first {
	border: none;
}

.menuBox a {
	padding-left: 10px;
	text-decoration: none;
}

#logo {
	margin-top: 50px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
/*Contact Info */
#contact {
	margin: 0;
	padding: 65px 10px 10px 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: : #0000ff;
		
}




/* Content */

#content {
	float: right;
	width: 780px;
	padding: 10;
}

#content-txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	margin: 0;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-left: 1px dotted #000000;
	line-height: 1.5;
	}
#txt-ul {
	list-style-type: square;
}


/* Footer */

#footer {
	clear: both;
	border-top: 1px dotted #000000;
	font: normal .8em Tahoma, Arial, Helvetica, sans-serif;
	color: #999999;
}

#footer a {
	color: #999999;
}
/* images */

img { 
	border: none; 
} 

img.floatLeft { 
    float: left; 
    margin: 4px; 
}
img.floatRight {
	float: right;
	/*margin: 4px;*/
	margin-left:10px;
	border-bottom-width: medium;
	border-left-width: medium;
	border-bottom-style: double;
	border-left-style: double;
	border-bottom-color: #0033FF;
	border-left-color: #0033FF;
}

img.floatLeftClear { 
    float: left; 
    clear: left; 
    margin: 0; 
}
