/* $Revision: 1222 $ */
body {
	font-family		: Trebuchet MS, Helvetica, sans-serif;
	font-size		: 14px;
	font-weight		: normal;
	font-style		: normal;
	background-color	: #a6a292;
}

h1,h2,h3 {
	color			: #094D77;
}

h1 {
	font-family		: Trebuchet MS, 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		: Trebuchet MS, Helvetica, sans-serif;
	font-size		: 12px;
	font-weight		: bold;
	font-style		: normal;
}

h4, h5, h6 {
	font-family		: Trebuchet MS, Helvetica, sans-serif;
}

a {
	color			: #222A49;
}

a:hover {
	color			: #094D77;
}

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

#page_inner {
	border-color		: #FFFFFF;
}

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

#header {
	border-color		: #FFFFFF;
	background-color	: #F3F2E3;
}

#head_wrapper {
	background-color	: #F3F2E3;
}

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

#textfield h2 {
	font-family			: Arial, Helvetica, sans-serif;
	font-weight			: bold;
	font-style			: normal;
	font-size			: 14px;
	color				: #5592AA;
}

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

#cm_navigation ul li a {
	font-family			: Trebuchet MS, Helvetica, sans-serif;
	font-style			: normal;
	font-size			: 13px;
	font-weight			: normal;
	background-color	: #03588C;
	color				: #FFFFFF;
}

#cm_navigation ul li a:hover {
	background-color	: #252625;
	color				: #D84661;
}

#cm_navigation ul li.cm_current a {
	background-color	: #252625;
	color				: #D84661;
}

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

#cm_navigation ul li ul.cm_subnavigation li a {
	font-family			: Trebuchet MS, Helvetica, sans-serif;
	font-style			: normal;
	font-size			: 13px;
	font-weight			: normal;
	background-color	: #03588c;
	color				: #FFFFFF;
}

#cm_navigation ul li ul.cm_subnavigation li a:hover {
	background-color	: #252625;
	color				: #A2E4F2;
}

#cm_navigation ul li ul.cm_subnavigation li.cm_current a {
	background-color	: #252625;
	color				: #A2E4F2;
}

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

#cm_navigation ul li ul.cm_subnavigation li ul.cm_subnavigation li a {
	font-family			: Trebuchet MS, Helvetica, sans-serif;
	font-style			: normal;
	font-size			: 13px;
	font-weight			: normal;
	background-color	: #03588c;
	color				: #FFFFFF;
}

#cm_navigation ul li ul.cm_subnavigation li ul.cm_subnavigation li a:hover {
	background-color	: #252625;
	color				: #A2E4F2;
}

#cm_navigation ul li ul.cm_subnavigation li ul.cm_subnavigation li.cm_current a {
	background-color	: #252625;
	color				: #A2E4F2;
}

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

#content_left_wrapper,
#content_left,
#content_main_wrapper,
#content {
	background-color	: #E4E3DC;
	color				: #222A49;
}

#content_right_wrapper,
.content_sidebar {
	background-color	: #121140;
	color				: #D6F4FA;
}

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

.content_sidebar a {
	color				: #D6F4FA;
}

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

.content_main {
	background-color	: #E4E3DC;
	color				: #222A49;
	font-family		    : Trebuchet MS, Helvetica, sans-serif;
	font-size		    : 14px;
	font-weight		    : normal;
	font-style		    : normal;
}

.content_main h1,
.content_main h2,
.content_main h3 {
	color			    : #094D77;
}

.content_main h1 {
	font-family		    : Trebuchet MS, 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		    : Trebuchet MS, Helvetica, sans-serif;
	font-size		    : 12px;
	font-weight		    : bold;
	font-style		    : normal;
}
.content_main a {
	color				: #222A49;
}
.content_main a:hover {
	color				: #094D77;
}

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

#footer {
	background-color	: #c0c1c3!important;
	color				: #252625;
	border-color		: #FFFFFF;
}


#footer a {
	color			: #252625;
}

#footer a:hover {
	color			: #03588c;
}


