@charset "utf-8";
/* CSS Document */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
	background-color: #E6FFFF;
	background-image:url(../../skcdcoldsite/_images/transparentback.jpg);
		background-repeat:repeat-x;
}
#container {
	width: 780px;
	/* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border-right: 1px solid #7272B8;
	border-left:1px solid #7272B8;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

#header { 
	height:99px;
	background: #7272B8; 
	padding: 0;  /* 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. */
	vertical-align:middle;
	border-bottom:#7272B8 1px solid;
}
#header img	{

	height:99px;
	padding:0;
	margin:0;
	border:0;
	text-align:left;
	float:left;
	vertical-align:middle;
	background-color: #FFFFFF;
}
#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: 14px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size:15px;
	font-style:italic;
	text-align:center;
	vertical-align:middle;
	color:#ffffff;
	letter-spacing:0.1em;
	font-weight:bold;
} 
#header h2	{
	font-size:14px;
	font-style:normal;
	text-align:center;
	vertical-align:middle;
	color:#ffffff;
	letter-spacing:0.1em;
	font-weight:bold;
	padding:0;
	margin:0;
}
#navbar	{
	width:780px;
	height:25px;
	background-image:url(../../skcdcoldsite/_images/navback.png);
	background-repeat:no-repeat;
	background-color:transparent;
	color:#008080;
	text-align:center;
	padding: 0;
	float:left;
	border-bottom:#7272B8 1px solid;
}
#skcdctagline	{
	width:780px;
	background-color:#000000;
	color:#ffffff;
	text-align:center;
	padding:2px 0;
	float:left;
	font-variant:normal;
	font-weight:bold;
	font-size:12px;
	letter-spacing:.1em
}
/* start left sidebar */
 
#sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 165px; /* 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-color:#EAEAF4;
	vertical-align: top;
			border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #7272B8;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7272B8;
}
#sidebar #sidebarcontent	{
	width:150px;
	margin: 0px 5px 0 10px;}
#sidebar #sidebarcontent p a	{
	color:#008080;	
	text-decoration:none;
}
#sidebar #sidebarcontent p a:visited	{
	color:#008080;
	text-decoration:none;
}

#sidebar #sidebarcontent p a:focus, #sidebar #sidebarcontent p a:hover	{
	color:#7272B8;
	text-decoration:none;
}


#sidebar h1	{
	text-align:left;
	font-size:18px;
	color:#008080;
	font-weight:bold;
	letter-spacing:0.1em;
	margin-bottom: 20px;
}
#sidebar h2	{
	text-align:left;
	font-size:13px;
	color:#000000;
	font-weight:bold;
}
#sidebar h3	{
	padding:4px 0;
	text-align:center;
	font-size:13px;
	color:#7E7EBE;
	font-weight:bold;
	letter-spacing:normal;

}
#sidebar h4	{
	text-align:left;
	font-size:11px;
	color:#008080;
	font-weight:bold;
	letter-spacing:normal;
}
#sidebar p	{
	font-size:10px;
	padding:0;
	margin:1em 0;
	text-align:left;
	color:#000000;
	line-height:1.3em;
}
.the {
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	font-weight: bold;
	color: #000000;
}
.link {
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	color: #008080;
	font-stretch: expanded;
}
#subscribeblock {
	background-color: #FFFFFF;
	text-align: center;
	margin: 0;
	padding:5px 0;

	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7272B8;
}
#subscribeblock p	{
	font-family:Arial, Verdana, Tahoma, Helvetica, sans-serif;
	color:#000000;
	font-size:12px;
	font-weight: bold;
	text-align:center;
	padding:3px 0;
	margin:0;
}
#subscribeblock form input.textfield	{
	border: 1px solid #7272B8;
}
#subscribeblock form .textfield:active, #subscribeblock form .textfield:focus, #subscribeblock form  .textfield:hover	{
	border-color:#008080;
	background-color:#ECFFFF;
}

#subscribeblock .submit	{
	color:#ffffff;
	background-color:#008080; 
	font-size:12px; 
	margin:0;
	font-family:Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-weight:bold;
	padding:2px 5px;
	margin:3px 0 5px 0;
}


/* sidebar ends here*/
/* mainContent starts here*/

#mainContent {
	margin: 0 0 0 186px; /* 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: 30px 10px 20px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
#mainContent a	{
	color:#008080;	
	text-decoration:none;
}
#mainContent a:visited	{
	color:#008080;
	text-decoration:none;
}

#mainContent a:focus, #mainContent a:hover	{
	color:#7272B8;
	text-decoration:none;
}


#mainContent h1	{
	text-align:left;
	font-size:18px;
	color:#008080;
	font-weight:bold;
	letter-spacing:0.1em;
	margin-bottom: 20px;
}
#mainContent h2	{
	text-align:left;
	font-size:13px;
	color:#000000;
	font-weight:bold;
}
#mainContent h3	{
	text-align:left;
	font-size:12px;
	color:#7E7EBE;
	font-weight:bold;
	letter-spacing:normal;
}
#mainContent h4	{
	text-align:left;
	font-size:11px;
	color:#008080;
	font-weight:bold;
	letter-spacing:normal;
}
#mainContent p	{
	font-size:10px;
	padding:0;
	margin:1em 0;
	text-align:left;
	color:#000000;
	line-height:1.3em;
}
#mainContent li{
	font-size:11px;
	padding:0;
	margin:0;
	text-align:left;
	color:#000000;
}
#mainContent table	{
	width: 550px;
	font-size:10px;
	margin:10px 0px 10px 0;
}

#mainContent th {
	background-color:#008080;
	text-align:left;
	padding:2px 5px;
	color:#ffffff;
	font-weight:bold;
	letter-spacing:.05em;
}
#mainContent td {
	background-color:#ffffff;
	text-align:left;
	color:#000000;
	font-weight:normal;
	border-color:#CCCCCC;
	border-width:1px;
	border-style:solid;
	padding:2px 5px;
}
#mainContent form	{
	margin: 0;
}
#mainContent fieldset{
	float:left;
	width:525px;
	padding:0;
	margin: 0;
	border: none;
}
#mainContent form legend	{
	padding:0;
	text-align:left;
	font-size:12px;
	color:#008080;
	font-weight:bold;
}
#mainContent form input, #mainContent form textarea	{
	float:left;
	border: 1px solid #7272B8;
}
#mainContent form input:active, #mainContent form input:focus, #mainContent form  input:hover	{
	border-color:#008080;
	background-color:#ECFFFF;
}
#mainContent form textarea:active, #mainContent form textarea:focus, #mainContent form textarea:hover	{
	border-color:#008080;
	background-color:#ECFFFF;
}
#mainContent .submit	 {
	color:#fff;
	background-color:#008080; 
	font-size:12px; 
	margin:0;
	font-family:Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-weight:bold;
	padding:2px 5px;
	margin:5px 50px 20px 0;
	text-align:center;
	float:right;
}
#mainContent input.submit:active, #mainContent input.submit:focus, #mainContent input.submit:hover	{
	border-color:#008080;
	background-color:#7272B8;
}

textarea	{
	clear:both;
}
checkbox	{
	color:#008080;
		border-color:#008080;
}
label, label span	{
	display: block;
	padding:0 3px 3px 3px;
}
label	{
	float:left;

}
label span	{
	float:left;
	width:100px;
	text-align:right;
	color:#000000;
	font-weight:normal;
}
label span.xlg	{
	float:left;
	width:175px;
	text-align:right;
	color:#000000;
	font-weight:normal;
}
label span.lg	{
	float:left;
	width:150px;
	text-align:right;
	color:#000000;
	font-weight:normal;
}
label span.md	{
	float:left;
	width:75px;
	text-align:right;
	color:#000000;
	font-weight:normal;
}
label span.sm	{
	float:left;
	width:40px;
	text-align:right;
	color:#000000;
	font-weight:normal;
}
#colrt	{
	width:150px;
	float:right;
	padding:0 0 10px 7px;
	margin:0 0 10px 10px;
}
#sitemap {
	float: left;
	postion: relative;
	clear:both;
	width:760px;
	padding: 0 10px 10px 10px;
	border-top:#7272B8 1px solid;
	background-color: #DEDEEF;
	margin: 0;
	color:#ffffff;
	height:auto;
}
.sitemapcol	{
	position: relative;	
	width: auto;
	float: left;	
	margin:0px 20px 10px 0px;
	height:auto;
	padding:0;
}
#sitemap h1	{
	padding: 10px 0px 4px 0px;
	font-size:10px;
	color:#7272B8;
	font-weight:bold;
}
#sitemap p{
	font-size:9px;
	color:#008080;
	text-align:left;
	margin:0;
	padding:2px;
}
#sitemap p a	{
	font-size:9px;
	text-align:left;
	text-decoration:none;
	color:#008080;
}
#sitemap p a:hover 	{
	color:#7272B8;
}
#footer {
	width:760px;
	height:75px;
	padding: 0px 10px;
	border-top:#7272B8 1px solid;
	background-color:#008080;
	margin: 0;
	clear:both;
} 
#footer p {
	margin: 7px 0 0 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size:9px;

	text-align:center;
	color:#ffffff;
	line-height:1.1em;
}
#footer a	{
	color:#ffffff;
	text-decoration:none;
}
#footerlogolft	{
	float:left;
	padding:5px 5px;
}
#footerlogoctr	{
	text-align:center;
	padding:5px 0px;
}
#footerlogorgt	{
	float:right;
	padding:5px 5px;
}
.strong {
	font-weight:bold;
} 
.stress {
	font-style:italic;
} 
.strongstress {
	font-weight:bold;
	font-style:italic;
		display:inline;
} 
.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;
}

