body {
	background-image:url(/images/bg-mast-x.gif);
	background-repeat:repeat-x;
	font-family:arial,sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #000000;
	margin:0;
	padding:0;
}
ul {
	list-style-image:url(/images/bullet.gif);
	margin:0 0 0 16px;
	padding:0;
}
ul li {
	margin-bottom:3px;
	padding:0;
}
b {
	color:#597C9F;
}
a {
	color:#003366;
}
#content-container {
	width:900px;
	margin:0;
	padding:20px 10px;
	/*border:1px solid black;*/
}
#mast {
	font-family: times new roman, serif;
	font-weight:bold;
	font-size:45px;
	color:#003366;
	height:60px;
	margin:0;
	padding:10px;
}
#mast span.tag {
	font-family:arial,sans-serif;
	font-size:32px;
	color:#ffffff;
}
#content {
	background-image:url(/images/bg-dots.gif);
	background-repeat:no-repeat;
	height:435px;
	margin:0;
	padding:0;
	/*border:1px solid purple;*/
}
#left-nav {
	list-style-image:none;
	list-style-type:none;
	float:left;
	width:130px;
	height:400px;
	margin:10px 0 0 0;
	padding:0;
}
#left-nav li {
	margin:0 0 5px 30px;
	padding:0;
}
#left-nav li a {
	display:block;
	font-size: 12px;
	font-weight:bold;
	text-decoration:none;
	color:#999999;
	margin:0;
	padding:2px 5px 3px 5px;
	border-bottom:1px solid white;
	/*border:1px solid green;*/
}
#left-nav li a:hover {
	background-image:url(/images/bg-dots-nav.gif);
	background-repeat:no-repeat;
	color:#DE0522;
	/*text-decoration:underline;*/
	/*border-bottom:1px dotted #DE0522;*/
}
#left-nav li a.current {
	color:#DE0522;
}
#center {
	float:left;
	width:260px;
	margin:0 0 0 10px;
	padding:0;
	/*border:1px solid green;*/
}
#right {
	float:left;
	width:260px;
	margin:0 0 0 25px;
	padding:0;
	/*border:1px solid blue;*/
}
#center p, #right p {
	margin-left:10px;
}
#center ul, #right ul {
	margin-left:25px;
}
#footer {
	width:750px;
	clear:both;
	color:#999999;
	text-align:center;
	font-size:10px;
	margin:0;
	padding: 5px 0 0 0;
	border-top: 1px solid #ffffff;
	/*border:1px solid red;*/
}
#footer span.dark {
	color:#000000;
}
#footer a {
	color:#999999;
	text-decoration:none;
}
#footer span.dark a{
	color:#000000;
}
#footer a:hover {
	text-decoration:underline;
}
p.head {
	background-color:#ffffff;
	font-weight:bold;
	font-size: 12px;
	color:#999999;
	margin-left:0!important;
}
p.bothcols {
	width:600px; /*800-130*/
	/*border:1px solid red;*/
	margin-left:140px;
	background-color:#ffffff;
}
div.clear-r {
	clear:right;
	line-height:0;
}
div.clear-l {
	clear:left;
	line-height:0;
}
div.clear-b {
	clear:both;
	line-height:0;
}
.indent {
	margin-left: 25px;
}

