/*set a default font, size and colour */
html, body, p, td, *	{	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;}

html, body	{margin: 0; color: #99ccff;}

/* set the body to the colour of the top left corner, since other colours will be set in the appropriate div */
body	{background-color: #000066;}

em {font-style: normal; color: #ffffcc;}
strong {font-weight: bold; color: #ffffff;}

/* set most of items to be 12px */
p, ul, table, td	{ font-size: 12px; line-height: 18px;color: #99ccff;}
h1	{ font-size: 24px;}
h2	{ font-size: 18px;}
h3	{ font-size: 14px;}

a { text-decoration:none; color: #FFCC66; font-weight:bold;}
a:visited {  color: #FFCC99;}
#SCcontent a:hover {  color: #FFFF00; border-bottom: 1px dotted #FFFF00;}



/* placeholder for the SC logo at top of page */
#SCid	{		padding: 0px;
				height: 64px; 
				margin: 0px; 
				border: 0px none;
				border-bottom: 1px  solid  #3366ff;
				color: #ffffff;
				white-space: nowrap; text-align: left;
		}
#SCid table { margin: 0px; padding: 0px; border: 0px none;border-bottom: 1px  solid  #000000;}


#SCfooter	{	clear: both; background-image: url(bluestripe.gif);
				background-repeat: repeat-x;
				height: 20px; padding: 0px; margin: 0px; border: 0px none;
				text-align: center;}



/* an empty div appears above and below the content to give some space from the navigation */
#SCpagespacer {clear:both; padding: 0px; margin: 0px; border: 0px  none; height:6px; }

/* the main content goes on a white background don't set padding on the content due to bugs in IE for windows*/
#SCcontentoff	{	margin; 0px; margin-left: 272px; padding-right: 64px; height: 480px;
				border: 0px none; left:272px;}

#SCsidebaroff	{	border: 0px none; padding: 0px; margin: 0px; width: 256px; psition:absolute; top: 83px; left:0px;}


