@charset "UTF-8";
body  {
	font: 76% Verdana, Arial, Helvetica, sans-serif;
	background-color: #CCCCE6;
	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: 1024px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 15px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
		background-image: url(images/background.jpg);
	background-repeat: repeat-y; /* this overrides the text-align: center on the body element. */
} 

#principalobject{width:550px
}
.twoColFixLtHdr #header { 
		width:100%;
	height:141px;
	background-image: url(logos/header.jpg);
	background-repeat: no-repeat; /* 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. */
} 
.twoColFixLtHdr #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 */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 215px; /* 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 */
	background: transparent; /* the background color will be displayed for the length of the content in the column, but no further */
	
}

.twoColFixHdr #sidebar2 {

	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* 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 */
	 /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 20px 15px 20px; /* padding keeps the content of the div away from the edges */
}
#navigationobject {
	top:130px;
	left:0px;
	visibility: visible;
	
}
.twoColFixLtHdr #mainContent {
	margin: 0  230px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 10px;
	/*background-image: url(images/astro.jpg);
	background-position:410px 20px;
	background-repeat: no-repeat;
	z-index:501; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; 
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	height:100px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
}

	/*classes*/
	
.title {
width:100%;
text-align:center;
	font-size: 24px;
	font-weight: bolder;
	color: #FFFFFF;
	padding:45px 0 0 0;
	
}

.date {
	font-size: 8pt;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	color: #666666;
	font-weight: normal;
	line-height: 1.8em;
}

.navsidebar {
	height:40px;
	background-image: url('images/buttUp.jpg');
	background-repeat: no-repeat;
	text-align:left;
	}

.navsidebarhighlight {
	height:40px;
	background-image: url('images/butthover.jpg'); 
	background-repeat: no-repeat; 
	text-align:left;
}
#sponsorsobject {
	float: right;
	width:160px;
	
	padding-right:30px;
	
	
	
	
}

#creditsobject {
padding-top:45px;
		
	text-align: center;
	width: 100%;
}
.bodytext {
	text-align: left;
	width: 100%;
	line-height: 1.6em;
}
.tiny {
	font-size: 8pt;
	color: #FFFFFF;
	font-weight: normal;
	text-align: center;
	line-height: 1.1em;
}

/*Tags*/

strong, b {
	font-weight: bolder;
	}
	
p {
	
	line-height: 1.6em;
	
	}
	
td {
	background-color:transparent;
		
}

h5 {
	font-size: 13pt;
	font-weight: bold;
	
	color: #222277;
	margin-top:-30px;
	padding-bottom:20px;

	
	text-align: center;
	width: 100%;
}

ol, ul, li {/*
	list-style: none;*/
	
	line-height: 1.8em;
	margin-top: 0.2em;
	margin-bottom: 0.1em;
	list-style-type: circle;
	}
	
/*links*/
.inctable {
font-size:10pt;
	border-collapse: collapse;
	/*border: 1px solid #666666;*/
	
}

.bodytext {
	text-align: left;
	width: 100%;
	line-height: 1.6em;
}

.tabletext {

	text-align: left;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #666666;
}

.pagetitle {
	color: #000099;
	text-align: left;
	background-color: #ffffff;
	padding-left: 0px;
	font-weight: bold;
	line-height:2em;
}

.subtitle {
	text-align: left;
	color: #222277;
	padding-left: 0px;
	padding-top: 10px;
	
	font-weight: bold;
	
}

.tableheading {
	text-align: left;
	color: #FFFFFF;
	padding-left: 3px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: bold;
	border: 1px solid #666666;
	
	
	
	
	background-image: url(images/formTop.jpg);
	background-repeat:repeat-x;
	

	background-position: right top;
	
}



.colour1 {
	background-color: #ddddee;
}

.colour2 {
	background-color: #ffffff;

}

.mandatory {
	color: #ff0000;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	background-color: transparent;
	text-align:left;
	border: 1px solid #999999;
}

.formlegend {
font-size:10pt;
	color: #333333;
	text-align: right;
	padding-top:2px;
	padding-right: 2px;
	padding-left: 5px;
	padding-bottom:2px;
	background-color: transparent;
	border: 1px solid #999999;
}

.textbox {
font-size: 10pt;
	border-width: 1px; 
	border-style: solid;
	border-color: #777777;
	padding-left: 5px;
	background-color: #ffffff;
}

.formerrmsg {
	color: #ff3333;
	background-color: transparent;
	text-align: left;
	padding-left:5px;
	border: 1px solid #999999;
}

.votequestion {
	color: #222277;
	font-weight: bold;
	padding-left: 5px;
	text-align:left;
	font-size: 12pt;
}

.logo {
	/*background-image: url('images/titleback1.gif');*/
	background-repeat: repeat-x;
	border: 1px solid #777777;
	border-bottom: 1px solid #eeeeee;
}

.tdnew{
	padding-left:10px;
	width:120px;
font-size:10pt;
text-align:center;
}
.navbot{
	border-top: 1px solid #999999;
	margin-top: 1px;
		padding-bottom: 15px;

}

/*links*/
a {
	width:190px;
	text-decoration: none;
	padding-left: 10px;
	padding-top: 4px;
	display: block;
	color: #3366CC;
	font-size: 13px;
	font-weight: bold;
}

a:link {
	}
	
a:visited {
	}
	
a:active {
	}
	
a:hover
{

	text-decoration: underline;
	color: #000000;

}

a.textlink {
	text-decoration: none;
	color: #0000aa;
	font-weight: normal;
		width:auto;
padding-left: 0px;
	/*margin-left: -8px;
	display: inline;*/
}

a.textlink:visited {
	color: #0000aa;   
}

a.textlink:hover {
	text-decoration: underline;
	color: #bb3333;
}


a.sponsorlink {
	font-size: 0.8em;
	color: #666666;
	font-weight: normal;
	text-align: center;
	width: 100%;
	padding-left: 5px;
	line-height: 1em;
}

a.sponsorlink:visited {
	color: #666666;   
}

a.sponsorlink:hover {
	
	color: #0000aa;
}

/* buttons */

.nextpage {
	background-color: transparent;
	background-image: url("images/nextpage.gif");
	width: 125px;
	height: 30px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	cursor:pointer;
}
.nextpage:hover {
	background-color: transparent;
	background-image: url("images/nextpageHov.gif");
	width: 125px;
	height: 30px;
	
}

.prevpage {
	background-color: #ffffff;
	background-image: url("images/prevpage.gif"); 
	width: 125px;
	height: 30px;
	border: 0px;
	cursor:pointer;
}
.prevpage:hover {
	background-color: #ffffff;
	background-image: url("images/prevpageHov.gif"); 
	width: 125px;
	height: 30px;
	border: 0px;
}

.submitbutton {
	background-color: #ffffff;
	background-image: url("images/submit.gif"); 
	width: 110px;
	height: 30px;
	border: 0px;
	cursor:pointer;
}

.reviewbutton {
	background-color: #ffffff;
	background-image: url("images/reviewdetails.gif"); 
	width: 160px;
	height: 30px;
	border: 0px;
	cursor:pointer;
}

.reviewbutton2 {
	background-color: #ffffff;
	background-image: url("images/review.gif"); 
	width: 110px;
	height: 30px;
	border: 0px;
	cursor:pointer;
}

.purchaseorderbutton {
	background-color: #ffffff;
	background-image: url("images/purchaseorder.gif"); 
	width: 160px;
	height: 30px;
	border: 0px;
	cursor:pointer;
}

.othermethodsbutton {
	background-color: #ffffff;
	background-image: url("images/othermethods.gif"); 
	width: 160px;
	height: 30px;
	border: 0px;
	cursor:pointer;
}

.loginbutton {
	background-color: #ffffff;
	background-image: url("images/login.gif"); 
	width: 101px;
	height: 30px;
	border: 0px;
	cursor:pointer;
}
.loginbutton:hover {
	background-color: #ffffff;
	background-image: url("images/loginHov.gif"); 
	width: 101px;
	height: 30px;
	border: 0px;
}
.logoutbutton {
	background-color: #ffffff;
	background-image: url("images/logout.gif"); 
	width: 101px;
	height: 30px;
	border: 0px;
	cursor:pointer;
}
.logoutbutton:hover {
	background-color: #ffffff;
	background-image: url("images/logoutHov.gif"); 
	width: 101px;
	height: 30px;
	border: 0px;
}

.updatebutton {
	background-color: #ffffff;
	background-image: url("images/update.gif"); 
	width: 110px;
	height: 30px;
	border: 0px;
	cursor:pointer;
}

.createsig {
	background-color: #ffffff;
	background-image: url("images/createsig.gif"); 
	width: 160px;
	height: 30px;
	border: 0px;
	cursor:pointer;
}

.addsig {
	background-color: #ffffff;
	background-image: url("images/addsig.gif"); 
	width: 130px;
	height: 30px;
	border: 0px;
	cursor:pointer;
}

.backbutton {
	background-color: #ffffff;
	background-image: url("images/back.gif"); 
	width: 110px;
	height: 30px;
	border: 0px;
	cursor:pointer;
}
.back2 {
	background-color: #ffffff;
	background-image: url("images/back2.gif"); 
	width: 110px;
	height: 30px;
	border: 0px;
	cursor:pointer;
}
.staff {
	background-color: #ffffff;
	background-image: url("images/staff.gif"); 
	width: 110px;
	height: 30px;
	border: 0px;
	cursor:pointer;
}
.nonStaff {
	background-color: #ffffff;
	background-image: url("images/nonStaff.gif"); 
	width: 110px;
	height: 30px;
	border: 0px;
	cursor:pointer;
}

/* buttons */

