/* CSS Document */
#header{
	height: 75px;
	width: 100%;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#content #rightbox a {
	text-decoration: none;
}

#content #rightbox {
	float: right;
	margin: 20px;
	padding: 10px;
	border: 1px dashed #A8B6DB;
	background-color: #EEEEEE;
	width: 250px;
}
#content #rightbox td {
	list-style-image: none;
	list-style-type: none;
	background-image: url(../images/arrow_black.gif);
	background-repeat: no-repeat;
	background-position: left 10px;
	text-align: left;
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 10px;
}

#content #rightbox th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	color: #333333;
	text-align: left;
}


body {
	padding: 0px;
	margin: 0px;
}

#crumbtrail{
	height: 27px;
	background-image: url(../images/breadcrumbs.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	color: #666666;
	padding-top: 5px;
}
#crumbtrail table {
	width: 100%;
}
#crumbtrail td {
	padding-right: 20px;
	padding-left: 20px;
}

#menu{
	width: 150px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding: 10px;
	margin-top: 15px;
	margin-bottom: 15px;
	float: left;
}
#content h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
}
#content ul {
	list-style:disc
}
#menu a {
	text-decoration: none;
	color: #333333;
}



#menu th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	background-position: left 14px;
	text-align: left;
	background-image: url(../images/arrow.jpg);
	background-repeat: no-repeat;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #A8B6DB;
	padding-top: 10px;
	padding-bottom: 2px;
}
#menu table {
	width: 100%;
}
#menu td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-left: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
}


#content{
	padding: 15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	float: left;
}

#footer{
	height: 50px;
	width: 100%;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	color: #999999;
}
#content #rightbox ul {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#menu a:hover {
	text-decoration: underline;
	color: #0000FF;
}
#content h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	background-color: #EEEEEE;
	color: #333333;
	padding-top: 5px;
	padding-bottom: 5px;
}
#content ol {
	list-style-type: decimal;
}
#content li {
	padding-top: 2px;
	padding-bottom: 2px;
}
#content th {
	text-align: left;
}
#content table {
}
.rowodd {
	background-color: #CCCCCC;
}

.roweven {
	background-color: #EEEEF8;
}
#content td {
	padding: 2px;
}
.QA {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	width: 30px;
	text-align: center;
	vertical-align: top;
}
