* {margin:0;padding:0}
p {margin:0 0 1em 0;padding:0}

.background {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-image: url("images/bg.jpg");
	background-repeat: repeat-y;
	background-position: top center;	
	background-color: #4b96e7;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.menu {
	color: #1E466E;
	font-size: 14px;
	text-decoration: bold;
}
.menuin {
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
}
.menuin2 {
	color: #1E466E;
	font-size: 10px;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
}
.menu a:link {
	text-decoration: none; color: #1E466E;
}
.menu a:visited {
	text-decoration: none; color: #1E466E;
}
.menu a:hover {
	text-decoration: none; color: #3479BE;
}
.content {
	color: #3F3F3F;
	font-size: 12px;
	font-family: tahoma;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #DCDCDC;

}
.picRight {
	margin-bottom: 10px;
	margin-left: 10px;
}
.copyright {
	font-size: 11px;
	color: #898787;
}
.copyright a:link {
	text-decoration: none; color: #898787;
}
.copyright a:visited {
	text-decoration: none; color: #898787;
}
.copyright a:hover {
	text-decoration: underline; color: #898787;
}