/*<group=General Styles>*/

/*
body {
	background: none #f0f0f0;
	color: #000000;
	text-align: center; /* To Make Content Centered */
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
*/

p { 
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	line-height:1.4em;
}

b, strong { 
	color: #151515;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

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

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

a:hover, a:active { 
	text-decoration: underline; 
	color: #67ce3d;
}

img {
	border-style: none;
}

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

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

/*<group=Layout>*/

#container { 
	background-color: #FFFFFF; /* This Is The BG Color Of The Main Div */
	/*width: 718px;*/
	width: 844px;
	margin: 0px auto; /* Right And Left Margin Widths To Auto */
	text-align: left; /* Hack To Keep IE5 Windows Happy */
	border: 1px solid #aeaeae;
	/*background: url(img/sidebar.html) repeat-y;*/
}

#pageHeader {
	/*Xbackground: repeat-x  url(img/header_background.html);*/
	Xborder-bottom: 1px solid #aeaeae;
	height: 124px;
	/*width: 848px;*/
}

#pageHeader img {
	Xfloat: center;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}

#mainContent {
	margin: 0px;
}

#mainContent #sidebar {
	float: left;
 	width: 198px;
	background: none;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}

#mainContent #content {
	float: left;
	padding: 0px 0px 0px 0px;
	background: none;
	margin-left: 30px; margin-right: 10px; margin-top: 0px; margin-bottom: 10px;
	/*width: 480px;*/
	width: 606px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height:1.4em;
}


.indent {
	margin-left:80px;
	text-indent:-80px;
}


#footer { /* This Is The BG Color Of The Main Div */
	/*width: 718px;*/
	width: 850px;
	margin: 10px auto; /* Right And Left Margin Widths To Auto */
	text-align: left; /* Hack To Keep IE5 Windows Happy */;
	border: 1px solid #aeaeae;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: right;
	background: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height:1.4em;
}

#sidecontainer
{
	margin: 5px;
}

/*</group>*/

/*<group=Bread-crumb>*/

#breadcrumbcontainer {
	background: url(img/sub_header.html) repeat-x;
	height: 12px;
	padding-right: 10px;
	text-align: right;
}

/* Toolbar Styles */

#navcontainer {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 200px;
	border-top: 1px solid #aeaeae;
}

#navcontainer #current {
	color: #ffffff;
	text-shadow: 0px 1px 1px #666666;
	text-decoration: none;
	background-color : #67ce3d;
	Xbackground: url(img/button_over.html) repeat-x;
	Xbackground: ##67ce3d;
}

/* Parent - Level 0 */

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

#navcontainer li {
}

#navcontainer a {
	display: block;
	color: #333333;
	text-shadow: 0px 1px 0px #ffffff;
	text-decoration: none;
	text-indent: 0px;
	Xbackground: repeat-x url(img/button_normal.html)  top;
	background: ##67ce3d;
	border-bottom: 1px solid #aeaeae;
	height: 20px;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
}

#navcontainer a:hover
{
	color: #333333;
	text-shadow: 0px 1px 1px #ffffff;
	text-decoration: none;
	Xbackground: url(img/button_over.html) repeat-x;
	background-color: #67ce3d;
}

/* Child - Level 1 */

#navcontainer ul ul li { margin: 0 0 0 0;}

#navcontainer ul ul a
{
	display: block;
	color: #333333;
	text-shadow: 0px 1px 0px #ffffff;
	text-decoration: none;
	text-indent: 20px;
	background: #ebebeb;
}

#navcontainer ul ul a:hover
{
	color: #333333;
	text-shadow: 0px 1px 0px #ffffff;
	text-decoration: none;
	Xbackground: #cccccc;
	background-color : #67ce3d;
}

/* Child - Level 2 */

#navcontainer ul ul ul li { margin: 0 0 0 0;}

#navcontainer ul ul ul a
{
	display: block;
	color: #333333;
	text-shadow: 0px 1px 0px #ffffff;
	text-decoration: none;
	text-indent: 40px;
	background: #ebebeb;
}

#navcontainer ul ul ul a:hover
{
	color: #333333;
	text-shadow: 0px 1px 0px #ffffff;
	text-decoration: none;
	background: #cccccc;
}

#content ul
{
  margin:15px 10px 0px 15px;
  padding: 0;
}

#content ul li
{

}


/*</group>*/

/*<group=Global Classes>*/

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:21px;
	margin: 0px;
	line-height:1.4em;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	margin: 0px;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	margin: 0px;
}


