@charset "UTF-8";

/* CSS Reset (start yourself off at zero by clearing all the default values)*/
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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	font-family: Georgia, serif;
	line-height: normal;
}

ol, ul {
	list-style: none;
}
/* End Reset */

.cf {
	clear: both; /* clears wrapped floats */
}

#header {
	background-color: #FFF;
	width: 100%;
	font-size: 18pt;
	font-weight: 100;
	font-style: italic;
	position: fixed !important;
	position: absolute; /* ie6 fixed pos. fix */
	left: 10px;
	top: 0px;
}

.header-size {
	font-size: 17.5pt;
	font-weight: 100;
	font-style: italic;
	font-family: Georgia, serif;
}



#header a {
	background-image: url("img/logo.gif");
	float: left;
	width: 92px;
	height: 85px;
}

.WOKR {
	margin-top: 50px;
	width: 575px;
	border-bottom: solid #000 thin;
}

#header h1 {
	font-size: 22pt;
	font-weight: lighter;
}

#menu {
	font-size: 10pt;
	position: fixed !important;
	position: absolute; /* ie6 fixed pos. fix */
	top: 115px;
	left: 10px;
}

#menu ul {
	margin-bottom: 20px;
}

.accronym {
	font-size: 8.5pt;
}

.blue-txt {
	font-family: Georgia, serif;
	color: #25aae1;
	text-transform: uppercase;
}

.contact-txt {
	font-size: 8pt;
	font-family: Arial, san-serif;
}


/* menu links */
#menu a {
	font-family: Arial, sans-serif;
	color: #000;
	text-decoration: none;
}

#menu a:hover {
	color: #FFF;
	background-color: #25aae1;
}

/* content wrapper */
#content {
	width: 575px;
	margin: 90px 30px 0 110px;
	padding: 28px 20px;
}

#new-content {
	width: 700px;
	margin: 90px 30px 0 110px;
	padding: 28px 20px;
}


.img-container {
	width: 363px;
	float: left;
}

.img-container img {
	margin-bottom: 30px;
}

.wide-container {
	width: 500px;
	float: left;
}


.displayColumn{
	background-color: #FFFFFF;
	width:560px;
	position:absolute;
	top:115px;
	left:167px;
	padding-left:20px;
}


.img-container a {
	font-size: 8pt;
}

.img-container a:hover {
	color: #25aae1;
}

.desc-box {
	font-size: 10pt;
	width: 192px;
	float: right;
	font-family: Arial, sans-serif;
}