@charset "utf-8";
*  {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding: 0;
	border: 0;
}
body  {
	/*	margin: 0 0 0 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
/*	padding: 0 0 0 0;*/
/*	border: 0 0 0 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;
	background-image: url(/assets/bckgrnd.gif);
	background-repeat: repeat;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
}
#container {
	width: 800px;
	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. */
	background-color: #EEEEEE;
	background-image: url(/assets/bckgrnd.gif);
	position: relative;
	z-index: 1;
} 

#header {
	padding: 0;  /* 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-color: #FFFFFF;
	height: 85px;
	width: 800px;
	z-index: 1;
} 
#container #header #navbar {
	height: 25px;
	width: 800px;
	background-color: #FF9900;
}
#container #header #navbar #menu0 {
	height: 30px;
	width: 30px;
}

#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#container #header #logo {
	height: 60px;
	width: 800px;
	background-image: url(/assets/images/CIPNElogo.gif);
}
#container #page {
	background-color: #EEEEEE;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #EEEEEE;
	border-bottom-color: #EEEEEE;
}

#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* the background color will be displayed for the length of the content in the column, but no further */
	z-index: 1;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
#container #sidebar1 #nav0 {
	height: 19px;
	width: 160px;
	background-image: url(/assets/nav0.gif);
}
#topWin {
	width: 623;
	visibility: hidden;
	z-index: 100;
	top: 92px;
	left: 6px;
	position: absolute;
	background-color: #FFFFFF;
	height: 840px;
}
#mainContentXX {
	width: 613px;
	border: 1px solid #DDDDDD;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 5px;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 4px;
	position: relative;
}
#mainContent {
	border: 1px solid #DDDDDD;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
	/*	padding-top: 10px;
	padding-bottom: 10px; */
	background-color:#FFFFFF;
	min-height: 465px;
}
.siteA #mainContent {
	width: 623px;
	float: left;
}
.siteB #mainContent {
	width: 788px;
}

#footer {
	height: 57px;
	width: 800px;
	z-index: 1;
	/*border-top-width: 3px;*/
	border-top-width: 5px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	/*border-top-color: #000000;
	background-color: #FFFFFF;*/
	border-top-color: #FF9900;
	background-color: #000000;
} 
/*.siteA #footer p {
	padding: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue 
	font-size: 8pt;
	color: #000000;
	text-align: left;
	margin-left: 30px;
}*/
#footer p {
	padding: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 8pt;
	color: #FFFFFF;
	text-align: left;
	margin-left: 30px;
}
.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:0px;
	font-size: 0px;
	line-height: 0px;
}

h1, h2, h3, h4 {
	color: #000000;
	font-weight: bold;
	text-align: left;
	margin-left: 20px;
	margin-right: 20px;	
}

h1 {
	font-size: 20px;
	margin-bottom: 0.1em;
	margin-top: 0.75em;
}

h2 {
	font-size: 16px;
	margin-bottom: 0.1em;
	margin-top: 0.75em;
}
.subtitle2 {
	margin-top: 0.3em;
	margin-bottom: 0.5em;
}


h3 {
	font-size: 14px;
	margin-bottom: 0.1em;
	margin-top: 0.75em;
}

h4 {
	font-size: 12px;
	margin-bottom: 0.1em;
	margin-top: 0.4em;
}

p, .p2, ul, ol {
	color: #333333;
	font-size: 12px;
	font-weight: normal;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 0em;
	padding-right: 0px;
	text-align: left;
	background-image: none;
	line-height: 1.4;
}
p {
	margin-top: 0em;
	margin-bottom: 0.6em;
}
.p2 {
	margin-top: 0.5em;
}
.quote {
	margin-left: 68px;
}
ul {
	list-style-type: disc;
	list-style-position: outside;
}
ol {
	list-style-position: outside;
	margin-left: 27px;
	margin-bottom: 0.6em;
}
li {
	margin-left: 10px;
	line-height: 1.3;
	margin-bottom: 0.4em;
}

.siteA #container #sidebar1 .announce .annBody .qckLnks:link, .siteA #container #sidebar1 .announce .annBody .qckLnks:hover, .siteA #container #sidebar1 .announce .annBody .qckLnks:visited {
    color:#0000FF;
    font-weight:bold;
    text-decoration:none;
}
.siteA #container #sidebar1 .announce .annBody .qckLnks:hover {
    text-decoration:underline;
}

.register {
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 0.5em;
	margin-bottom: 0.25em;
	font-size: 15px;
	text-decoration: none;
}
.frmtxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
}
.frmtxtL {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	vertical-align: text-top;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.imgfltrt {
	float: right;
	margin-left: 10px;
	margin-right: 20px;
}
.imgfltlft {
	float: left;
	margin-left: 20px;
	margin-right: 10px;
}
.imgfltlft p {
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

input {
	vertical-align: bottom;
	background-color: #EBEBEB;
	margin-left: 0px;
	color: #000000;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F5F5F5;
	border-right-color: #E1E1E1;
	border-bottom-color: #E1E1E1;
	border-left-color: #F5F5F5;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}
.siteA #container #sidebar1 .announce, .siteA #container #sidebar1 .announce2  {
	width: 158px;
	border: 1px solid #DDDDDD;

	margin-top: 5px;
}
.siteA #container #sidebar1 .announce {
	margin-bottom: 10px;
}
.siteA #container #sidebar1 .announce2 {
	margin-bottom: 0px;
}

.siteA #container #sidebar1 .announce .alertTitle {
	background-color: #FF0000;
	height: 20px;
	width: 100%;
	padding-top: 1px;
}

.siteA #container #sidebar1 .announce .alertTitle p, .siteA #container #sidebar1 .announce .updateTitle p {
	font-weight: bold;
	margin-left: 11px;
	margin-right: 11px;
	margin-top: 0.2em;
}

.siteA #container #sidebar1 .announce .updateTitle {
	background-color: #FF8000;
	height: 20px;
	width: 100%;
	padding-top: 1px;
}

.siteA #container #sidebar1 .announce .annTitle, .siteA #container #mainContent .annTitle, .siteA #container #sidebar1 .announce2 .annTitle {
	background-color: #FFC66F;
	height: 20px;
	width: 100%;
	padding-top: 1px;
}
.siteA #container #sidebar1 .announce .annBody, .siteA #container #sidebar1 .announce2 .annBody {
	background-color: #FFFFFF;
	width: 158px;
	padding-top: 1px;
	padding-bottom: 5px;
}
.siteA #container #sidebar1 .announce .annTitle p, .siteA #container #sidebar1 .announce2 .annTitle p, .siteA #container #mainContent .annTitle p {
	font-weight: bold;
	margin-left: 11px;
	margin-right: 11px;
	margin-top: 0.2em;
}
.siteA #container #sidebar1 .announce .annBody .p1, .siteA #container #sidebar1 .announce2 .annBody .p1 {
	margin-top: 0.3em;
	margin-right: 11px;
	margin-bottom: 0.1em;
	margin-left: 11px;
	font-weight: bold;
}

.siteA #container #sidebar1 .announce .annBody p, .siteA #container #sidebar1 .announce2 .annBody p {
	margin-top: 0em;
	margin-right: 11px;
	margin-bottom: 0.5em;
	margin-left: 11px;
	line-height: 1.2em;
}

.siteA #container #sidebar1 .announce .annBody a:link, .siteA #container #sidebar1 .announce2 .annBody a:link {
	color: #000000;	
    text-decoration: none;
}

.siteA #container #sidebar1 .announce .annBody a:hover, .siteA #container #sidebar1 .announce2 .annBody a:hover {
	color: #0000FF;
	text-decoration: underline;
}

.siteA #container #sidebar1 .announce .annBody a:visited, .siteA #container #sidebar1 .announce2 .annBody a:visited {
	color: #000000;	
    text-decoration: none;
}


#sidebar1 .announce .annBody .note, #sidebar1 .announce2 .annBody .note {
	font-size: 10px;
	line-height: 1em;
}

#test {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 623px;
	border: 1px solid #DDDDDD;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
	background-color:#FFFFFF;
	min-height: 475px;
	float: left;
}
#contacts {
    margin-top: 10px;
	margin-left: 25px;
}
#contacts table td {
	height: 25px;
    valign: top;
}
#contacts p {
	height: 22px;
	margin-left: 0;
}

.alert {
    color: #FF0000;
}
.stdmarg {
	margin-left: 20px;
	margin-right: 20px;
}
.hilight {
	color: #FFFF00;
}
.grayout {
	color: #818181;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.progYear {
	height: 30px;
	margin-left: 20px;
	margin-right: 20px;
	background-color: #002966;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #002966;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-bottom-color: #002966;
}
	color: #FFFFFF
