a:link, a:visited { color: #fff; text-decoration: none; font-weight: bold; font-size: 12px;}
a:hover{ color: #ff0; text-decoration: none; font-weight: bold; font-size: 12px;}

body {
	font-family: tahoma, verdana, arial, ;
	font-size: 90%;
	color: #000000;
	background-color: #3366CC;
	line-height: 180%;
	margin: 0;
	padding: 0;
	text-align: center;
}


#main-wrapper {
	width: 953px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	
}

#top-wrapper {
	background: #3366CC url('./images/top.jpg') no-repeat center top;
	width: 953px;
	height: 208px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#content-wrapper {
	background: #3366CC url('./images/content.jpg');
	
}

#left-wrapper {
	float: left;
	width: 190px;	
	border-right: 0px solid black;
	text-align: left;
}

#right-wrapper {
	text-align: left;
	margin-left: 200px;
	margin-right: 5px;
}

#footer-wrapper {
	background: #3366CC url('./images/footer.jpg') ;
	width: 953px;
	height: 76px;
	margin-bottom: 10px;
}


* html #wrapper-content { height: 1%; }

#content {
	background: transparent url('') no-repeat right top;
	padding: 0px 0px 0px 0px;
	margin-left: 0px;
}

#innercontent {
	background-color: #DCE9FB;
	padding: 1px 120px 5px 120px;
	margin-left: 0px;
}

#wrapper-footer {
	margin-top: -5px;
	text-align: center;
	background-color: #DCE9FB;
	
}

#footer {
	margin-top: 5px;
	background-color: #DCE9FB;
	border: 1px solid #ccc;
	clear: both;
}

#myForm {
	margin: 0px;
	padding: 0px;
}

h2 {
	font-size: 160%;
	margin-bottom:0px;
	
}
h3 { 
	margin-top:0px;	
	font-size: 130%; 
}

p{
	padding-top: 4px;
	padding-bottom: 4px;
	display: block;
}

ul {
	display: block;
}

.linktxt:link, .deletetxt:visited{
	color: blue;
}

.linktxt:hover {
	color: red;
}


