@charset "UTF-8";
/* CSS Document */

*	{ margin: 0; padding: 0; outline: none;}
/*img, div, li, a { behavior: url(iepngfix.htc) }*/

@font-face {
	font-family: 'FuturaHeavy';
	src: url('font/futura_heavy-webfont.eot');
	src: local('☺'), url('font/futura_heavy-webfont.woff') format('woff'), url('font/futura_heavy-webfont.ttf') format('truetype'), url('font/futura_heavy-webfont.svg#webfontdX6TJN9j') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'FuturaBook';
	src: url('font/futura_book-webfont.eot');
	src: local('☺'), url('font/futura_book-webfont.woff') format('woff'), url('font/futura_book-webfont.ttf') format('truetype'), url('font/futura_book-webfont.svg#webfontNrnQ3Zyc') format('svg');
	font-weight: normal;
	font-style: normal;
}


html	{ height: 100%;}

/* Tags */
body{ margin:0px; font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 20px; }
h2	{ font-family: 'FuturaBook', Arial, Helvetica, sans-serif; font-size: 22px; line-height: 36px; font-weight: normal; text-transform: uppercase;}
h3	{ font-family: 'FuturaBook', Arial, Helvetica, sans-serif; font-size: 22px; line-height: 36px; font-weight: normal; text-transform: uppercase;}
h4	{font-size: 12px; line-height: 20px; font-weight: normal;}
.fltLeft h3	{ border-top: 2px solid #ccc; padding-top: 10px; margin: 25px 0;}
.main-content ul	{ list-style: none; margin-bottom: 20px;}
.main-content p	{ margin: 0 0 20px 0;}
.main-content a	{ color: #5d0000; text-decoration: none;}
a	{ text-decoration: none;}
td	{ padding: 5px;}

img[align="right"]	{margin-left: 20px;}


/* IDs */

#top	{display: none;}
.sub	{ display: none;}
.red	{  display: none;}
.grey, grey2	{ display: none;}


#footer	{ display: none;}

.main	{ padding-right: 25px; padding-left: 25px; }
.main-content	{ background-color: #fff; padding: 30px; }


#bottom	{ display: none;}

/* Classes */

.center	{ width: 800px; margin: 0 auto;}
.clear	{ clear: both; display: block; height: 1px;}
.ital	{ font-style: italic;}
span.ltGrey	{ color: #a5a5a5; font-weight: normal; font-size: 11px;}
.redType	{ color: #5d0000; font-weight: bold;}

.name	{ font-family: 'FuturaBook', Arial, Helvetica, sans-serif; font-size: 20px; line-height: 30px; font-weight: normal; text-transform: uppercase; color: #5d0000; display: block;}
.title	{ font-size: 14px; font-style: italic; display: block; margin-bottom: 25px;}
.personal-info	{ border-bottom: 1px solid #ccc;}
.personal-info span	{ color: #5d0000;}

