/* @group General Styles */

body {
	text-align: center;
	padding: 0;
	font: 0.8em/1.6em "Lucida Grande", Lucida, Verdana, sans-serif;
	margin: 16px 20px 0;
}

p {
}

b, strong {

}

a:link, a:visited {
}

a:hover, a:active {
	text-decoration: none;
}

img {

}

.image-left {
	float: left;
	margin: 3px 10px 3px 0;
}

.image-right {
	float: right;
	margin: 3px 0 3px 10px;
}
	
/* @end */

/* @group Layout */

#container {
	margin: 0 auto;
	text-align: justify;
	position: relative;
	z-index: 1;
}

#topbar {
	position: absolute;
	left: 6px;
	z-index: 0;
	width: 100%;
	height: 16px;
	overflow: hidden;
}

#topgrad {
	position: absolute;
	left: 0;
	top: 16px;
	width: 100%;
	height: 10px;
	overflow: hidden;
	z-index: 0;
}

.clearer {
	clear: both;
}

#pageHeader {
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 15px;
	text-align: left;
}

#pageHeader img {
	float: right;
}

#pageHeader h1 {
	margin: 0;
	font-size: 1.6em;
	color: #fff;
}

#pageHeader h2 {
	margin: 0;
	font-size: 1em;
	font-weight: normal;
}

#contentContainer {
	border-right: 4px solid;
	border-left: 4px solid;
}

#contentContainer #content {
	padding: 15px;
}

#sidebarContainer {
	width: 250px;
	font-size: 0.85em;
	line-height: 1.4;
}

#sidebarContainer #sidebar {
	padding-top: 30px;
	padding-bottom: 15px;
}

#sidebarContainer .sideHeader,
#sidebarContainer h1,
#sidebarContainer h2,
#sidebarContainer h3,
#sidebarContainer h4,
#sidebarContainer h5 {
}

#footer {
	padding: 15px;
}

#footer p {
	margin: 0;
}

#footer a:link, #footer a:visited {

}

#footer a:hover, #footer a:active {
}
	
/* @end */

/* @group Bread-crumb */

#breadcrumbcontainer {
	margin: 0;
}

#breadcrumbcontainer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#breadcrumbcontainer li {
	display: inline;
}

#breadcrumbcontainer a {

}

#breadcrumbcontainer a:hover {

}
	
/* @end */

/* @group Global Classes */

blockquote, .standout {
	font-style: italic;
	margin: 0;
	font-size: 1em;
	color: #b8b8b8;
}

h1,
h2,
h3,
h4,
h5 {
	margin-left: 0;
	margin-bottom: 0px;
	margin-right: 0;
	margin-top: 0;
}

h2 {
}

h3 {
}

h4 {
}

.imageStyle {

}

/* Main content area unordered list styles */
#contentContainer #content ul {
}

#contentContainer #content li {
}

ul.disc {
	list-style-type: disc;
}

ul.circle {
	list-style-type: circle;
}

ul.square {
	list-style-type: square;
}

ol.arabic-numbers {
	list-style-type: decimal;
}

ol.upper-alpha {
	list-style-type: upper-alpha;
}

ol.lower-alpha {
	list-style-type: lower-alpha;
}

ol.upper-roman {
	list-style-type: upper-roman;
}

ol.lower-roman {
	list-style-type: lower-roman;
}

/* Sidebar area unordered list styles */
#sidebarContainer #sidebar ul {
	margin: 10px 0;
	padding: 0;
}

#sidebarContainer #sidebar li {
}


/* Table Styles */
table {
	font-size: 1em;
}
/* @end */
