body {
	font-face: LucidaGrande, Lucida Sans Unicode, ArialMT, Verdana, Helvetica, Arial,_sans ;
	font-size: 100%;
	color: #000000;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0;
}
#wrapper {
	width: 100%;
	height: 100%;
}

#logoDiv {
	font-size: 90%;
	line-height: 150%;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	height: 150px;
}
#blackbarDiv {
	width: 100%;
	background-color: #000;
	padding-top: 2px;
	padding-bottom: 4px;
}
#blackbarDiv .content{
	width: 1000px;
	margin: auto;
	color: #666;
	text-align: center;
	font-weight: lighter;
	letter-spacing: 0.2em;
	padding-top: 2px;
}
#blackbarDiv .content H1{
	font-size: 13px;
	text-transform: uppercase;
	display: block;
	margin: 2px;
}
#mainDiv {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	margin-top: 30px;
}
#textDiv {
	font-size: 90%;
	line-height: 150px;
	float: left;
	margin-right: 5px;
}
#flashcontent {
	width: 350px;
	font-size:12px;
	float: right;
	margin-left: 0px;
}

.floatRight { 
	float: right;
	margin-left: 10px;
}
.floatLeft { 
	float: left;
	margin-right: 10px;
}

.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}

.tight {
	display: block;
	line-height: 120%;
	font-size: 90%;
}

tr td {
	display: block;
	line-height: 120%;
}
h1 {
	font-family: ArialMT, Arial, Helvetica, sans-serif;
	font-size: 140%;
}




/* FONTFACE STUFF, IF USING */
@font-face {
    font-family: 'UbuntuRegular';
    src: url('Ubuntu-Regular-webfont.eot');
    src: url('Ubuntu-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('Ubuntu-Regular-webfont.woff') format('woff'),
         url('Ubuntu-Regular-webfont.ttf') format('truetype'),
         url('Ubuntu-Regular-webfont.svg#UbuntuRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'UbuntuItalic';
    src: url('Ubuntu-Italic-webfont.eot');
    src: url('Ubuntu-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('Ubuntu-Italic-webfont.woff') format('woff'),
         url('Ubuntu-Italic-webfont.ttf') format('truetype'),
         url('Ubuntu-Italic-webfont.svg#UbuntuItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'UbuntuBold';
    src: url('Ubuntu-Bold-webfont.eot');
    src: url('Ubuntu-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('Ubuntu-Bold-webfont.woff') format('woff'),
         url('Ubuntu-Bold-webfont.ttf') format('truetype'),
         url('Ubuntu-Bold-webfont.svg#UbuntuBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'UbuntuBoldItalic';
    src: url('Ubuntu-BoldItalic-webfont.eot');
    src: url('Ubuntu-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('Ubuntu-BoldItalic-webfont.woff') format('woff'),
         url('Ubuntu-BoldItalic-webfont.ttf') format('truetype'),
         url('Ubuntu-BoldItalic-webfont.svg#UbuntuBoldItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'UbuntuLight';
    src: url('Ubuntu-Light-webfont.eot');
    src: url('Ubuntu-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('Ubuntu-Light-webfont.woff') format('woff'),
         url('Ubuntu-Light-webfont.ttf') format('truetype'),
         url('Ubuntu-Light-webfont.svg#UbuntuLight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'UbuntuLightItalic';
    src: url('Ubuntu-LightItalic-webfont.eot');
    src: url('Ubuntu-LightItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('Ubuntu-LightItalic-webfont.woff') format('woff'),
         url('Ubuntu-LightItalic-webfont.ttf') format('truetype'),
         url('Ubuntu-LightItalic-webfont.svg#UbuntuLightItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

