/* @group General Styles */

body {
	text-align: center; /* To Make Content Centered */
	background: #F0F0F0;
	color: #666666;
	font: 0.78em Verdana, Arial, Helvetica, sans-serif;
	margin: 8px;
	padding: 0;
}

p {
}

b, strong {

}

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

a:visited {
	color: #0080ff;
	text-decoration: underline;
}

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

img {
	border: none;
}

.image-left {
	float: left;
	margin: 3px 3px 3px 0;
	padding: 3px 3px 3px 0;
	position: relative;
	z-index: 5;
}

.image-right {
	float: right;
	margin: 3px 0 3px 3px;
	padding: 3px 0 3px 3px;
	position: relative;
	z-index: 5;
}
	
/* @end */

/* @group Layout */

.clearer {
	clear: both;
}

#container { 
	width: 680px;
	margin: 0px auto 10px;
	text-align: left;
	border: 1px solid #aeaeae;
}

#pageHeader {
	height: 71px;
	border-bottom: solid #aeaeae 1px;
}

#pageHeader img {
	float: right;
}

#pageHeader h1 {
	padding-left: 10px;
	padding-top: 10px;
	color: #ffffff;
	font-size: 1.8em;
	margin: 0;
}

#pageHeader h2 {
	font-size: 1.3em;
	color: #ffffff;
	margin: 0;
	padding-left: 10px;
	font-weight: normal;
}

#contentContainer {
	margin-left: 00px;
	/*position: relative;*/
	width: 990px;
	float :	left;
	z-index: 10;
}

#contentContainer #content {
	padding: 10px 10px 10px 15px;
}

#sidebarContainer {
	width: 200px;
	float: left;
}

#sidebarContainer #sidebar {
	padding: 5px;
}

#sidebarContainer .sideHeader {
	font-weight: bold;
	padding: 5px 5px 0;
	margin: 0 -5px;
	font-size: 1em;
}

#footer {
	width: 680px;
	margin: 0px auto; /* Right And Left Margin Widths To Auto */
	text-align: center; /* Hack To Keep IE5 Windows Happy */
	background: #ffffff;
	border: 1px solid #aeaeae;
}

#footer p {
	margin: 0;
	padding: 5px;
}

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

}

#footer a:hover, #footer a:active {
	
}
	
/* @end */

/* @group Bread-crumb */

#breadcrumbcontainer {
	background: url(images/breadcrumb_bg.png) repeat-x;
	text-align: right;
	height: 25px;
}

#breadcrumbcontainer ul {
	list-style: none;
	margin: 0;
	padding-top: 5px;
	padding-left: 5px;
	color: #d4d4d4;
}

#breadcrumbcontainer li {
	display: inline;
}

#breadcrumbcontainer a {
	color: #d4d4d4;
	text-decoration: none;
}

#breadcrumbcontainer a:hover {

}
	
/* @end */

/* @group Toolbar */


/* Child - Level 1 */
/* All browsers will use this code, it will make the pop out menus work */



/* @group Global Classes */

blockquote {
	border-top: 1px solid #aeaeae;
	border-bottom: 1px solid #aeaeae;
	padding-left: 5px;
	padding-right: 5px;
	font-style: italic;
	color: #999999;
}

h1 {

}

h2 {

}

h3 {

}

.imageStyle {

}

/* Main content area unordered list styles */
#contentContainer #content ul {
}

#contentContainer #content li {
}

/* Table Styles */
table {
	font-size: 1em;
}
	
/* @end */

