/* base elements */
body {
	font-family		: Verdana, Verdana, Geneva, sans-serif;
	font-size		: 11px;
	font-weight		: normal;
	font-style		: normal;
	color			: #000;
	background-color: #ccc;
}

h1,h2,h3 {
	color			: #2b4a76;
}

h1 {
	font-family		: Verdana, Verdana, Geneva, sans-serif;
	font-size		: 16px;
	font-weight		: bold;
	font-style		: normal;
}

h2 {
	font-family		: Verdana, Verdana, Geneva, sans-serif;
	font-size		: 14px;
	font-weight		: bold;
	font-style		: normal;
}

h3 {
	font-family		: Verdana, Verdana, Geneva, sans-serif;
	font-size		: 12px;
	font-weight		: bold;
	font-style		: normal;
}

h4, h5, h6 {
	font-family		: Verdana, Verdana, Geneva, sans-serif;
}

a {
	color			: #000;
}

a:hover {
	color			: #2b4a76;
}

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

#page {
	background-color	: #00004D;
}

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

#inner_page {
	border-left-color	: #CFCFCF;
	border-right-color	: #CFCFCF;
	background-color	: #ffffff;
}

#keyvisual {
	border-color 		: #CFCFCF;
}

#keyvisual_outer {
	border-color 		: #CFCFCF;
}

#content_outer_1 {
	border-color 		: #CFCFCF;
}

#kv_content_trenner {
	border-color 		: #CFCFCF;
}

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

#header {
	background-color	: #00004D;
}

#header_inner_border_top, 
#header_inner_border_bottom, 
#header_inner {
	border-color		: #ff9933;
}

#header h1 {
	font-family			: Tahoma, Geneva, sans-serif;
	font-weight			: normal;
	font-style			: normal;
	font-size			: 26px;
	color				: #918D8D;
}

#header h2 {
	font-family			: Verdana, Verdana, Geneva, sans-serif;
	font-size			: 14px;
	font-weight			: bold;
	font-style			: normal;
	color				: #918D8D;
}

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

#cm_navigation {
	font-family			: Verdana, Verdana, Geneva, sans-serif;
	font-style			: normal;
	font-size			: 12px;
	font-weight			: bold;
	border-top-color	: #00004D;
	border-bottom-color	: #00004D;
	background-color	: #00004D;
}

#cm_navigation ul li a {
	color				: #ffffff;
}

#cm_navigation ul li a:hover {
	color				: #ff9933;
}

#cm_navigation ul li.cm_current a {
	color				: #ff9933;
}

/*         _______________
__________/ 2nd level nav \____________________________________________________________
--------------------------------------------------------------------------------------- */

#cm_subnavigation ul.cm_subnavigation {
	border-color	    : #00004D;
	background-color	: #ffffff;
}

#cm_subnavigation ul.cm_subnavigation li {
	border-color		: #00004D;
}

#cm_subnavigation ul.cm_subnavigation li a {
	color				: #000;
}

#cm_subnavigation ul.cm_subnavigation li a:hover {
	color				: #ff9933;
}

#cm_subnavigation ul.cm_subnavigation li.cm_current a {
	color				: #ff9933;
}

/*         _______________
__________/ 3rd level nav \____________________________________________________________
--------------------------------------------------------------------------------------- */

#cm_subnavigation ul.cm_subnavigation li ul.cm_subnavigation {
	border-top-color	: #00004D;
	background-color	: #ffffff;
}

#cm_subnavigation ul.cm_subnavigation li ul.cm_subnavigation li {
	border-color		: #00004D;
}

#cm_subnavigation ul.cm_subnavigation li ul.cm_subnavigation li a {
	color				: #000;
}

#cm_subnavigation ul.cm_subnavigation li ul.cm_subnavigation li a:hover {
	color				: #ff9933;
}

#cm_subnavigation ul.cm_subnavigation li ul.cm_subnavigation li.cm_current a {
	color				: #ff9933;
}

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

.content_main {
	background-color	: #ffffff;
	color				: #000;
	font-family		    : Verdana, Verdana, Geneva, sans-serif;
	font-size		    : 11px;
	font-weight		    : normal;
	font-style		    : normal;
	border-color 		: #CFCFCF;
}

.content_main h1,
.content_main h2,
.content_main h3 {
	color			    : #2b4a76;
}

.content_main h1 {
	font-family		    : Verdana, Verdana, Geneva, sans-serif;
	font-size		    : 16px;
	font-weight		    : bold;
	font-style		    : normal;
}
.content_main h2 {
	font-family		    : Verdana, Verdana, Geneva, sans-serif;
	font-size		    : 14px;
	font-weight		    : bold;
	font-style		    : normal;
}
.content_main h3 {
	font-family		    : Verdana, Verdana, Geneva, sans-serif;
	font-size		    : 12px;
	font-weight		    : bold;
	font-style		    : normal;
}
.content_main a {
	color				: #000;
}
.content_main a:hover {
	color				: #2b4a76;
}

/*         _________
__________/ footer  \__________________________________________________________________
--------------------------------------------------------------------------------------- */

#footer a,
#footer a:hover {
	color				: #000;
}

#footer {
	color				: #000;
	background-color	: #fff;
	border-color        : #3E4F59;
}
