


body {
	font-family: Arial, Helvetica, sans-serif;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	background: #F2FAFA url('http://www.indiananurses.org/images/bg.jpg');
	background-repeat: repeat-y;
	background-attachment: fixed;
	background-position: center; 
}

#outer {
	position: relative;
	bottom: 0;
	min-height: 250px;
	width: 796px;
	height: auto;
	background: #D9F1F2 url('../images/footer2.jpg');
	background-repeat: no-repeat;
	background-color:#d9f1f3;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	border: 0px;
}

img.floatLeft { 
	float: left; 
	margin-left: 23px;
	margin-right:10px; 
	margin-top: 10px;
}

p, td {
	line-height: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
}

td.calendar {
	border: 1px solid #666666;
	padding:3px;

}

div#image {
	background: #fff url('http://www.indiananurses.org/images/footer_bg.gif') no-repeat;
	height: 300px;
	width: 796px;
	overflow: hidden;
}

div#image2 {
	background: #000 url('../images/inside.jpg') no-repeat;
	max-width: 796px;
	min-width: 400px;
	overflow: hidden;
	height: 75px;
}

div#container {
	margin-left: auto;
	margin-right: auto;
	max-width: 796px;
	min-width: 796px;
	clear: both;
	overflow: hidden;
	min-height: 100%;
}

div#boxes {
	background: #659910 url('../images/bg-right.png') repeat-x;
	width: 300px;	
	clear: both;
	overflow: hidden;
	padding: 5px;
	margin:5px;
	border: 1px solid #fff;
}



div#header {
	background: #fff;
	width: 796px;
	height: 201px;
	clear: both;
	overflow: hidden;
}

div#headermenu {
	padding-top: 10px;
	background: #fff url('../images/header.jpg') no-repeat;
	width: 796px;
	height: 201px;
	text-align: right;
}

td#headermenu {
	background: #fff url('http://www.indiananurses.org/images/header.jpg') no-repeat;
	width: 796px;
	height: 201px;
	text-align: right;
	vertical-align: top;
}



div#contact {
	padding-top: 15px;
}


/** MENU STYLES **/

ul.menu {
	border: 0px solid red;
	margin: 20px 0 0 0;
	padding: 0;
}

li.menu {
	border-bottom: 1px solid #fff;
	list-style-type: none;
	font-size: 11px;
	font-weight: bold;
	padding: 8px 0 8px 40px;
}

li.menu a:link, li.menu a:visited {
	color: #6699CC;
	text-decoration: none;
}

li.menu a:hover {
	color: #9999CC;
	text-decoration: none;
}



a:link {
	text-decoration: bold;
	color: #6699CC;
}

a:visited {
	text-decoration: bold;
	color: #9999CC;
}

a:hover {
	text-decoration: none;
	color: #9999CC;
}

a:active {
	text-decoration: none;
}

td#sidebar {
	background-image: url('http://www.indiananurses.org/images/left_blank.jpg');
	background-repeat: no-repeat;
	height: 390px;
}

#sidebar_long {
	background-image: url('http://www.indiananurses.org/images/left_blank_long.jpg');
	background-repeat: no-repeat;
	height: 500px;
}

#sidebar_news {
	background-image: url('http://www.indiananurses.org/images/left_blank_news.jpg');
	background-repeat: no-repeat;
	height: 500px;
}

#sidebar_graphic {
	background-image: url('http://www.indiananurses.org/images/left_graphic.jpg');
	background-repeat: no-repeat;
}

p.aligned {
	padding-left: 105px;
}

label {
	float: left;
	margin: 0 5px 0 0;
	padding: 3px 0 0 0;
	text-align: right;
	width: 100px;
}

label.inline {
	float: none;
	margin: 0;
	text-align: left;
	width: auto;
}

label.nopadding {
	padding: 0;
}

.error {
	color: #f00;
}

img, div, a, input { behavior: url(http://www.indiananurses.org/styles/iepngfix.htc) }

<?php

// Use this file in your CSS in place of the .HTC file if it works offline but not online.
// It will send the correct MIME type so that IE will execute the script correctly.

header('Content-type: text/x-component');
include('iepngfix.htc');

?>