body {
	padding:0px;
	margin:0px;
	background-image: url("../images/bg.jpg");
	background-repeat: repeat-x;	
	background-position:top left;	
	font-size: 100%;
	color: #000066;

	line-height:1.3em;
	voice-family: "\"}\"";
	voice-family: inherit;
}

body.select {
	background-image: none;
}

.addbutton {
	border: 1px solid blue;
	padding:0px 5px 0 5px;
	background-color:white;
}
a, a:visited {
	color:green;
	text-decoration:underline;
}	
a:hover {
	color:red;
}

#logintable 
{
	margin-top:50px;
	margin-left:20%;
	font: normal 80% Arial, Helvetica, Sans-serif;
	color: #383838;
}
.headerrow {
	background: #99CC00;
	font-weight: normal;
}
.headerrow a {
	font-weight: bold;
}
.subheaderrow {
	background: #33CC33;
	font-weight: normal;
}



.header {
	background-color:#99CC00;
	display:block;
	height:60px;
	padding:10px 10px 10px 10px;
	font-size:1.5em;
	line-height: 1.2em;
	
}
.content {
	margin:10px 0 0 10px;
}
h1, heading1{
	font-size:1.5em;
	font-family: "Trebuchet MS", Arial , Verdana, Tahoma, sans-serif;	
	font-weight:normal;
	margin-top:1em;
	margin-bottom:1em;
}
h1 strong{
	color:#FF6633;
	font-weight:normal;
	
}
h2, heading2{
	font-size:1.2em;
	font-family: "Trebuchet MS", Arial , Verdana, Tahoma, sans-serif;		
	font-weight:normal;
	color:#333366;
	margin-bottom:0;
}
h2.profile{
	font-size:1em;
	font-weight:bold;
	color:#440088;		
	background-color:#DDDDEE;
	padding:5px 0 5px 10px;
	margin-bottom:1em;
}
h3
{
	font: bold 100% Arial, Helvetica, Sans-serif;
	margin-bottom:0;
}
.profileheader{
	background-image: url("../images/profile-bg.gif");
	background-repeat: repeat-x;	
	background-position:bottom;
	margin:0;
	padding:0;
	height:53px;
}
.profileheaderinner{
	background-image: url("../images/profile-sil.gif");
	background-repeat:no-repeat;
	background-position:left;
	height:53px;
	display:block;
	margin:0;
	padding:0;
}
.profileheaderinner h3{
	margin:0;
	padding:21px 0 0 53px;
	font-size:1em;
	font-weight:bold;
	color:#440088;		
}

h3 a,h3 a:visited
{
	color:#000066;
	text-decoration:none;
}
h3 a:hover
{
	color:#440088;		
}

p {margin-top:0;
padding-top:0;}

div.intro{
	font-family:Georgia, "Times New Roman", Serif ;
	font-size:0.90em;
	color:#440088;
	background-image: url("../images/inpgbgfade.jpg");
	background-repeat:repeat-x;
	background-position:bottom;
	margin-bottom:5px;
}
.morelink {
	font-family: Tahoma, "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	font-weight:bold;
	padding:0 5px 3px 0;
	margin:0;
	font-size:0.90em;
	/*border:1px solid blue;*/
}
.morelink a{
	display:block;
	margin: 0;
	padding:0 18px 0 0;
	background-image: url("../images/more-link.gif");
	background-repeat: no-repeat;
	background-position: right;			
}
.morelink a, .morelink a:visited{
	color:#440088;
	text-decoration:none;
}
.morelink a:hover{
	color:#669933;
}


/* Main layout blocks, 2 columns */
	#column1, #column2
		{
		position:absolute;
		top:80px;
		}
	#column1
		{
		left:0px;
		width:100%;
		z-index:1;

		}
	.column1inner
		{
		margin-left:0px;
		margin-right:138px;

		}		
	#column2
		{
		right:0px;
		width:132px;
		z-index:2;
		}



#mainmenu {
	font-family: Tahoma, "Trebuchet MS", Arial, Versana, Helvetica, sans-serif;
	color:#336600;
	background-color:#ddeebb;
	margin-left:10px;
	font-size:0.85em;
}
#mainmenu a, #mainmenu a:visited{
	text-decoration:none;
	color:#336600;
}
#mainmenu a:hover{
	text-decoration:underline;
}
#mainmenu thead td{
	font-weight: bold;
}
#mainmenu tbody td {
	vertical-align: top;	
}

#mainmenu ul {
		list-style-type:none;
		margin:0 10px 0 0;
		padding:0 10px 5px 0;
		/*list-style-image: url("../images/navbullet.gif");*/
		}
#mainmenu ul li
		{
		padding:0px;
		margin:0px;
		color:#336600;		
		}
#mainmenu ul li a {
	line-height:15px;
	text-decoration:none;
	display:block;
	width:100%;
	background-image: url("../images/navbullet.gif");
	background-repeat: no-repeat;
	background-position: left top;
	padding:1px 0 1px 10px;
}	
#mainmenu ul li a.on {
font-weight:bold;
}	

.validationmessage
{
	font:normal 80% Arial, Verdana, Helvetica, Sans-serif;
	color:#ff0000;
}
.requiredstar
{
	color:#ff0000;
}

#sitesearch {
	margin:5px 0 5px 0;
	padding:0;
}
#sitesearch input.schfield {  
	width: 125px;
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top: 2px solid #333333;
	border-left: 2px solid #333333;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	margin: 0 1px 5px 0px;	
}
#sitesearch input.schbtn {
	background:#BDD18C;
	color:#336600;
	font-size: 1em;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid  #333333;
	border-bottom: 1px solid  #333333;
	border-left: 1px solid #CCCCCC;
	margin: 0 0 13px 0;
}
#maincontent {
	margin: 0 0 0 10px;
}
#contentinner {
	padding: 0 0 0 190px;
}
#subnav {
	width:175px;
	float:left;
	font-family: Tahoma, "Trebuchet MS", Arial, Versana, Helvetica, sans-serif;
	color:#996633;
	font-size:0.85em;	
	padding-bottom:15px
}
#subnav ul {
		list-style-type:none;
		margin:0 10px 0 0;
		padding:0 10px 20px 0;
		/*list-style-image: url("../images/navbullet.gif");*/
		}
#subnav ul li
		{
		padding:0px;
		margin:0px;
		color:#336600;		
		}
#subnav ul li a {
	line-height:15px;
	text-decoration:none;
	display:block;
	width:100%;
	background-image: url("../images/subnavbullet.gif");
	background-repeat: no-repeat;
	background-position: left top;
	padding:1px 0 1px 10px;
}		
#subnav a, #subnav a:visited{
	text-decoration:none;
	color:#996633;
}
#subnav a:hover{
	text-decoration:underline;
	#FF6633;
}
#subnav .on, #subnav .on:visited{
    font-weight:bold;
	background-image: none;
	background-color:#FFE7C3;
	color:#FF6633;
	border-top:1px solid #FF6633;
	border-bottom:1px solid #FF6633;
} 
#subnav .on:hover{
	text-decoration:none;
}

.introlink {
	font-family: Tahoma, "Trebuchet MS", Arial, Versana, Helvetica, sans-serif;
	font-size:0.95em;
	font-weight:bold;
	padding-bottom:1px;
}	
.introlink a {
	text-decoration:none;
	background-image: url("../images/more-link.gif");
	background-repeat: no-repeat;
	background-position: left top;
	padding:1px 10px 0px 20px;
	margin:0;
}		
	
ul.inpagenav {
	font-family: Tahoma, "Trebuchet MS", Arial, Versana, Helvetica, sans-serif;
	font-size:0.95em;
	padding-bottom:15px;
	list-style-type:none;
	margin:0 10px 0 0;
	padding:0 10px 20px 0;
	font-weight:bold;
	/*list-style-image: url("../images/navbullet.gif");*/
}
ul.inpagenav li
		{
		padding:0px;
		margin:0px;
		color:#336600;		
		}
ul.inpagenav li a {
	line-height:15px;
	display:block;
	text-decoration:none;
	width:100%;
	background-image: url("../images/inpage-link.gif");
	background-repeat: no-repeat;
	background-position: left top;
	padding:1px 0 1px 20px;
}		
ul.inpagenav a, ul.inpagenav a:visited, .introlink a,.introlink a:visited{
	text-decoration:none;
	color:#440088;
}
ul.inpagenav a:hover,.introlink a:hover{
	text-decoration:underline;
}


.tablelist
{
	font: normal 80%;
}
.tablelist2
{
	font: normal 100%;
}
.borderright
{
	border-right:solid 1px black;
}

.selectlist
{
	font: normal 80% Arial, Helvetica, Sans-serif;
	color: #383838;
	width:100%;
}

.subtotalrow
{
	background: #DDDDEE;
	font-weight: bold;
}
.totalrow
{
	background: #CECEFC;
	font-weight: bold;
}
.alternaterow {
	 background: #DDDDDD;
}
.emptyrow
{
	background-color:White;
}


.ds {
	margin:0px 13px 0 3px;
	padding:0;
	border-top:1px solid #999999;
	height:1px;
}
.relatedbox {
	background-image: url("../images/relatedcnr.gif");
	background-repeat: no-repeat;
	background-position: top right;			
	background-color:#cc0000;
	margin:0;
	padding:0;
	width:122px;
}

.relatedbox h1 {
	margin:1px;	
	padding: 3px 0px 3px 8px;
	background-image: url("../images/relatedcnrinner.gif");
	background-repeat: no-repeat;
	background-position: top right;			
	background-color:#FF6600;		
	font-family: Tahoma, "Trebuchet MS", Arial, Versana, Helvetica, sans-serif;
	color:#ffffff;
	font-weight:bold;	
	font-size:0.85em;
}
.relatedboxinner {
	margin:0px;	
	border-left:1px solid #cc0000;
	border-right:1px solid #cc0000;
	border-bottom:1px solid #cc0000;
	padding: 2px 2px 3px 3px;
	background-color:#ffddbb;		
	font-family: Tahoma, "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
}
.relatedboxinner h2 {
	margin:0px;	
	padding: 2px 0 2px 0px;
	font-weight:bold;	
	font-size:0.85em;
	line-height:1em;
	color: #CC6600;
}
.relatedboxinner a {
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.8em;
	line-height:1em;
	text-decoration:none;
	color:#336699;
	display:block;
	background-repeat: no-repeat;
	background-position: left top;
	padding:1px 0 5px 20px;
}
.relatedboxinner a:visited {
	color:#336699;
	text-decoration:none;
}
.relatedboxinner a:hover {
	text-decoration:underline;
}
a.book{
	background-image: url("../images/book.gif");
}
a.pdf{
	background-image: url("../images/pdf.gif");
}
a.word{
	background-image: url("../images/word.gif");
}
a.website{
	background-image: url("../images/new-website.gif");
}
a.nacew{
	background-image: url("../images/nacew-icon.gif");
}


.footer{
	height:110px;
	background-image: url("../images/gradient.jpg");
	background-repeat:repeat-x;
	clear:both;
}

.pagetop,.footerinner{
	font-family: Tahoma, "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	font-size:0.85em;	
	color:#336600;
	font-weight:bold;
}
.footerinner{
	line-height:2em;
	background-color:#FFFFFF;
	margin:0 127px 0 185px;
	padding:0px 30px 0 16px;
	height:33px;
	background-image: url("../images/footerbgedge.jpg");
	background-repeat: no-repeat;
	background-position: right;			
}

/* Calendar is used as a popup-Calendar */
.CalendarPopup 
{
	padding: 0,0,0,0;
	position: absolute;
	left: 200;
	top: 200;
	background-color: White; 
	border: solid 0 #000066;
	z-index: 5;
}
.cldDateSelectPopup
{
	padding: 0,0,0,0;
	position: absolute;
	left: 200;
	top: 100;
	background-color: White; 
	border: solid 0 #000066;
	z-index: 5;
}
.btn
{
	Border-Color: "#ffffff";
	border-style:solid;
	border-width:1pt;
	cursor:hand;
	color:#3333cc;
	font-size: 10pt;
	background-color:#d4d0c8;
	
}
.rlabel
{
	color: #000066;
	text-align: right;
	vertical-align:baseline;
}
/* END Calendar */

.pagetop {
	float:right;
	padding:0 10px 5px 0;
	margin:0;
}
.pagetop a{
	display:block;
	margin: 0;
	padding:0 18px 0 0;
	background-image: url("../images/ptop.gif");
	background-repeat: no-repeat;
	background-position: right;			
}
.pagetop a, .pagetop a:visited, .footerinner a, .footerinner a:visited{
	color:#336600;
}
.pagetop a:hover,.footerinner a:hover{
	color:#669933;
}
.copyright {
	font-weight:normal;
	color:#77AA11;
	float:right;
}
input.bold {
	font-weight:bold;
}

/* Generic */
/* ----------------------------------------------------- */
form {margin : 0; }
label {cursor:pointer}
.ar {float:right;}
.al {float:left;}
.ac {text-align: center; width:100%;border:solid}
.error {font-weight:bold; 	color: #CA0000;}
.none, .standardsNote, .skiplinks {display:none;}
.hide {visibility:hidden;}
.nowrap {white-space:nowrap;}
ul.tight li {margin-bottom:0;}
.block {display:block;}
.clear {clear:both;}
.clearR {clear:right;}
.rule {border-width:0; border-style:none; border-bottom:1px dotted #999; height:1px;}
.buffer {font-size:0; height:1px; width:1px;}
.imgLeft {float:left; margin:2px 10px 5px 0; }
.imgRight {float:right; margin:0 0 5px 10px;}
.end {float:none; display:inline;}
