/*<group=General Styles>*/

body {
	font: 12px   'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	margin: 0px 10px 0px 40px;
	color: #111111;
	background: url(images/body_bg.png) repeat-x scroll #555555;
	text-align: left;
}

p { 
}

th {
	background-color: #DADDFF;
}

b, strong {
	font-weight: bold;
}

a:link {
	color: #0066FF;
	text-decoration: none;
}

a:visited {
	color: #1e77d3;
	text-decoration: none;
}

a:hover, a:active {
	color: #005ab4;
	text-decoration: underline;
}

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

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

table {
	background-color: #ffffff;
	border-spacing: 0px;
	border-collapse: collapse;
}

table td {
	padding: 2px;
}
/*</group>*/

/*<group=Layout>*/

#container {
	background: #FFFFFF; 
	width: 869px;
	margin: 0px auto;
	color: #101010;
	font-family: 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
}

#pageHeader {
	width: 869px;
	text-align: left;
	list-style: none;
	height: 83px;
	background: #ffffff;
}

#pageHeader img {
	float: left;
	padding-left: 10px;
	padding-top: 10px;
}

#pageHeader h1 {
	color: #424242;
	margin: 0px;
	font-weight: normal;
	font-size: 28px;
	padding: 15px 20px 0px 190px;
	text-shadow: 0px 0px 3px #B0C4DE;
}

#pageHeader h2 {
	color: #999999;
	margin: 0px;
	font-size: 14px;
	font-weight: normal;
	padding-right: 20px;
	padding-left: 190px;
	text-shadow: 0px 0px 2px #B0C4DE;
}

#bannerContainer {
	width: 869px;
	float: left;
	text-align: left;
	background: url(images/bannershadow.jpg) no-repeat;
	height: 216px; /* 176 */
	margin: 0px;
}

#contentContainer {
	text-align: left;
	float: left;
	width: 851px;
	padding-bottom: 10px;
}

#contentContainer #content {
	line-height: 1.3em;
	padding-right: 10px;
	padding-left: 20px;
	padding-top: 5px;
}

#sidebarContainer {
	width: 124px;
	height: 0px;
	float: left;
	text-align: left;
}

#sidebarContainer .sidebar {
	line-height: 1.0em;
	padding: 10px;
}

#footer {
	background: repeat-x  url(images/footer_bg.png);
	text-align: center;
	color: #ffffff;
	height: 15px;
	padding-top: 3px;
	padding-bottom: 3px; /*new*/
	margin-bottom: 7px; 
}

#footer a {
	color: #191919;
}

#footer a:hover {
	color: #191919;
	text-decoration: underline;
}
	
/*</group>*/

/*<group=Bread-crumb>*/

#breadcrumbcontainer {
	background: #ffffff;
	text-align: right;
	width: 720px;
}

#breadcrumbcontainer ul {
	display: inline;
	list-style: none;
	position: relative;
	top: 5px;
	margin: 0px 0px 5px 0px;
	width: 720px;
}

#breadcrumbcontainer li {
	display: inline;
}

#breadcrumbcontainer a {
}

#breadcrumbcontainer a:hover {

}
	
/*</group>*/

/*<group=Toolbar>*/

/* Toolbar Styles */

#navcontainer {
	padding-top: 5px;
	width: 134px;
	line-height: 14px;/*smaller*/
	color: #ffffff;
}

#navcontainer #current {
	color: #ffffff;
	background: #004499;
}

/* Parent - Level 0 */

#navcontainer ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#navcontainer li { 
}

#navcontainer a {
	display: block;
	color: #ffffff;
	text-decoration: none;
	padding-left: 7px;
	height: 17px; /*new*/
}

#navcontainer a:hover {
	color: #ffffff;
	background: #1e77d3;
}

/* Child - Level 1 */

#navcontainer ul ul {
	padding: 0px;
	margin: 0px 0px 0px 0px;
}

#navcontainer ul ul li { 
}

#navcontainer ul ul a {
	display: block;
	text-decoration: none;
	padding-left: 18px;
	color: #11477f;
	font-size: 11px;
	height: 14px; /*new*/
}

#navcontainer ul ul a:hover {
}

/* Child - Level 2 */

#navcontainer ul ul ul {
	color: #808080;
}

#navcontainer ul ul ul li { 
}

#navcontainer ul ul ul a {
	display: block;
	text-decoration: none;
	padding-left: 30px;
}

#navcontainer ul ul ul a:hover {
	background: transparent;
}

/* Child - Level 3 */

#navcontainer ul ul ul ul {
	color: #999999;
}

#navcontainer ul ul ul ul li { 
}

#navcontainer ul ul ul ul a {
	display: block;
	text-decoration: none;
	padding-left: 50px;
}

#navcontainer ul ul ul ul a:hover {
	background: transparent;
}

/* Child - Level 4 */

#navcontainer ul ul ul ul ul {
	color: #b3b3b3;
}

#navcontainer ul ul ul ul ul li { 
}

#navcontainer ul ul ul ul ul a {
	display: block;
	text-decoration: none;
	padding-left: 65px;
}

#navcontainer ul ul ul ul ul a:hover {
	background: transparent;
}

/* Child - Level 5 */

#navcontainer ul ul ul ul ul ul {
	padding: 0px;
	margin: 0px 0px 0px 15px;
	color: #cccccc;
}

#navcontainer ul ul ul ul ul ul li { 
}

#navcontainer ul ul ul ul ul ul a {
	display: block;
	text-decoration: none;
	padding-left: 60px;
}

#navcontainer ul ul ul ul ul ul a:hover {
	background: transparent;
}
	
/*</group>*/

/*<group=Global Classes>*/

.standout {
	background: #1e77d3;
	font-size: 12px;
	color: #ffffff;
	padding: 10px;
	font-style: italic;
	font-weight: bold;
}

h1 {
	color: #1e77d3;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 3px;
}

h2 {
	color: #1e77d3;
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 3px;
}

h3 {
	color: #1e77d3;
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 3px;
}

h4 {
	color: #1e77d3;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 3px;
}

h5 {
	color: #1e77d3;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 3px;
}

.imageStyle {
}
	
/*</group>*/

/*<group=Blog>*/

/*<group=Archive Page>*/

.blog-archive-background {
	color: #000000;
	text-align: center; /* To Make Content Centered */
	font: 12px 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
	background: #ffffff;
}

.blog-archive-headings-wrapper {
	text-align: left;
	width: 590px;
	padding: 10px;
}

.blog-archive-entries-wrapper {
	text-align: left;
	width: 590px;
	padding: 10px;
}

.blog-archive-month {
	color: #1e77d3;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 3px;
}

.blog-archive-link { 
}

	
/*</group>*/

.blog-entry {
}

.blog-entry-title {
	color: #1e77d3;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 3px;
}

.blog-entry-date {
	margin-bottom: 10px;
	margin-top: 5px;
}

.blog-entry-body {
	margin-bottom: 30px;
	border-bottom: 1px dotted #59554c;
	padding-bottom: 10px;
}
	
/*</group>*/