 styles.css 

blank 
{
}

/*===================
	SCDD
	color pallette:
	gold: #ffcc00
	red: #ff0000
	green: #00ff00
	blue: #0099ff
	violet: #ff00ff
	white: #ffffff
	brown: #cc6600
===================*/

body 
{
	background-color: #ff9600;
	background-image: url(images/scdd-background.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
}

/*===================
	containers
===================*/

#container
{
	margin: 0 auto;
	top: 0px;
  	width: 930px;
  	text-align: center;
	background-color:#ffffff;
	border:solid 1px #ff0000;	
}

#container2
{
	margin: 0 auto;
	top: 0px;
  	width: 450px;
	height: 250px;
  	text-align: center;
	background-color:#ffffff;
	border:solid 1px #ff0000;	
}


/*===================
	image border
===================*/

img.border1
{
	border: 3px #ffcc00 solid;
}

img.border2
{
	border: 3px #cc6600 solid;
}

img.noBorder
{
	border: none;
	border-style: none;
}

/*===================
	text
===================*/

h1 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 35pt;
	line-height: 5pt;
	font-weight: bold;
	color:#ffcc00;

}

h2 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16;
	line-height: 16pt;
	font-weight: bold;
	color:#ffcc00;

}

li
{
	margin-left:10pt;
}

/*==================*/

.goldTextLarge
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24pt;
	font-weight: bold;
	color:#ffcc00;

}

.redTextLarge
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24pt;
	font-weight: bold;
	color:#ff0000;

}

.greenTextLarge
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24pt;
	font-weight: bold;
	color:#00ff00;

}

.blueTextLarge
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24pt;
	font-weight: bold;
	color:#0099ff;

}

.violetTextLarge
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24pt;
	font-weight: bold;
	color:#ff00ff;

}

.whiteTextLarge
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24pt;
	font-weight: bold;
	color:#ffffff;

}

.goldText
{
 	font-family: Arial, Helvetica, sans-serif;
	font-size:12pt;
	line-height: 16pt;
	font-weight:100;
	color:#000000;
}

.goldText2
{
 	font-family: Arial, Helvetica, sans-serif;
	font-size:12pt;
	line-height: 18pt;
	font-weight:100;
	color:#ffcc00;
}

.redText
{
 	font-family: Arial, Helvetica, sans-serif;
	font-size:12pt;
	line-height: 16pt;
	font-weight:100;
	color:#ff0000;
}

.greenText
{
 	font-family: Arial, Helvetica, sans-serif;
	font-size:12pt;
	line-height: 16pt;
	font-weight:100;
	color:#00ff00;
}

.blueText
{
 	font-family: Arial, Helvetica, sans-serif;
	font-size:12pt;
	line-height: 16pt;
	font-weight:100;
	color:#0099ff;
}

.violetText
{
 	font-family: Arial, Helvetica, sans-serif;
	font-size:12pt;
	line-height: 16pt;
	font-weight:100;
	color:#ff00ff;
}

.whiteText
{
 	font-family: Arial, Helvetica, sans-serif;
	font-size:12pt;
	line-height: 16pt;
	font-weight:100;
	color:#ffffff;
}

/*==================*/

.goldTextsmall
{
 	font-family: Arial, Helvetica, sans-serif;
	font-size:8pt;
	line-height: 12pt;
	font-weight:100;
	color:#ffcc00;
}

.redTextsmall
{
 	font-family: Arial, Helvetica, sans-serif;
	font-size:8pt;
	line-height: 12pt;
	font-weight:100;
	color:#ff0000;
}

.greenTextsmall
{
 	font-family: Arial, Helvetica, sans-serif;
	font-size:8pt;
	line-height: 12pt;
	font-weight:100;
	color:#00ff00;
}

.violetTextsmall
{
 	font-family: Arial, Helvetica, sans-serif;
	font-size:8pt;
	line-height: 12pt;
	font-weight:100;
	color:#990099;
}

/*===================
||			links						||
===================*/

a:link
{
 	font-family: Arial, Helvetica, sans-serif;
	font-weight:900;
	text-decoration:none;
}

a:visited
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight:900;
	text-decoration:none;
}

a:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight:900;
	color:#ff0000;
	text-decoration:none;
}

a:active
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight:900;
	text-decoration:none;
}
