/* CSS Document */
/* --- GENERAL RULES --- */
body
{
	padding: 0;
	color: #fff;
	background: #9B999A;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 0.65em;
	background-image: url(../images/bg_grad.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	margin-top: 25px;

}
a
{
	text-decoration: none;
	padding-bottom: 1px;
	background: url(../images/common/dots-alinkOFF.gif) repeat-x 0 100%;
}
a:link { 
	color: #74C068;
}
a:visited { 
	color: #74C068;
}
a:hover, a:active
{
	color: #fff;
	text-decoration: underline;
}

h1 
{
	font-family: Arial, Helvetica, sans-serif;
	color: Gray;
	font-size: 29px;
	padding-bottom: 5px;
	margin-top: 7px;
	margin-bottom: 5px;
	font-weight: normal;
	letter-spacing: -1px;
	line-height: 32px;
}


h1 A 
{
	text-decoration: none;
}

h2 
{
	font-family: Arial, Helvetica, sans-serif;
	color: #747474;
	font-size: 17px;
	padding-bottom: 7px;
	margin-top: 7px;
	margin-bottom: 10px;
	font-weight: bold;
	line-height: 22px
}
h3
{
font-family:Arial, Helvetica, sans-serif;
color:#74C068;
font-size: 29px;
font-weight:normal;
letter-spacing:-1px;
line-height: 32px
}

li {
	list-style: square outside;
	color: #8C8C8C;
}

#page_links 
{
	font-size: 10px;
	font-weight: bold;
}

.breadcrumbs
{
	font: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 0.95em;
}

#dottedRow {
	background:url(dottedline_row.gif); background-repeat:repeat-x;
}
/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#container
{
	margin: 0px auto;
	width: 779px;
	w\idth: 779px;;
	background-color: #fff;	
	float: none;
	background-image: url(../images/txt_bak_panel7.jpg);
}

/***********************************************/
/* --- HEADER RULES --- */	
#header 
{
	height: 128px;
	background-image: url(../images/logo_head.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-color: #000;
}
#header h1 
{
	text-align: right
}
#bann{
 width: 776px;
 height: 157px;
}

/***********************************************/
/* --- MENU RULES --- */	
#menu_bar 
{
	height: 29px;
	background-image: url(../images/logo_head.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-color: #000;
}

/***********************************************/
/* --- BANNER RULES --- */	
#banner
{
	height: 200px;
	background-image: url(../images/banner4.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-color: #000;
}

/***********************************************/	
/* --- CONTENT RULES --- */

#contents 
{
	margin-top: 0;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 177px;
	border-left: 0px dashed #ccc;
	padding-left: 15px;
	line-height: 155%;
	height: auto;
	font-size: 12px;
	color: #5C5C5C;
}
	#contents A {
	color: #00C602;
	font-weight:normal;
	text-decoration:underline
}
	#contents A:active {
	color: #00C602;
	font-weight:normal;
	text-decoration:underline
}
	#contents A:hover {
	color: #2A2A2A;
	text-decoration: underline;
}
#contents p 
{ 
line-height: 155%; 
}

/***********************************************/	
/* --- FOOTER RULES --- */	

	#footer 
	{
	height: 90px;
	background-image: url(../images/base_2.jpg);
	background-repeat: no-repeat;
	clear: both;
	text-align: center;
	line-height: 17px;
	padding-top: 0px;
	font-size: 11px;
	color: #AEAEAE;
}
	#footer A {
	color: #AEAEAE;
	font-weight:normal;
	text-decoration:none
}
	#footer A:active {
	color: #74C068;
	font-weight: normal;
	text-decoration: none;
}
	#footer A:hover {
	color: #74C068;
	text-decoration:underline
}

/**************************************************************************/	
/* --- OTHER RULES --- */

	.imagefloat
	{
	float: right;
	padding: 2px;
	border: 0px solid #ccc;
	margin: 0 0 10px 10px;
	}
	
	.imagefloatleft
	{
	float: left;
	padding: 2px;
	border: 0px solid #ccc;
	margin: 0 10 10px 0;
}