@charset "utf-8";

#wrapper {
	width: 780px;
	margin: auto;
	border: 2px solid #333333;
	background-color: #FFFFFF;
	background-image: url(img/mainbg.jpg);
	background-repeat: repeat-y;
}
#clr {
	clear: both;
}

#header {
	background: url(img/header.jpg) no-repeat;
	height: 149px;
	width: 780px;
}
#sidebar {
	float: right;
	width: 179px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333333;
	background-color: #c3010e;
}
#footer {
	background: url(img/footerbg.jpg) repeat-x;
	text-align: center;
	color: #FFFFFF;
	font-variant: small-caps;
	text-transform: capitalize;
	height: 34px;
	width: 780px;
	padding-top: 17px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.linkstext {
	height: 20px;
	width: 150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-variant: small-caps;
	text-transform: capitalize;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 5px;
	padding-left: 5px;
}
#links {
	text-decoration: none;
	color: #FFFFFF;
	font-variant: small-caps;
	text-transform: capitalize;
}

#links a {
	background: url(img/linkbg.jpg) no-repeat left;
	height: 20px;
	text-decoration: none;
	color: #FFFFFF;
	font-variant: small-caps;
	text-transform: capitalize;
	width: 175px;
	display: block;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #C4010F;
}
#links a:hover {
	background: url(img/linkbg.jpg) no-repeat right;
	text-decoration: none;
	color: #FFFFFF;
	font-variant: small-caps;
	text-transform: capitalize;
	border-bottom: 2px solid #999999;
}
#dsi {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #02155A;
	padding: 5px;
}
#dsilink  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #011353;
	text-decoration: none;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-align: justify;
}
#dsilink  a  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #011353;
	text-decoration: none;
}
#dsilink  a:hover  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #011353;
	text-decoration: underline;
}
#click {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
#click a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
#click a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
}

