/*<group=General Styles>*/

body {
	text-align: center; /* To Make Content Centered */
	margin: 10px;
	color: #191919;
	background: url(images/body_bg.png) repeat-x fixed  bottom;
	margin: 0;
	font: 1em Arial, Helvetica, sans-serif;
}

p {
}

b, strong {

}

a:link {
	color: #be2d3a;
	text-decoration: underline;
}

a:visited {
	color: #be2d3a;
}

a:hover, a:active {
	text-decoration: none;
}

img {
	border-style: none;
}

.image-left {
	margin: 3px;
	padding: 3px;
	float: left;
}

.image-right {
	margin: 3px;
	padding: 3px;
	float: right;
}
	
/*</group>*/

/*<group=Layout>*/

.imgcap{
	font-size:10px;
	}

#container { 
	width: 770px;
	margin: 0px auto; /* Right And Left Margin Widths To Auto */
	text-align: left; /* Hack To Keep IE5 Windows Happy */
	background: url(images/sidebar_bg.png) repeat-y right;
	border-right: 1px solid #cdcdcd;
	border-left: 1px solid #cdcdcd;
	border-bottom: 1px solid #cdcdcd;
	background: #ffffff;
	padding-right: 5px;
	padding-left: 5px;
	z-index: 1;
	position: relative;
}

html>body #container {
	width: 762px;
}

#pageHeader {
	background: url(images/header_shadow.png) no-repeat bottom;
	display: block;
	margin-bottom: 10px;
	padding-top: 5px;
	height: 115px;
}

html>body #pageHeader { /* IE Windows can't understand this child selector command,  so will not read this code */
	height: 110px;
}

#pageHeader #logo {
	width: 254px;
	display: block;
	height: 99px;
	margin-right: 5px;
	float: left;
	background: url(images/logo.png) no-repeat;
}

#pageHeader #title {
	background: url(images/header_title_bg.png) no-repeat;
	height: 99px;
	width: 499px;
	float: left;
}

#pageHeader #title h1 {
	font-size: 2.2em;
	color: #333333;
	letter-spacing: -1px;
	background: url(images/title_line.png) no-repeat 20px bottom;
	margin: 0 0 3px;
	padding: 20px 0 0 20px;
}

#pageHeader #title h2 {
	color: #4c4c4c;
	font-size: 0.8em;
	margin: 0;
	padding-left: 20px;
	font-weight: normal;
	background: none;
	padding-top: 0;
}

#contentContainer {
	float: left;
	width: 499px;
	margin-right: 5px;
	border: 1px solid #ece9ea;
	margin-left: 0;
	margin-bottom: 5px;
	font-size: 0.8em;
	padding-bottom: 5px;
}

#contentContainer #content {
	padding: 5px 5px 0;
}

#sidebarContainer {
	float: right;
	text-align: left;
	color: #666666;
	font-size: 0.75em;
	width: 254px;
	margin-bottom: 10px;
}

#sidebarContainer .sidebar {
	padding: 8px;
	border: 1px solid #ece9ea;
}

#sidebarContainer .sideHeader {
	font-weight: bold;
}
/*<group=Access Bar>*/

a.accesstitle:link, a.accesstitle:visited {
	color: #444444;
	text-decoration: none;
	height: 12px;
	padding-top: 3px;
	background: url(images/button_normal.png) no-repeat right center #efefef;
	display: block;
	margin-right: 5px;
	margin-left: 5px;
	padding-left: 8px;
	margin-bottom: 1px;
}

a.accesstitle:hover, a.accesstitle:active {
	color: #444444;
	text-decoration: none;
	height: 12px;
	padding-top: 3px;
	background: url(images/arrow_down.png) no-repeat right center #efefef;
	display: block;
	margin-right: 5px;
	margin-left: 5px;
	padding-left: 8px;
}

#accessbar {
	border: 1px solid #ece9ea;
	margin-bottom: 5px;
	font-size: 0.8em;
	padding-bottom: 5px;
}

#accessbar #access {
	color: #444444;
	display: none;
	padding-right: 5px;
	padding-left: 5px;
}

/* Access Sidebar Switch Link styles */

#accessbar a.sideleft:link, #accessbar a.sideleft:visited,
#accessbar a.sideright:link, #accessbar a.sideright:visited {
	color: #444444;
	text-decoration: none;
	height: 12px;
	padding-left: 8px;
	padding-top: 3px;
	background: url(images/button_normal.png) no-repeat right center #f4f4f4;
	display: block;
	margin-bottom: 1px;
}

#accessbar a.sideleft:hover {
	background: #efefef url(images/arrow_left.png) no-repeat right center;
}

#accessbar a.sideright:hover {
	background: #efefef url(images/arrow_right.png) no-repeat right center;
}

/* Access Text Switch Link styles */

#accessbar a.textup:link, #accessbar a.textup:visited, #accessbar a.textdown:link, #accessbar a.textdown:visited {
	color: #444444;
	text-decoration: none;
	height: 12px;
	padding-left: 8px;
	padding-top: 3px;
	background: url(images/button_normal.png) no-repeat right center #f4f4f4;
	display: block;
	margin-bottom: 1px;
}

#accessbar a.textup:hover {
	background: #efefef url(images/arrow_up.png) no-repeat right center;
}

#accessbar a.textdown:hover {
	background: #efefef url(images/arrow_down.png) no-repeat right center;
}

#accessbar a.textup:active, #accessbar a.textdown:active {
	
}

/* Validator Links */

#accessbar ul
{
	list-style: none;
	margin: 5px;
	padding: 0;
	text-align: left;
}

#accessbar li {
}

#accessbar a.valid:link, #accessbar a.valid:visited {
	color: #444444;
	text-decoration: none;
	height: 12px;
	padding-left: 8px;
	padding-top: 3px;
	background: url(images/button_visited.png) no-repeat right center #efefef;
	display: block;
	margin-bottom: 1px;
}

#accessbar a.valid:hover {
	background: #efefef url(images/arrow_right.png) no-repeat right center;
}

#accessbar a.valid:active {
	
}


/*</group>*/

#footer {
	color: #cccccc;
	font-size: 0.7em;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

#footer p {
	padding-top: 8px;
	margin: 0;
	padding-bottom: 5px;
}

#footer a:link, #footer a:visited {

}

#footer a:hover, #footer a:active {
	
}
	
/*</group>*/

/*<group=Bread-crumb>*/

#breadcrumbcontainer {
	color: #cccccc;
	font-size: 0.7em;
	text-align: center;
	border-top: 1px solid #ece8e9;
	padding-top: 5px;
	padding-bottom: 5px;
}

#breadcrumbcontainer ul {
	list-style: none;
	display: inline;
	padding: 0;
	margin: 0;
}

#breadcrumbcontainer li {
	display: inline;
}

#breadcrumbcontainer a {

}

#breadcrumbcontainer a:hover {

}
	
/*</group>*/

/*<group=Toolbar>*/

/* Toolbar Styles */

#navcontainer {
	border: 1px solid #ece9ea;
	margin-bottom: 5px;
}

#navcontainer #current {
	background: #e1e1e1;
	color: #d12738;
}

#navcontainer .currentAncestor {
	color: #d12738;
	background: url(images/arrow_down.png) no-repeat right center #efefef;
}

/* Parent - Level 0 */

#navcontainer ul
{
	list-style: none;
	margin: 5px;
	padding: 0;
	text-align: left;
}

#navcontainer li {
}

#navcontainer a{
	color: #444444;
	font-size: 0.8em;
	text-decoration: none;
	background: #efefef url(images/button_normal.png) no-repeat right center;
	height: 12px;
	margin-bottom: 1px;
	display: block;
	padding-left: 8px;
	padding-top: 3px;
	padding-bottom: 2px;
}

#navcontainer a:hover {
	color: #d12738;
	background: url(images/arrow_right.png) no-repeat right center #efefef;
}

#navcontainer a:visited {
	background: no-repeat right center url(images/button_visited.png) #efefef;
}

/* Child - Level 1 */

#navcontainer ul ul {
	margin: 0;
}

#navcontainer ul ul li {
}

#navcontainer ul ul a {
	padding-left: 18px;
	color: #d12738;
	background: #f4f4f4 no-repeat right center url(images/button_normal.png);
}

#navcontainer ul ul a:hover{

}

#navcontainer ul ul a:visited {
	background: no-repeat right center url(images/button_visited.png) #f4f4f4;
}

#navcontainer ul ul #current{
}

#navcontainer ul ul .currentAncestor {
	color: #d12738;
	background: #e1e1e1;
}

/* Child - Level 2 */

#navcontainer ul ul ul {

}

#navcontainer ul ul ul li { 
}

#navcontainer ul ul ul a{
	padding-left: 38px;
}

#navcontainer ul ul ul a:hover{

}

/* Child Level 3 */

#navcontainer ul ul ul {

}

#navcontainer ul ul ul ul li { 
}

#navcontainer ul ul ul ul a{
	padding-left: 58px;
}

#navcontainer ul ul ul ul a:hover{

}

/* Child Level 4 */

#navcontainer ul ul ul ul {

}

#navcontainer ul ul ul ul ul li { 
}

#navcontainer ul ul ul ul ul a{
	padding-left: 78px;
}

#navcontainer ul ul ul ul ul a:hover{

}

/* Child Level 5 */

#navcontainer ul ul ul ul ul {

}

#navcontainer ul ul ul ul ul ul li { 
}

#navcontainer ul ul ul ul ul ul a{
	padding-left: 88px;
}

#navcontainer ul ul ul ul ul ul a:hover{

}

/* Child Level 6 - end of supported levels*/

#navcontainer ul ul ul ul ul ul {
	display: none;
}

/*</group>*/

/*<group=Global Classes>*/

.standout, blockquote {
	border-right: 12px solid #dfdfdf;
	font-size: 0.9em;
	background: #efefef;
	margin: 0;
	padding: 1px 5px;
	font-style: italic;
	color: #808080;
	line-height: 1.6em;
}

.standout:hover, blockquote:hover {
	border-right: 12px solid #db3d47;
}

h1 {
	font-size: 1.5em;
	color: #ffffff;
	background: repeat url(images/header_red_bg.png);
	margin: 0 0 5px;
	padding: 2px;
}

h2 {
	font-size: 1.3em;
	color: #ffffff;
	background: repeat url(images/header_red_bg.png);
	margin: 0 0 5px;
	padding: 2px;
}

h3 {
	font-size: 1.1em;
	color: #ffffff;
	background: repeat url(images/header_red_bg.png);
	padding: 2px;
	margin: 0 0 5px;
}

h4 {
	font-size: 1em;
	color: #ffffff;
	background: repeat url(images/header_red_bg.png);
	padding: 2px;
	margin: 0 0 5px;
}

#sidebarContainer h1 {
	font-size: 1.5em;
	color: #ffffff;
	background: repeat url(images/header_red_bg.png);
	margin: 0 0 5px;
	padding: 2px;
}

h2 {
	font-size: 1.3em;
	color: #ffffff;
	background: repeat url(images/header_red_bg.png);
	margin: 0 0 5px;
	padding: 2px;
}

h3 {
	font-size: 1.1em;
	color: #ffffff;
	background: repeat url(images/header_red_bg.png);
	padding: 2px;
	margin: 0 0 5px;
}

h4 {
	font-size: 1em;
	color: #ffffff;
	background: repeat url(images/header_red_bg.png);
	padding: 2px;
	margin: 0 0 5px;
} 

#sidebarContainer h1 {
	font-size: 1.2em;
	color: #ffffff;
	background: repeat url(images/header_red_bg.png);
	margin: 0 0 5px;
	padding: 2px;
}

#sidebarContainer h2 {
	font-size: 1.1em;
	color: #ffffff;
	background: repeat url(images/header_red_bg.png);
	margin: 0 0 5px;
	padding: 2px;
}

#sidebarContainer h3 {
	font-size: 1em;
	color: #ffffff;
	background: repeat url(images/header_red_bg.png);
	padding: 2px;
	margin: 0 0 5px;
}

#sidebarContainer h4 {
	font-size: 0.9em;
	color: #ffffff;
	background: repeat url(images/header_red_bg.png);
	padding: 2px;
	margin: 0 0 5px;
}

.imageStyle {

}

/*FAQ*/

#question {
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	}

#answer {
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 10px;
	font-style: italic;
	}
	
	
