
@media screen, projection, print
{
	.be-nice-to-Mac-IE5
	{
		font-family: "\"}\"";
		font-family: inherit;
	}
	
	/* -- GENERAL REDECLARATIONS -- */
	
	*
	{
		margin:0;
		padding:0;
	}
	
	body
	{
		background: #000 url(../images/back_body.gif) repeat-x 0 0;
		text-align: center;
		color: #000;
		font:normal 12px/16px Arial, sans-serif;	
	}

	A:link { text-decoration: underline; font-weight: bold; color: #20409b; }
	A:visited { text-decoration: underline; font-weight: bold; color: #20409b; }
	A:hover { text-decoration: underline; font-weight: bold; color: #4567c6; }
	A:active { text-decoration: underline; font-weight: bold; color: #4567c6; }
				
	ul, ol
	{
		margin: 0px 0px 18px 0px;
	}

	ul
	{
		list-style: url(../images/bullet_arrow.gif);	
	}
	
	li
	{
		margin: 0px 0px 0px 40px;	
	}
		
	dl
	{

	}
	
	dt
	{
		font-weight: bold;
	}
	
	dd
	{

	}
	
	p
	{
		margin: 0px 0px 18px 0px;
	}
	
	h1
	{
		margin: 0px 0px 18px 0px;
	}
	
	h2
	{
		color: #20409b;
		font: bold italic 22px/23px Helvetica, Arial, sans-serif;
		margin: 0px 0px 18px 0px;
		text-transform: uppercase;
	}
	
	h3
	{
		color: #20409b;
		font: bold 14px/15px Arial, sans-serif;
		margin: 0px 0px 18px 0px;
	}
	
	h4
	{
		font-weight: bold;
		margin: 0px 0px 18px 0px;
	}
	
	h5
	{
		font-weight: bold;
		margin: 0px 0px 18px 0px;
	}
	
	h6
	{
		font-weight: bold;
	}
	
	hr
	{
		display: none;
	}
	
	img
	{
		border: none;
	}
	
	acronym
	{
		border-bottom: 1px dotted;
	}
	
	blockquote
	{
		font-style: italic;
	}
	
	/* -- IDS -- */

	#wrap
	{
		width: 732px;
		margin: 0px auto 0px auto;
		text-align: left;
		background: #AAA url(../images/back_content.gif) repeat 0 0;
		border-bottom: 1px solid #666;
		padding: 8px 0px 0px 0px;
	}

	#col
	{
		width: 176px;
		float: left;
		display: inline; /* fix margins for floated elements in IE */
		text-align: right;
		margin: 0px 10px 0px 0px;
		padding: 0px 0px 12px 0px;
		position: relative;
	}

		#col h1
		{
			position: absolute;
			display: block;
			width: 264px;
			height: 46px;
			top: 0px;
			left: 10px;
			z-index: 500;
			text-indent: -8969px;
			background: transparent url(../images/logo.gif) no-repeat 0 0;
			margin: 0px 0px 0px 0px;
			padding: 0px 0px 0px 0px;
			text-align: left;
		}

			#col h1 a
			{
				display: block;
				width: 100%;
				height: 100%;
				outline: none;
				text-align: left;
				text-decoration: none;
				border: 0px;
			}
			
		.dummyhead
		{
			height: 60px;
		}	
		
		div.colelement
		{
			margin: 18px 0px 0px 12px;
			text-align: center;
			font-weight: bold;
			color: #fff;
			font-size: 11px;
			line-height: 14px;
		}
			
			div.colelement .inset
			{
				display: block;
				border: 3px solid #000;
				margin: 0px auto 2px auto;
			}
			
			div.colelement p
			{
				margin: 5px 0px 0px 0px;
				padding: 0px 0px 0px 0px;
			}
			
			div.colelement a:link		{ color: #fff; text-decoration: none; }
			div.colelement a:visited	{ color: #fff; text-decoration: none; }
			div.colelement a:hover		{ color: #fff; text-decoration: underline; }
			div.colelement a:active		{ color: #fff; text-decoration: underline; }
				
	#main
	{
		width: 533px;
		float: left;
		display: inline; /* fix margins for floated elements in IE */
	}

		#menu
		{
			text-align: right;
			margin: 0px 0px 12px 0px;
			height: 45px;
		}
		
			a.toplevel
			{
				display: block;
				float: right;
				padding: 3px 15px 3px 15px;
				background: #000 url(../images/back_toplevel.gif) repeat-x 0 0;
				border: 1px solid #000;
				color: #FFF;
				font: bold 12px/12px Arial, sans-serif;
				text-align: center;
				text-decoration: none;
				margin: 0px 0px 0px 2px;
			}

			a.toplevel:link { text-decoration: none; font-weight: bold; color: #FFF; background: #000 url(../images/back_toplevel.gif) repeat-x 0 0; }
			a.toplevel:visited { text-decoration: none; font-weight: bold; color: #FFF; background: #000 url(../images/back_toplevel.gif) repeat-x 0 0; }
			a.toplevel:hover { text-decoration: none; font-weight: bold; color: #FFF; background: #000; }
			a.toplevel:active { text-decoration: none; font-weight: bold; color: #FFF;  background: #000; }

			.menu
			{
				position: absolute;
				margin: 0px;
				visibility: hidden;
				border-top: 1px solid #000;
				border-right: 1px solid #000;
				border-bottom: 1px solid #000;				
				border-left: 1px solid #000;
				font: normal 11px/14px Arial;
				z-index: 300;
				color: #FFF;
				background-color: #1e2e99;
				width: 160px;
				text-align: left;
			}
			
			.menu a
			{
				width: auto;
				display: block;
				border-bottom: 1px solid #000;
				color: #FFF;
				text-decoration: none;
				padding: 3px 6px 3px 6px;
			}

			.menu A:link { text-decoration: none; font-weight: normal; color: #FFF; }
			.menu A:visited { text-decoration: none; font-weight: normal; color: #FFF; }
			.menu A:hover { text-decoration: none; font-weight: normal; color: #FFF; background-color: #1a193a; padding: 3px 6px 3px 6px; }
			.menu A:active { text-decoration: none; font-weight: normal; color: #FFF; background-color: #1a193a; }
				
				a.submenu
				{
					padding: 3px 6px 3px 20px;
					/* color: #c3d2eb; */			
				}
				
				a.submenu:hover
				{
					padding: 3px 6px 3px 20px;
					/* color: #c3d2eb; */
				}
								
		#foot
		{
			background: transparent url(../images/back_foot.gif) repeat 0 0;
			height: 104px;
			overflow: hidden;
			margin: 0px 1px 10px 0px;
			color: #fff;
			font: normal 11px/16px Arial, sans-serif;
		}
		
			#foot p
			{
				margin: 0px 0px 0px 0px;
				padding: 20px 20px 0px 20px;
			}
			
			#foot p A:link { text-decoration: none; font-weight: normal; color: #FFF; }
			#foot p A:visited { text-decoration: none; font-weight: normal; color: #FFF; }
			#foot p A:hover { text-decoration: underline; font-weight: normal; color: #FFF; }
			#foot p A:active { text-decoration: underline; font-weight: normal; color: #FFF; }

	/* -- CLASSES -- */
	
	.clear
	{
		clear: both;
		height: 1px;
		width: 1px;
		padding: 0px;
		margin: -2px 0px 0px 0px;
		overflow: hidden;
		line-height: 1px;
		font-size: 1px;
		/* display: block; */
	}



	
	
	.mainboxmid
	{
		background: #FFF url(../images/back_mainbox_mid.gif) repeat 0 0;
		margin-bottom: 12px;
		position: relative;
		width: 533px;				
	}

	.mainboxtop
	{
		background: transparent url(../images/back_mainbox_top.gif) no-repeat 0 0;
		position: relative;
		width: 533px;				
	}

	.mainboxtop_round
	{
		background: transparent url(../images/back_mainbox_top_round.gif) no-repeat 0 0;
		position: relative;
		width: 533px;				
	}
		
	.mainboxbottom
	{
		background: transparent url(../images/back_mainbox_bottom.gif) no-repeat 0 bottom;
		position: relative;
		width: 533px;				
	}


	

	.blackboxmid
	{
		background: #080808 url(../images/back_blackbox_mid.gif) repeat-x 0 5px;
		margin-bottom: 12px;
		position: relative;
		width: 533px;				
	}

	.blackboxtop
	{
		background: transparent url(../images/back_blackbox_top.gif) no-repeat 0 0;
		position: relative;
		width: 533px;				
	}
	
	.blackboxbottom
	{
		background: transparent url(../images/back_blackbox_bottom.gif) no-repeat 0 bottom;
		position: relative;
		width: 533px;		
	}
	
	
	

	.boxcontent
	{
		padding: 6px 20px 6px 20px;
	}

	.boxcontent_white
	{
		padding: 14px 20px 14px 20px;
	}
	
	.round
	{
		padding-top: 20px;
	}
	



	a.questionmarklink
	{
		padding: 0px 4px 0px 4px;
		border: 1px solid #000;
		font: normal 11px/11px Arial, sans-serif;	
	}
	a.questionmarklink:link { text-decoration: none; font-weight: bold; color: #FFF; background: #06317a url(../images/back_toplevel.gif) repeat-x 0 0; }
	a.questionmarklink:visited { text-decoration: none; font-weight: bold; color: #FFF; background: #06317a url(../images/back_toplevel.gif) repeat-x 0 0; }
	a.questionmarklink:hover { text-decoration: none; font-weight: bold; color: #FFF; background: #3269c4; }
	a.questionmarklink:active { text-decoration: none; font-weight: bold; color: #FFF; background: #3269c4; }
		
		a.questionmarklink_leftcol
		{
			display: block;
			padding: 2px 4px 2px 4px;
			line-height: 12px;		
			text-align: center;
		}	

	a.whitebuttonlink
	{
		padding: 0px 4px 0px 4px;
		border: 1px solid #000;
		font: normal 11px/11px Arial, sans-serif;	
	}
	a.whitebuttonlink:link { text-decoration: none; font-weight: bold; color: #174ca3; background: #EEE; }
	a.whitebuttonlink:visited { text-decoration: none; font-weight: bold; color: #174ca3; background: #EEE; }
	a.whitebuttonlink:hover { text-decoration: none; font-weight: bold; color: #4c7ac4; background: #FFF; }
	a.whitebuttonlink:active { text-decoration: none; font-weight: bold; color: #4c7ac4; background: #FFF; }

		a.whitebuttonlink_leftcol
		{
			display: block;
			padding: 2px 4px 2px 4px;
			line-height: 12px;		
			text-align: center;
		}	
		
	

	
	
	
	.errorbox
	{
		color: #990000;
		border: 2px solid #990000;
		padding: 16px;
		font-weight: bold;
		background-color: #eee;
		margin: 0px 0px 18px 0px;
	}

		.errorbox p, .errorbox ol
		{
			margin: 0px 0px 0px 0px;
		}
		
	.msgbox
	{
		color: #009900;
		border: 2px solid #009900;
		padding: 16px;
		font-weight: bold;
		background-color: #eee;
		margin: 0px 0px 18px 0px;		
	}

		.msgbox p, .msgbox ol
		{
			margin: 0px 0px 0px 0px;
		}		
	


		.errormsg
		{
			background-color: #661010;
			border: 1px solid #9b4848;
			color: #ebbfbf;
			font-weight: bold;
			margin: 0px 0px 16px 0px;
			padding: 10px;		
		}
		
			.errormsg a:link	{ font-weight: bold; }
			.errormsg a:visited	{ font-weight: bold; }
			.errormsg a:hover	{ font-weight: bold; }
			.errormsg a:active	{ font-weight: bold; }
		
			.errormsg ul,
			.errormsg ol,
			.errormsg p
			{
				margin-bottom: 0px;
			}
			
				.errormsg ul
				{
					list-style: disc;
				}
				
					.errormsg ul li
					{
						padding-left: 0px;
						background-image: none;
					}
			
		.okmsg
		{
			background-color: #134f86;
			border: 1px solid #2a7ac4;
			color: #daedff;
			font-weight: bold;
			margin: 0px 0px 16px 0px;
			padding: 10px;		
		}	

			.okmsg a:link		{ font-weight: bold; }
			.okmsg a:visited	{ font-weight: bold; }
			.okmsg a:hover		{ font-weight: bold; }
			.okmsg a:active		{ font-weight: bold; }
			
			.okmsg ul,
			.okmsg ol,
			.okmsg p
			{
				margin-bottom: 0px;
			}

				.okmsg ul
				{
					list-style: disc;
				}
				
					.okmsg ul li
					{
						padding-left: 0px;
						background-image: none;
					}
					
					
.contactform_question
{
	font-weight: bold;
	margin: 0px 0px 1px 0px;
}

.nicebutton
{
	border: 1px solid #000;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	padding: 6px;
	background: #000 url(../images/back_toplevel.gif) repeat-x 0 0;
	cursor: pointer;
}
			
	
	
	


	
}