/* $Revision: 1222 $ */
body {
	font-family		: Times New Roman, Times, serif;
	font-size		: 14px;
	font-weight		: normal;
	font-style		: italic;
	background-color	: #C0F0A3;
}

h1,h2,h3 {
	color			: #6B6B6B;
}

h1 {
	font-family		: Times New Roman, Times, serif;
	font-size		: 18px;
	font-weight		: normal;
	font-style		: italic;
}

h2 {
	font-family		: Times New Roman, Times, serif;
	font-size		: 16px;
	font-weight		: normal;
	font-style		: italic;
}

h3 {
	font-family		: Times New Roman, Times, serif;
	font-size		: 14px;
	font-weight		: normal;
	font-style		: italic;
}

h4, h5, h6 {
	font-family		: Times New Roman, Times, serif;
}

a {
	color			: #000000;
}

a:hover {
	color			: #6B6B6B;
}

/*         ______
__________/ main \__________________________________________________________________
--------------------------------------------------------------------------------------- */

#content_wrapper {
	background-color	: #F9F6EC;
}

/*         ________
__________/ header \__________________________________________________________________
--------------------------------------------------------------------------------------- */

#title_wrapper h1 {
	font-family			: Times New Roman, Times, serif;
	font-weight			: bold;
	font-style			: italic;
	font-size			: 30px;
	color				: #545454;
}

#title_wrapper h2 {
	font-family			: Times New Roman, Times, serif;
	font-size			: 16px;
	font-weight			: normal;
	font-style			: italic;
	color				: #919191;
}

/*         ____________
__________/ navigation \__________________________________________________________________
--------------------------------------------------------------------------------------- */

#cm_navigation {
	background-color	: #B4E18E;
	font-family			: Times New Roman, Times, serif;
	font-style			: italic;
	font-size			: 14px;
	font-weight			: bold;
}

/* NAV NORMAL */
#cm_navigation ul li a {
	background-color	: #B4E18E;
	color				: #545454;
}

/* NAV MOUSE */
#cm_navigation ul li a:hover {
	background-color	: #F9F6EC;
	color				: #545454;
}


/* NAV HIGH */
#cm_navigation ul li.cm_current a {
	background-color	: #D4D4D4;
}

#cm_navigation ul li.cm_current a:hover {
	background-color	: #F9F6EC;
	color				: #545454;
}

/*         _______________
__________/ Subnavigation \__________________________________________________________________
--------------------------------------------------------------------------------------- */

/* SUBNAV NORMAL */
#cm_navigation ul.cm_subnavigation li a {
	background-color	: #F5F4F4;
	color				: #545454;
}

#cm_navigation ul.cm_subnavigation li a span {
}

/* SUBNAV MOUSE */
#cm_navigation ul.cm_subnavigation li a:hover {
	background-color	: #F9F6EC;
	color				: #545454;
}

/* SUBNAV HIGH */
#cm_navigation ul.cm_subnavigation li.cm_current a {
	background-color	: #F9F6EC;
	color				: #545454;
}

/*         _________
__________/ content \__________________________________________________________________
--------------------------------------------------------------------------------------- */

.content_main {
	background-color	: #F9F6EC;
	color				: #000000;
	font-family		    : Times New Roman, Times, serif;
	font-size		    : 14px;
	font-weight		    : normal;
	font-style		    : italic;
}

.content_main h1,
.content_main h2,
.content_main h3 {
	color			    : #6B6B6B;
}

.content_main h1 {
	font-family		    : Times New Roman, Times, serif;
	font-size		    : 18px;
	font-weight		    : normal;
	font-style		    : italic;
}
.content_main h2 {
	font-family		    : Times New Roman, Times, serif;
	font-size		    : 16px;
	font-weight		    : normal;
	font-style		    : italic;
}
.content_main h3 {
	font-family		    : Times New Roman, Times, serif;
	font-size		    : 14px;
	font-weight		    : normal;
	font-style		    : italic;
}
.content_main a {
	color				: #000000;
}
.content_main a:hover {
	color				: #6B6B6B;
}

.content_sidebar {
	color				: #000000;
}

/*         ________
__________/ footer \__________________________________________________________________
--------------------------------------------------------------------------------------- */

#footer {
	background-color	: transparent;
	color				: #000000;
}


#footer a {
	color			: #000000;
}

#footer a:hover {
	color			: #6B6B6B;
}


