/* $Revision: 1222 $ */
body {
	font-family		: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size		: 13px;
	font-weight		: normal;
	font-style		: normal;
	background-color	: #f0cc44;
}

h1,h2,h3 {
	color			: #19396b;
}

h1 {
	font-family		: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size		: 16px;
	font-weight		: bold;
	font-style		: normal;
}

h2 {
	font-family		: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size		: 15px;
	font-weight		: bold;
	font-style		: normal;
}

h3 {
	font-family		: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size		: 13px;
	font-weight		: bold;
	font-style		: normal;
}

h4, h5, h6 {
	font-family		: Lucida Sans Unicode, Lucida Grande, sans-serif;
}

a {
	color			: #555555;
}

a:hover {
	color			: #19396b;
}

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

#header {
	background-color	: #153a19 !important;
}

#textfield h1 {
	font-family			: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-weight			: bold;
	font-style			: normal;
	font-size			: 26px;
	color				: #555;
}

#textfield h2 {
	font-family			: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size			: 15px;
	font-weight			: bold;
	font-style			: normal;
	color				: #555;
}

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

/* NAV NORMAL */
#cm_navigation ul li a {
	background-color	: #f0cc44;
	color				: #19396b;
	font-family			: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-style			: normal;
	font-size			: 13px;
	font-weight			: bold;
}

/* NAV MOUSE */
#cm_navigation ul li a:hover {
	background-color	: #C5CEED;
	color				: #19396b;
}

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


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

/* SUBNAV NORMAL */
#cm_navigation ul.cm_subnavigation li a {
	background-color	: #f0cc44;
	color				: #19396b;
	font-family			: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-style			: normal;
	font-size			: 13px;
	font-weight			: bold;
}

/* SUBNAV MOUSE */
#cm_navigation ul.cm_subnavigation li a:hover {
	background-color	: #febe43;
	color				: #19396b;
}

/* SUBNAV HIGH */
#cm_navigation ul.cm_subnavigation li.cm_current a {
	background-color	: #febe43;
	color				: #19396b;
}

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

/* SUBNAV NORMAL */
#cm_navigation ul.cm_subnavigation li ul.cm_subnavigation li a {
	background-color	: #f0cc44;
	color				: #19396b;
	font-family			: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-style			: normal;
	font-size			: 13px;
	font-weight			: bold;
}

/* SUBNAV MOUSE */
#cm_navigation ul.cm_subnavigation li ul.cm_subnavigation li a:hover {
	background-color	: #febe43;
	color				: #19396b;
}

/* SUBNAV HIGH */
#cm_navigation ul.cm_subnavigation li ul.cm_subnavigation li.cm_current a {
	background-color	: #febe43;
	color				: #19396b;
}

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

#content_wrapper {
	border-color		: #ffffff;
}

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

#content_right_wrapper,
.content_sidebar {
	background-color	: #f0cc44;
	color				: #555555;
}

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

.content_sidebar a {
	color				: #555555;
}

.content_sidebar a:hover {
	color				: #19396b;
}

.content_main {
	background-color	: #ffffff;
	color				: #555555;
	font-family		    : Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size		    : 13px;
	font-weight		    : normal;
	font-style		    : normal;
}

.content_main h1,
.content_main h2,
.content_main h3 {
	color			    : #19396b;
}

.content_main h1 {
	font-family		    : Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size		    : 16px;
	font-weight		    : bold;
	font-style		    : normal;
}
.content_main h2 {
	font-family		    : Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size		    : 15px;
	font-weight		    : bold;
	font-style		    : normal;
}
.content_main h3 {
	font-family		    : Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size		    : 13px;
	font-weight		    : bold;
	font-style		    : normal;
}
.content_main a {
	color				: #555555;
}
.content_main a:hover {
	color				: #19396b;
}

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

#footer {
	background-color	: #f0cc44;
	color				: #19396b;
}


#footer a {
	color			: #19396b;
}

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


