body{
	background-color: #686868;
	margin:  0px;
	padding: 0px;
	width: 100%;
	text-align: center;
	font: 12px Verdana;
}

#header {
	width: 100%;
	height: 114px;
	background-image: url(images/header_bg.gif);
	background-repeat:repeat-x;
	text-align: left;
}

#menuWrapper {
	width: 100%;
	height: 122px;
	background-image: url(images/header_bottom.gif);
	background-repeat: repeat-x;
	text-align: left;
}

#pageWrapper {
	width: 100%;
	background-color: #0d2231;
	text-align: center;
}

#contentWrapper {
	width: 98%;
	background-color: #fff;
	border: 1px solid #abbccb;
	text-align: left;
	margin: auto;
}

#siteWrapper {
	margin: auto;
	text-align: center;
	width: 1000px;
}

#footer {
	width: 100%;
	background-color: #0d2231;
	font-size: 5px;
}

a {
	color: #000;
}

a.catBreadcrumb {
	text-decoration:none;
	color:royalblue;
	font-weight:bold;
}

a.catBreadcrumb:hover {
	text-decoration: underline;
}

div#footerBox {
	margin-top: 40px;
	width: 100%;
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	background-color: #ddd;
	text-align: left;
}

a.footerBoxLinks {
	text-decoration:none;
	color: #4375a4;
	font-size: 11px;
}

a.footerBoxLinks:hover {
	text-decoration: underline;
}

div#footerLinks {
	padding-top: 10px;
	background-color: #0d2231;
	color: #fff;
	font-size: 11px;
}

a.footerLinks {
	text-decoration: none;
	color: #fff;
}

a.footerLinks:hover {
	text-decoration: underline;
}

a.tutTitle {
	text-decoration: none;
}

a.tutTitle:hover {
	text-decoration: underline;
}

a.tutorialPostLinks {
   text-decoration: none;
}

a.tutorialPostLinks:hover {
   text-decoration: underline;
}

a.viewLink {
	text-decoration: none;
	color: royalblue;
	font-size:16px;
	font-weight:bold;
	display: inline-block;
	line-height: 32px;
	padding-right: 42px;
	background: transparent url(images/icon_arrow_right.png) center right no-repeat;
}

a.viewLink:hover {
	text-decoration: underline;
}
