html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend { 
	margin: 0; 
	padding: 0; 
	border: 0; 
	outline: 0; 
	font-size: 100%; 
	vertical-align: baseline; 
	background: transparent; 
}
.left{
	float: left;
}
.right{
	float: right;
}
.clear{
	clear: both;
}
a{
	text-decoration: none;
}
ul{
	padding-left: 20px;
}
.header{
	background-color: #003767;
	padding: 10px;
}
.container{
	margin-top: 10px;
	padding: 0 10px;
}
.container h1{
	font-size: 24px;
	font-weight: bold;
	color: #1064C0;
	margin: 10px 0;
}
.crumbs{
	margin: 2px 0px 4px 0px;
	font-weight: bold;
	color: #CCCCCC;
	font-size: 14px;
}
.crumbs a{
	color: #1064C0;
}

.crumbs  span:after {
    color: #A9D6FF;
    content:'\25B6';
    font-size: 15px;
    margin-left: 5px;
}
.container p{
	font-family: arial;
	line-height: 1.6em;
	font-size: 13px;
}
.paragraphHeading{
	border-bottom: 1px solid #ddd;
	min-height: 25px;
	margin: 12px 0px;
}
.paragraphHeading h2{
	font-size: 18px;
	font-family: tahoma;
}
.bottomLinks{
	margin: 10px 0;
}
.bottomLinks h2{
	background: none repeat scroll 0 0 #F2F2F2;
	border: 1px solid #E9E9E9;
	color: #3D5A99;
	font: bold 16px/35px Arial,Georgia,Tahoma,Century gothic,sans-serif;
	height: 35px;
	padding-left: 10px;
}
.bottomLinks a{
	text-decoration: none;
	color: #1064C0;
	font-size: 15px;
	font-family: Arial,Georgia,Tahoma,Century gothic,sans-serif;
}
.bottomLinks ul{
	padding-left:0px;
}
.bottomLinks li{
	color: #1064C0;
	padding: 8px 5px;
	background: #fff url('../images/link_header.png') bottom left repeat-x;
	border-bottom: 1px solid #b7c1c8;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
.bottomLinks li span{
	margin-right: 5px;
}
.footer{
	margin-top: 50px;
	background-color: #003767;
	text-align: center;
	padding:10px 0;
	color: #fff;
}
.footer a{
	padding: 0 5px;
	color: #fff;
	font-size:11px;
	font-family: arial,verdana,sans-serif;
}
.questionBox{
    margin: 20px 5px;
    padding: 5px 10px;
	background-color:#fbfbff;
}
.questionBox .question{
	padding:10px 0px;
}
.questionBox ul{
	padding-left:50px;
	margin: 5px 0px;
}
.questionBox h3{
	color:#1064C0;
	padding:10px 0px;
}
.questionBox .solution{
	padding:0px 10px 0px 15px;
}

.readMoreBox{
    display: block;
    margin-bottom: 12px;
}
.readMoreBox a{
	background-color: #F3F3F3;
	color: #CC0033;
	padding: 6px 10px;
	-moz-box-shadow: 2px 2px 2px #ccc;
	-webkit-box-shadow: 2px 2px 2px #ccc;
	box-shadow: 2px 2px 2px #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-weight:bold;
}
.readMoreBox a:hover {
	background-color: #eaeaea;
	text-decoration: none;
	-moz-box-shadow: 3px 3px 3px #999;
	-webkit-box-shadow: 3px 3px 3px #999;
	box-shadow: 3px 3px 3px #999;
}
