a  {
	font-weight: bold;
	color: #b40000;
	text-decoration: none;
}
.boxlink {
	padding-right: 10px;
	padding-left: 5px;
	color: #cc3333;
	width: auto;
	float: left;
	text-decoration: none;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	text-align: center;
	color: #000000;
	font-family: Helvetica, STHeiti, STSong, STKaiti, STXihei;
	font-size: 82.5%;
}

hr {
	border-top-width: 2px;
	clear: both;
	height: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D72A30;
	border-right-color: #D72A30;
	border-bottom-color: #D72A30;
	border-left-color: #D72A30;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1,h2,h3,h4,h5,h6 {
	font-family: STHeiti, STKaiti, STXihei;
}

h1 {
	font-size: 19px;
}

h2 {
	font-size: 17px;
}

h3 {
	font-size: 16px;
	color: #cc0000;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: cc0000;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
}

h4 {
	font-size: 14px;
	font-weight: bolder;
}

h5 {
	font-size: 12px;
}

h6 {
	font-size: 10px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

li {
	margin-left: 30px;
	color: #55555;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 15px;
	text-align: left;
}

.bannernav a {
	color: #cc0000;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
}
.bannernav a:visited {
	color: #cc0000;
}
.bannernav a:hover {
	color: #000;
	text-decoration: none;
}
#sidebar1 h3 {
	padding: 0px;
	color: #cc0000;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #cc0000;
	margin: 0px;
}

#sidebar1 h3 {
	margin-bottom: 10px;
	font-size: 15px;
}

.wrap #mainContent p {
	line-height: 20px;
	margin-bottom: 10px;
}
#container .wrap #mainContent h4 {
	color: #AB140C;
	font-weight: bolder;
}
#container .wrap #mainContent a {
	text-decoration: underline;
}
#container .wrap #mainContent h3 {
	font-size: 18px;
	font-weight: bold;
}

.wrap #mainContent li {
	line-height: 25px;
	list-style-image: url(../images/list_arrow.gif);
}
#coltop h3  {
	color: #AF150C;
	border-bottom-width: 0px;
	padding-left: 10px;
	padding-top: 15px;
	margin-bottom: 5px;
}
#coltop p    {
	color: #000;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 20px;
	text-align: left;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
}
	
.wrap .col h3   {
	color: #FFF;
	margin-bottom: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #b40000;
	padding-left: 12px;
	background-color: #b40000;
	padding-top: 5px;
	padding-bottom: 5px;
}
.wrap p  {
	margin-top: 10px;
	color: #000;
}

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0;
	text-align: right;
}

