/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
	MAIN
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

.for_print				{
					display		: block;
					}

.for_screen				{
					display		: none;
					}

.for_print_inline			{
					display		: inline;
					}

.for_screen_inline			{
					display		: none;
					}

body					{
					background	: #fff;
					color		: #000;
					}




/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
	PAGE STRUCTURES
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

/*-------------------------------------------------------------------------------------*/

#page_header				{
					background	: #fff;
					color		: #000;
					border-bottom	: 2px solid #000;
					}

#page_header h1				{
					font-size	: 250%;
					color		: #000;
					}

#page_header h2				{
					font-size	: 125%;
					color		: #000;
					}

#page_header h3				{
					font-size	: 100%;
					color		: #000;
					}

#header_photo_print			{
					display		: block;
					}

#header_photo_screen			{
					display		: none;
					}

/*-------------------------------------------------------------------------------------*/

#page_footer				{
					border-top	: 2px solid #000;
					background	: #fff;
					color		: #000;
					}

#page_footer strong			{
					color		: #000;
					}

#page_footer a				{
					color		: #000;
					text-decoration	: none;
					font-weight	: bold;
					}

#page_footer a:visited			{
					color		: #000;
					text-decoration	: none;
					font-weight	: bold;
					}

/*-------------------------------------------------------------------------------------*/

#page_content				{
					padding		: 10px 0px 10px 0px;
					}

#page_content strong			{
					color		: #000;
					}




/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
	NAVIGATION STYLES
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/





/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
	HEADING AND TEXT STYLES
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

h1					{
					color		: #224;
					}

h2					{
					color		: #830;
					border-bottom	: 1px solid #830;
					}

h3					{
					color		: #830;
					}


a					{
					color		: #000;
					text-decoration	: none;
					}

a:visited				{
					color		: #000;
					text-decoration	: none;
					}



/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
	TABLE STYLES
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/





/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
	IMAGE STYLES
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/





/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
	LIST STYLES
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/





/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
	BOX STYLES
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

.sidebar_box				{
					width		: 20em;
					float		: right;
					background	: #fff;
					padding		: 20px;
					border		: 1px solid #888;
					margin-left	: 10px;
					}




/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
	MISC STYLES
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

#page_content strong.important		{
					color		: #a00;
					}


