/*** Website Design by MacStudio Design. Website: www.macstudio.co.nz ***/

body {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #003399;
}

/******************** LAYOUT ********************/

#holder {
	width:750px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	margin-bottom: 25px;
	background-color: #FFFFFF;
}

#mainheader {
	text-align: right;
	background-image: url(../header/mainheader.jpg);
	height: 100px;
	padding-right: 25px;
	font-size: 9px;
}

#header {
	text-align: right;
	background-image: url(../header/mainheader.jpg);
	height: 100px;
	padding-right: 25px;
	font-size: 9px;
}

#menu {
	text-align: left;
	background-color: #E8E8E8;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	padding-right: 25px;
}

#content {
	width: 700px;
	text-align: left;
	margin-top: 15px;
	margin-left: 25px;
	padding-bottom: 10px;
}

#nav {
	margin-bottom: 10px;
}

#title {
	margin-bottom: 10px;
}

#left {
	float: left;
	width: 300px;
}

#right {
	float: right;
	width: 300px;
}

#printbutton {
	margin-top: 25px;
	margin-bottom: 25px;
	text-align: center;
}

#footer {
	text-align: center;
	background-color: #E8E8E8;
	padding-top: 5px;
	padding-bottom: 5px;
}

/******************** TABLES ********************/

#table1 {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}

#table1 td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
#table1 tr {
	text-align: left;
}
#table1 th {
	background-color: #E8E8E8;
	padding-top: 5px;
	padding-bottom: 5px;
}

/******************** CARD ********************/

#card {
	width: 675px;
	text-align: left;
	padding: 12px;
	border: 1px solid #000000;
}

#card img {
	padding-top: 3px;
	padding-bottom: 3px;
}



/******************** STYLES ********************/

p {
	margin: 0px;
	padding: 0px;
}

h1 {
	font-size: 16px;
	margin: 0px;
	padding: 0px;
}

h2 {
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}
.red {
	color: #FF0000;
}
.width99 {
	width: 99%;
}

/******************** LINKS ********************/


a:link {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

a:active {
	color: #000000;
	text-decoration: underline;
}

a:visited {
	color: #000000;
	text-decoration: underline;
}
select {
	margin: 0px;
	padding: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}
.small {
	font-size: 9px;
}

