body {
	background: #efefef url(images/MultiPage/NetBack.png) repeat-x;

	text-align: justify;
	font-family: Verdana;
	font-size: small;
	text-align: justify;
	color: #555E4F
}

h1, h2, h3, h4, h5 {
	margin: 0;
}

/* Header */

#header {
	width: 700px;
	margin: 0 auto;
	color: #ffffff;
}

#header h1 {
	float: left;
	margin: 0px 0 0 0px;
	font-size: 50px;
	letter-spacing: -7px;
}

a {
	color: #666666;
	text-decoration: none;
}

a:hover {
	color: #555E4F;
	text-decoration: none;
}

/* Menu */

#menu1 {
	float: left;
	width: 160px;
	margin: 0px auto;
	padding-bottom: 0px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	color: #002649;
}

#menu1 ul {
	margin: 0px;
	list-style: none;
	padding: 0px;
}

#menu1 li {
}

#menu1 a {
	display: block;
	width: 140px;
	padding: 7px 0px;
	background-color: #002649;
	border-top: 1px solid #EDEDED;
	border-bottom: 1px solid #ededed;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	color: #ffffff ;
}

#menu1 a:hover {
	background-color: #FFFFFF;
	border-top: 1px solid #E3E3E3;
	border-bottom: 1px solid #E3E3E3;
	color: #006b54
;
}

/* Content */

#content {
	width: 700px;
	margin: 0 auto;
	padding-top: 0px;
	border: 2px solid #B5B5B5;
	border-top: none;
	border-left: none;
	background: #ffffff;
}

#colOne {
	float: left;
	width: 160px;
	margin-top: 15px;
	padding: 0 10px 0 20px;
}

#colTwo {
	float: right;
	margin-top: 10px;
	width: 440px;
	padding: 0 20px 0 20px;
}

#content h2 {
	margin-bottom: 20px;
	font-size: 18px;
	letter-spacing: -1px;
	color: #808080;
}


#footer {

	width: 700px;
	margin: 0 auto;
	padding-top: 4px;
	color: #efefef;

}


#footer p {
	text-align: left;
	padding: 0;
	font-size: 10px;

}