body	{		padding		:	0px;
			margin		:	0px;
			background-color:	#C0C0C0;
			font-family	:	Arial,Verdana;
			font-size	:	85%;
	}

div		{	margin		:	0px;
			padding		:	0px;	}

div.headermain	{	background-image:	url('images/title_bg.png');
			background-repeat:	repeat-x;
			background-position:	bottom left;
			height		:	182px;
			position	:	relative;	}

div.header	{	background-image:	url('images/title.png');
			background-repeat:	no-repeat;
			height		:	182px;
			background-position:	bottom left;	}

div.menumain 	{	position	:	absolute;
			width		:	100%;
			bottom		:	0px;
			background-image:	url('images/title_bg_grey.png');
			background-repeat:	repeat-x;
			background-position:	bottom left;
			border-top	:	solid black 2px;	}

#menu		{	background-image:	url('images/title_grey.png');
			background-repeat:	no-repeat;
			background-position:	bottom left;
			padding		:	1px;
			padding-left	:	40px;	}

#menu a		{	text-decoration	:	none;
			color		:	black;	}

#menu a:hover	{	color		:	white;	}

div.main	{	border-top	:	solid black 2px;
			background-image:	url('images/bg_fade1.gif');
			background-color:	white;
			background-repeat:	repeat-x;	
			padding-bottom	:	50px;
			clear		:	both;	}

div.main td	{	vertical-align	:	top;	}

div.content	{	padding-left	:	40px;
			padding-right	:	60px;
			padding-top	:	10px;	}
			
div.content div	{	max-width	:	700px;	}

div.content li	{	padding		:	2px;	}


div.footer	{	clear		:	both;	
			height		:	60px;
			background-image:	url('images/bg_fade2.gif');
			background-repeat:	repeat-x;
			background-color:	#C0C0C0;
			padding-top	:	10px;
			padding-left	:	40px;
			padding-right	:	40px;
			font-size	:	90%;
			text-align	:	center;
			border-top	:	solid black 2px;	}

td.italic	{	font-style	:	italic;
			padding-top	:	4px;
			padding-bottom	:	4px;	}

dt	{		font-style	:	italic;	
			margin		:	10px;	}

a,
a:active,
a:visited,
a:hover	{		color		:	blue;	}

a:hover	{		color		:	black;	}

p.email {			}

p.email_response {
				font-style	:	italic;
				padding-left:	20px;	}