@charset "utf-8";
body {
	font-family		: Arial, Helvetica, sans-serif;
	font-size		: 12px;
	font-weight		: normal;
	font-style		: normal;
	background-color	: #6bcde3;
}

h1,h2,h3 {
	color			: #272e2e;
}

h1 {
	font-family		: Trebuchet MS, Helvetica, sans-serif;
	font-size		: 16px;
	font-weight		: bold;
	font-style		: normal;
}

h2 {
	font-family		: Trebuchet MS, 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		: Trebuchet MS, Helvetica, sans-serif;
}

a {
	color			: #636868;
}

a:hover {
	color			: #272e2e;
}

/*         ______
__________/ Page \__________________________________________________________________
--------------------------------------------------------------------------------------- */

#page_inner {
	border-color		: #440c66;
}

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

#header {
	border-color		: #440c66;
	background-color	: #733d8c;
}

#head_wrapper {
	background-color	: #733d8c;
}

#textfield h1 {
	font-family			: Trebuchet MS, Helvetica, sans-serif;
	font-weight			: normal;
	font-style			: normal;
	font-size			: 26px;
	color				: #6993b3;
}

#textfield h2 {
	font-family			: Trebuchet MS, Helvetica, sans-serif;
	font-weight			: bold;
	font-style			: normal;
	font-size			: 14px;
	color				: #7651a6;
}

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

#cm_navigation ul li a {
	font-family			: Arial, Helvetica, sans-serif;
	font-style			: normal;
	font-size			: 12px;
	font-weight			: normal;
	background-color	: #ae98d1;
	color				: #000000;
}

#cm_navigation ul li a:hover {
	background-color	: #7d7d85;
	color				: #ede1ec;
}

#cm_navigation ul li.cm_current a {
	background-color	: #7d7d85;
	color				: #ede1ec;
}

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

#cm_navigation ul li ul.cm_subnavigation li a {
	font-family			: Arial, Helvetica, sans-serif;
	font-style			: normal;
	font-size			: 12px;
	font-weight			: normal;
	background-color	: #733d8c;
	color				: #000000;
}

#cm_navigation ul li ul.cm_subnavigation li a:hover {
	background-color	: #dce0e0;
	color				: #666666;
}

#cm_navigation ul li ul.cm_subnavigation li.cm_current a {
	background-color	: #dce0e0;
	color				: #666666;
}

/*         ___________________
__________/ SUB Subnavigation \_________________________________________________________
--------------------------------------------------------------------------------------- */

#cm_navigation ul li ul.cm_subnavigation li ul.cm_subnavigation li a {
	font-family			: Arial, Helvetica, sans-serif;
	font-style			: normal;
	font-size			: 12px;
	font-weight			: normal;
	background-color	: #733d8c;
	color				: #000000;
}

#cm_navigation ul li ul.cm_subnavigation li ul.cm_subnavigation li a:hover {
	background-color	: #dce0e0;
	color				: #666666;
}

#cm_navigation ul li ul.cm_subnavigation li ul.cm_subnavigation li.cm_current a {
	background-color	: #dce0e0;
	color				: #666666;
}

/*         _________
__________/ content \__________________________________________________________________
--------------------------------------------------------------------------------------- */
#content_wrapper {
	border-color		: #440c66;
}

#content_left_wrapper,
#content_left,
#content_main_wrapper,
#content {
	background-color	: #ffffff;
	color				: #636868;
}

#content_right_wrapper,
.content_sidebar {
	background-color	: #9f79d1;
	color				: #00a2ff;
}

.content_sidebar h1,
.content_sidebar h2,
.content_sidebar h3 {
	color				: #B3B3B3;
}

.content_sidebar a {
	color				: #00a2ff;
}

.content_sidebar a:hover {
	color				: #B3B3B3;
}

.content_main {
	background-color	: #ffffff;
	color				: #636868;
	font-family		    : Arial, Helvetica, sans-serif;
	font-size		    : 12px;
	font-weight		    : normal;
	font-style		    : normal;
}

.content_main h1,
.content_main h2,
.content_main h3 {
	color			    : #272e2e;
}

.content_main h1 {
	font-family		    : Trebuchet MS, Helvetica, sans-serif;
	font-size		    : 16px;
	font-weight		    : bold;
	font-style		    : normal;
}
.content_main h2 {
	font-family		    : Trebuchet MS, 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 {
	background-color	: #6f737a!important;
	color				: #f7ffff;
	border-color		: #440c66;
}


#footer a {
	color			: #f7ffff;
}

#footer a:hover {
	color			: #000000;
}


