@font-face {
	font-family: "Franklin Gothic Medium Cond";
    src: url('fonts/itcfranklingothicstd-mdcd-webfont.eot');
    src: url('fonts/itcfranklingothicstd-mdcd-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/itcfranklingothicstd-mdcd-webfont.woff') format('woff'),
         url('fonts/itcfranklingothicstd-mdcd-webfont.ttf') format('truetype'),
         url('fonts/itcfranklingothicstd-mdcd-webfont.svg#ITCFranklinGothicStdMedCdRg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: "Franklin Gothic Book Cond";
    src: url('fonts/itcfranklingothicstd-bkcd-webfont.eot');
    src: url('fonts/itcfranklingothicstd-bkcd-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/itcfranklingothicstd-bkcd-webfont.woff') format('woff'),
         url('fonts/itcfranklingothicstd-bkcd-webfont.ttf') format('truetype'),
         url('fonts/itcfranklingothicstd-bkcd-webfont.svg#ITCFranklinGothicStdBkCdRg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Franklin Gothic Demi';
    src: url('fonts/itcfranklingothicstd-demi-webfont.eot');
    src: url('fonts/itcfranklingothicstd-demi-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/itcfranklingothicstd-demi-webfont.woff') format('woff'),
         url('fonts/itcfranklingothicstd-demi-webfont.ttf') format('truetype'),
         url('fonts/itcfranklingothicstd-demi-webfont.svg#ITCFranklinGothicStdBookBold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Franklin Gothic Medium';
    src: url('fonts/itcfranklingothicstd-med-webfont.eot');
    src: url('fonts/itcfranklingothicstd-med-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/itcfranklingothicstd-med-webfont.woff') format('woff'),
         url('fonts/itcfranklingothicstd-med-webfont.ttf') format('truetype'),
         url('fonts/itcfranklingothicstd-med-webfont.svg#ITCFranklinGothicStdMedRg') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* GLOBAL RESET */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, 
strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, fieldset, form, label, 
legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, 
embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, 
summary, time, mark, audio, video {
	margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
body {line-height: 1;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none;}
/* /Global Reset */

/* Master Styles */
body {
	background: #F2F2F2;
	font: normal 12px/20px Arial, Helvetica, sans-serif;
	color: #333333;
}
a {color: #00346a; text-decoration: none;}
a:hover {text-decoration: underline;}
a:visited {color: #0068d6;}
h1 {font: normal 36pt "Franklin Gothic Medium Cond", Arial, Helvetica, sans-serif; color: #ffffff;}
h2 {font: normal 20px "Franklin Gothic Medium Cond", Arial, Helvetica, sans-serif; color: #00346a; text-transform: uppercase;}
h3 {font: normal 20px "Franklin Gothic Medium Cond", Arial, Helvetica, sans-serif; color: #ff6600;}
h4 {font: normal 16px/20px "Franklin Gothic Medium Cond", Arial, Helvetica, sans-serif; color: #00346a;}
h5 {font: normal 14px/16px "Franklin Gothic Medium Cond", Arial, Helvetica, sans-serif; color: #ff6600;}

p {margin-bottom: 12px;}
em {font-style: italic;}
strong {font-weight: bold;}
ul {list-style-image: url('../images/bullet.png');}
blockquote {padding: 6px 0 6px 20px;}
table {border-collapse: collapse; border-spacing: 0;}
table td {vertical-align: top; word-wrap:break-word;}

/* common classes */
.noBorder {border: none !important;}
.cl {width: 100%; height: 1px; clear: both;}
.p10 {padding: 10px;}
.sm {font-size: 85%;}
.w50 {float: left; width: 50%;}
