@charset "utf-8";
html, body, form, fieldset {
        margin: 0;
        padding: 0;
}
html { 
    font-size: 100.01%; /* avoids obscure font-size bug */
    font-family: palatino linotype; !important; /* IE ignores this and renders Arial better */
    height: 100%;
    margin-bottom: 1px; /* avoid jumping scrollbars */
} 
body { 
    font-size: 62.5%; /* 10px */
    height: 100%;
}
img, a img {
    border: 0 !important;
    text-decoration: none;
    padding: 0;
    margin: 0;
}

h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
        margin: 0 0 1em; /* Reset vertical margins on selected elements */
        padding: 0;
}

li, dd, blockquote {
    margin-left: 1em; /* Left margin only where needed */
}

/* Miscellaneous conveniences: 
---------------------------------------------------------------- */
form label {
    cursor: pointer;
}
fieldset {
    border: none;
}
input, select, textarea, td {
    font-size: inherit;
}
/* use with a <br class="cls" /> to clear floats without extra space */
.clearfix, .cls { 
    clear: both;
    height: 0 !important;
    margin: 0;
    font-size: 1px;
    overflow: hidden;
}
.clear { 
    clear: both;
    margin:  0 0 1em;
}
.right {text-align: right !important;}
.left {text-align: left !important;}
.hide, .skip, .printonly { display: none; }

.inline { display: inline; }

/* Headers and Paragraphs:
---------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    color: #444;
}

h1 { font-size: 218%; }
h2 { font-size: 164%; }
h3 { font-size: 145%; }
h4 { font-size: 118%; }
h5 { font-size: 100%; font-weight: bold; }
h6 { font-size: 86%; font-weight: bold; }

p, dd, dl, li { color: #222; }
body  {
	font: 100% palatino linotype;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.twoColFixLtHdr #container { 
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header {
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image: url(../images/topheader.gif);
	background-position: left top;
	height: 35px;
} 
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 464px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0px;
	margin-top: 7px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	background-image: url(../images/man.jpg);
	background-repeat: no-repeat;
	height: 348px;
}
.twoColFixLtHdr #sidebar2 {
	float: left; /* since this element is floated, a width must be given */
	width: 464px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0px;
	margin-top: 7px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	background-image: url(../images/sub2.jpg);
	background-repeat: no-repeat;
	height: 160px;
}
.twoColFixLtHdr #mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-top: 7px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 470px;
} 
.twoColFixLtHdr #mainContent_logo {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float: left;
	height: 160px;
	width: 325px;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
} 
.twoColFixLtHdr #mainContent_logo_gif {
	height: 160px;
	width: 325px;
} 
.twoColFixLtHdr #mainContent_news {
	padding: 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float: left;
	margin-top: 7px;
	font-size: 12px;
	height: 159px;
	width: 305px;
	background-image: url(../images/news.gif);
	background-repeat: no-repeat;
} 
.twoColFixLtHdr #mainContent2 {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-top: 7px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 470px;
}
.twoColFixLtHdr #footer {
	padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	height: 300px;
	background-image: url(../images/graybg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin-top:6px;
} 
.twoColFixLtHdr #footer2 {
	padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image: url(../images/graybg.gif);
	background-repeat: repeat;
	background-position: left top;
	margin-top:6px;
}
.wrap {
    width: 800px !important;
    margin: 0 auto;
    padding-top: 10px;
    z-index: 900;
    border: 0 !important;
    position: relative;
	text-align: left;
	color:#FFFFFF;
	font-size: 12px;
}
.wrap2 {
    width: 750px !important;
    margin: 0 auto;
    padding: 25px;
    z-index: 900;
    border: 0 !important;
    position: relative;
	text-align: left;
	color:#FFFFFF;
	font-size: 12px;
	background-color:#FFFFFF;
}
.wrap_txt {
	text-align: left;
	padding-top: 10px;
	color:#FFFFFF;
	font-family: palatino linotype, sans-serif;
	font-size: 12px;
}
.wrap_txt a {
	color:#7893C9;
	font-family: palatino linotype, sans-serif;
	font-size: 12px;
	text-decoration:underline
}
.wrap_txt a:hover {
	color:#7893C9;
	font-family: palatino linotype, sans-serif;
	font-size: 12px;
	text-decoration:underline
}
.wrap_txt a:active {
	color:#7893C9;
	font-family: palatino linotype, sans-serif;
	font-size: 12px;
	text-decoration:underline
}
.wrap_txt a:visited {
	color:#7893C9;
	font-family: palatino linotype, sans-serif;
	font-size: 12px;
	text-decoration:underline
}
.wrap_txt2 {
	text-align: left;
	padding-top: 10px;
	color:#000000;
	font-family: palatino linotype, sans-serif;
	font-size: 12px;
}
.wrap_txt2 a {
	color:#7893C9;
	font-family: palatino linotype, sans-serif;
	font-size: 12px;
	text-decoration:underline
}
.wrap_txt2 a:hover {
	color:#7893C9;
	font-family: palatino linotype, sans-serif;
	font-size: 12px;
	text-decoration:underline
}
.wrap_txt2 a:active {
	color:#7893C9;
	font-family: palatino linotype, sans-serif;
	font-size: 12px;
	text-decoration:underline
}
.wrap_txt2 a:visited {
	color:#7893C9;
	font-family: palatino linotype, sans-serif;
	font-size: 12px;
	text-decoration:underline
}
.wrap_footer {
	text-align: left;
	padding-top: 10px;
	color:#666666;
	background-color:#FFFFFF;
	font-family: palatino linotype, sans-serif;
	font-size: 12px;
}
.wrap_footer a {
	color:#000033;
	font-family: palatino linotype, sans-serif;
	font-size: 12px;
	text-decoration:underline
}
.wrap_footer a:hover {
	color:#000033;
	font-family: palatino linotype, sans-serif;
	font-size: 12px;
	text-decoration:underline
}
.wrap_footer a:active {
	color:#000033;
	font-family: palatino linotype, sans-serif;
	font-size: 12px;
	text-decoration:underline
}
.wrap_footer a:visited {
	color:#000033;
	font-family: palatino linotype, sans-serif;
	font-size: 12px;
	text-decoration:underline
}
.wrap_txt_news {
	text-align: left;
	line-height: 14px;
	padding-top: 16px;
	color:#FFFFFF;
	font-family: palatino linotype, sans-serif;
	font-size: 12px;
}
.wrap_txt_news a {
	color:#4364A7;
	font-family: palatino linotype, sans-serif;
	font-size: 12px;
	text-decoration:underline
}
.wrap_txt_news a:hover {
	color:#4364A7;
	font-family: palatino linotype, sans-serif;
	font-size: 12px;
	text-decoration:underline
}
.wrap_txt_news a:active {
	color:#4364A7;
	font-family: palatino linotype, sans-serif;
	font-size: 12px;
	text-decoration:underline
}
.wrap_txt_news a:visited {
	color:#4364A7;
	font-family: palatino linotype, sans-serif;
	font-size: 12px;
	text-decoration:underline
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}