/* CSS Document */

/* CSS Document */

/* ///////////////////The main div's/////////////////////// */


#content{
width: 450px;
clear: left;
margin:0px;
padding:0px;
}

#text {
	margin: -150px 15px 0px 15px;
	text-align:left;
}
#title{
	background-color:#344373;
	width: 297px;
	height: 100%;
	float:left;
	background-image: url(images/titlelines.jpg);
	background-repeat: repeat-y;
	border-bottom: 4px solid #efefef;
}

/* //////////////discribing the div in the content div/////////////////////////// */

#title {display:none;
}

img { display:none;
}

/*//////////////////////////////the redefining of tags//////////////////////*/
p {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12pt;
	color: #fff;
	font-weight: 600;

}

h1{ text-align:center;
	width: 400px;
	font-size: 18pt;
	color: #fff;
	border-bottom: 2px solid #090		
}

h2{ font-size:14pt;
	color:#fff;
}

h3{ font-size:11pt;
	text-decoration: none;
}

h4{
	font-size: 9pt;
	color: #919191;
}

h5{ font-size:16pt;
	color:#fff;
	text-align: center;
}

