@charset "utf-8";

/* Generic Styles */

body {
	background-image: url(../images/billabongernet.jpg);
	background-repeat: no-repeat;
	background-color: #FFF;
	min-width: 1010px;
	padding: 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #000;
}

img {
	margin: 0 0;
	padding: 0 0;

}

p {
	padding-left: 2%;
	padding-top: 10px;
	padding-right: 2%;
}

h1 {
	margin-left: 1.5%;
	margin-right: 10px;
	padding-top: 10px;
	font-weight: bold;
	font-size: x-large;
	padding-bottom: 10px;

}

h2 {
	margin-left: 1.5%;
	margin-right: 10px;
	padding-top: 10px;
	font-weight: bold;
	font-size: large;
	padding-bottom: 10px;
}

a,a:link,a:visited,a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #207BE8;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	font-size: medium;
	color: #A44EED;
}

a img {
	border: none;
}

ul {
	padding-left: 20px;
}

code {
	color: #D33659;
	font-size: larger;
}

#nav {
	background-image:url(../images/navdown.jpg);
	width: 98.5%; height: 23px; padding-left: 1.5%;
	margin-top: 260px;
	border-top: 0;
	border-bottom: 0;
}

#nav a:hover {
	text-decoration: none;
}

#content p {
	text-align: justify;
	line-height: 150%;
}

/* Color Classes */

.red {
	color: #FF0000
}

.dkgrn {
	color: #006600;
}

.yellow {
	color: #ffcb00;
}

.green {
	color: #00CC00;
}

.blue {
	color: #00BFFF;
}

.ltblue {
	color: #0000bc;
}

.skyblue {
	color: #00afff;
}

.superblue {
	color: #207BE8;
}

.purple {
	color: #D33659;
}

.orange {
	color: #FF8C00;
}

.gray {
	color: gray;
}

/* Text Classes */

.xxl {
	font-size: xx-large;
}

.med {
	font-size: medium;
}

.lg {
	font-size: large;
}

.xl {
	font-size: x-large;
}

.sm {
	font-size: small;
}

.xs {
	font-size: x-small;
}

.em {
	font-style: italic;
}

.bold {
	font-weight: bold;
}

.underline {
	text-decoration: underline;
}

.purpleheader {
	color: #D33659;
	font-size: large;
	padding-top: 30px;	
}

.caption {
	margin-top: -5px;
	padding-bottom: 5px;
	font-size: smaller;
	font-style: italic;
}

.subtext {
	color: gray;
	font-size: smaller;
	font-style: italic;
}

/* Border Classes */

.bar {
	border-left: 1px solid #FF9900;
}

.barlast {
	border-left: 1px solid #FF9900;
	border-right: 1px solid #FF9900;
}

.barbottom {
	border-bottom: 1px solid #FF9900;
}

/* Positioning Classes */

.right {
	float: right;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 15px;
}

.logoright {
	float: right;
}

.left {
	float: left;
}

.pics {
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
}