@charset "utf-8";
/* $Revision: 2025 $ */
body {
	font-family		: Verdana, Verdana, Geneva, sans-serif;
	font-size		: 12px;
	font-weight		: normal;
	font-style		: normal;
	background-color: #ffffff;
}

h1,h2,h3 {
	color			: #272e2e;
}

h1 {
	font-family		: Arial, Helvetica, sans-serif;
	font-size		: 16px;
	font-weight		: bold;
	font-style		: normal;
}

h2 {
	font-family		: Arial, Helvetica, sans-serif;
	font-size		: 14px;
	font-weight		: bold;
	font-style		: normal;
}

h3 {
	font-family		: Arial, Helvetica, sans-serif;
	font-size		: 12px;
	font-weight		: bold;
	font-style		: normal;
}

h4, h5, h6 {
	font-family		: Arial, Helvetica, sans-serif;
}

a {
	color			: #636868;
}

a:hover {
	color			: #272e2e;
}

/*         ______
__________/ Page \_____________________________________________________________________
--------------------------------------------------------------------------------------- */

#page_wrapper {
    border-color        : #ebeeee;
}

#inner_wrapper {
    border-color        : #ffffff;
}

#wrapper {
    border-color        : #ebeeee;
    background-color    : #ffffff;
}

#subnavigation_wrapper {
	border-color        : #ebeeee;
}

#content_wrapper {
    background-color    : #ffffff;
}

#content_wrapper {	
	border-color        : #ebeeee;
}
/*         ________
__________/ header \___________________________________________________________________
--------------------------------------------------------------------------------------- */
.spacer_top, .spacer_bottom {
	background-color: #696969;	
}

#head_wrapper {
}

#title_wrapper h1 {
	font-family			: Arial, Helvetica, sans-serif;
	font-weight			: normal;
	font-style			: normal;
	font-size			: 26px;
	color				: #9c9996;
}

#title_wrapper h2 {
	font-family			: Arial, Helvetica, sans-serif;
	font-size			: 14px;
	font-weight			: bold;
	font-style			: normal;
	color				: #3a3c3d;
}

/*         ____________
__________/ navigation \__________________________________________________________________
--------------------------------------------------------------------------------------- */


ul#cm_mainnavigation li a {
	color				: #ffffff;
	font-family			: Verdana, Verdana, Geneva, sans-serif;
	font-style			: normal;
	font-size			: 12px;
	font-weight			: normal;
	background-color	: #575757;
}

ul#cm_mainnavigation li a:hover {
	color				: #666666;
	background-color	: #dedede;
}

ul#cm_mainnavigation li.cm_current a {
	color				: #666666;
	background-color	: #dedede;
}


/*         _______________
__________/ Subnavigation \__________________________________________________________________
--------------------------------------------------------------------------------------- */

#cm_subnavigation ul li a {
	color				: #000000;
	background-color	: #959792;
	font-family			: Verdana, Verdana, Geneva, sans-serif;
	font-style			: normal;
	font-size			: 12px;
	font-weight			: normal;
}

#cm_subnavigation ul li a:hover {
	color				: #666666;
	background-color	: #dce0e0;
}

#cm_subnavigation ul li.cm_current a {
	color				: #666666;
	background-color	: #dce0e0;
}


/*         _________
__________/ sidebar \__________________________________________________________________
--------------------------------------------------------------------------------------- */

.content_sidebar {
	background-color	: #ffffff;
	color				: #636868;
}

.content_sidebar h1,
.content_sidebar h2,
.content_sidebar h3 {
	color				: #272e2e;
}

.content_sidebar a {
	color				: #636868;
}

.content_sidebar a:hover {
	color				: #272e2e;
}


/*         _________
__________/ content \__________________________________________________________________
--------------------------------------------------------------------------------------- */

.content_main {
	color				: #636868;
	font-family		    : Verdana, Verdana, Geneva, sans-serif;
	font-size		    : 12px;
	font-weight		    : normal;
	font-style		    : normal;
	border-color:			${color.content.border.color};
}

.content_main h1,
.content_main h2,
.content_main h3 {
	color			    : #272e2e;
}

.content_main h1 {
	font-family		    : Arial, Helvetica, sans-serif;
	font-size		    : 16px;
	font-weight		    : bold;
	font-style		    : normal;
}
.content_main h2 {
	font-family		    : Arial, Helvetica, sans-serif;
	font-size		    : 14px;
	font-weight		    : bold;
	font-style		    : normal;
}
.content_main h3 {
	font-family		    : Arial, Helvetica, sans-serif;
	font-size		    : 12px;
	font-weight		    : bold;
	font-style		    : normal;
}
.content_main a {
	color				: #636868;
}
.content_main a:hover {
	color				: #272e2e;
}

/*         ________
__________/ footer \__________________________________________________________________
--------------------------------------------------------------------------------------- */

#footer_wrapper {
	background-color	: #44ff00;
}

#footer {
	color				: #474747;
}

#footer a {
	color				: #474747;
}

#footer a:hover {
	color				: #000000;
}