* {
	margin-top: 0;
	margin-bottom: 0;
	border: 0;
	padding: 0;
}

a {
	text-decoration:underline;
	color:#5c81ff;
}
	
a:hover {
	color:#b5c6ff;
}

body {
	text-align: center;
	background-color: #dfe5fb;
	background:url(../images/base.png);
	background-repeat:repeat-x;
}

#contentTitle {
	position:relative;
	left:14px;
	font-family:Arial;
	font-size:30px;
	font-weight: bold;
	color: #ec2327;
	text-align: left;
	text-transform: uppercase;
}
	
#contentText {
	position:relative;
	left:14px;
	font-family: Arial;
	font-size: 12px;
	color: #ffffff;
	width: 750px;
	/*
	height: 165px;
	overflow-y: auto;
	*/
	text-align: left;
}

#contentText td {
	position:relative;
	left:14px;
	font-family: Arial;
	font-size: 12px;
	color: #ffffff;
	width: 750px;
	/*
	height: 165px;
	overflow-y: auto;
	*/
	text-align: left;
}

#contentTextBig {
	position:relative;
	left:14px;
	font-family: Arial;
	font-size: 12px;
	color: #ffffff;
	width: 750px;
	height: 360px;
	overflow-y: auto;
	text-align: left;
}

#sideNavs {
	padding-left:11px;
	padding-top:110px;
/*
	position:absolute;
	left: 59px;
	top: 107px;
	*/
	font-family: Arial;
	font-size: 12px;
	color: #ffffff;
	text-align: left;
}

.sideNav {
	background-image:url(../images/nav_bg.png);
	width: 215px;
	height: 35px;
	font-family: Arial;
	font-size: 12px;
	color: #ffffff;
	cursor: pointer;
}

.sideNavLink {
	position:relative;
	top:11px;
	left:5px;
	width: 183px;
	font-family: Arial;
	font-size: 12px;
	color: #ffffff;
	text-align:right;
}


