/* Layout Stylesheet */ 
body {
	margin: 0px;
	padding:0;
	background-color:#99CCCC;
	color: #333366;
	font-family:Arial, Helvetica, sans-serif;
}
		  
#leftcontent {
	font-family:Arial, Helvetica, sans-serif;
	 position: absolute;
	 top: 8px;
	 left: 0px;
	 width: 175px;
	 height:800px;
	 border-left: 1px solid #FFFFFF;
	 border-right:1px solid #FFFFFF;
	 border-top:1px solid #FFFFFF;
	 border-bottom:1px solid #FFFFFF;
	 color: #FFFFFF;
	 margin: 0px;
	 padding-left: 0px;
	 padding-right: 0px;
	 padding-top: 0px;
	 height: auto;
	 margin-left:7px;
	 font-size:.80em;
}

#rightcontent {
	 position: absolute;
	 top: 8px;
	 left: 788px;
	 width: 150px;
	 border-left: 1px solid #FFFFFF;
	 border-right:1px solid #FFFFFF;
	 border-top:1px solid #FFFFFF;
	 border-bottom:1px solid #FFFFFF;
	 color: #FFFFFF;
	 margin: 0px;
	 padding-left: 0px;
	 padding-right: 0px;
	 padding-top: 0px;
	 height:800px;
	 margin-left:5px;
/*	 font-size:.80em; */
}


#searchlayer {
	position:absolute; 
	width:117px; 
	height:34px; 
	z-index:10; 
	left: 801px; 
	top: 50px; 
	color:white;
	text-align:right;
}
#searchlayer img #searchlayer form{
	text-align:right;
	padding:0;
	margin:0;
	border:0;
	font-size:14px;
}	

#centercontent {
	margin: 0px 5px 10px 190px;
	border: 1px solid #FFFFFF;
	border-right:15px;
	border-left:`5px;
	background-color:#FFFFFF;
	color:#333366;
	padding:0px 10px 0px 10px;
	width: 560px;
	font: normal 0.8em Verdana, sans-serif;
} 

#pictureframe {
	margin:8px 0px 7px 190px;
	border: 1px solid #FFFFFF;
	height:130px;
	overflow:hidden;
	width:595px;
	background-image:url(/images/header.jpg);
}

#pictureframe img{
	padding:0;
	margin:0;
}

 
#footer {
	margin:8px 5px 7px 190px;
	border: 1px solid #FFFFFF;
	padding:10px;
	padding-left:30px;
	width:554px;
	background-color:#FFFFFF;
	background-image:url(/pix/icons/frost-r-bg.gif);
	background-repeat:repeat-x;
	font-size:80%;
}

/* Presentation Stylesheet */ 

/* hides the second object from all versions of IE */ 
p {
	font-size:110%;
	line-height:120%;
}


* html object.mov { 
    display: none; 
} 

/* displays the second object in all versions of IE apart from 5 on PC */ 
* html object.mov/**/ { 
    display: inline;
} 

/* hides the second object from all versions of IE >= 5.5 */ 
* html object.mov { 
    display/**/: none; 
}

xt\:comment, xt\:note {
		display: none;
}

ch\:nbsp {
		padding: .5em;
}

hr {
	height:1px;
    border-color: #CCCCCC; 
}

a {
	color:#333366;
	text-decoration: none;	
}
form {
	color:white;
	font-size:13px;
}



a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

img a:hover {
	border:1px;
}

a img {
	padding:0px;
} 
 
#leftcontent p {
	margin-top:0px;
	margin-bottom:10px;
/*	padding-top:10px;
	padding-bottom:10px; */

}
#leftcontent h2 {
	font-size:105%;
	color:white;
	padding-bottom:0px;
	margin-bottom:0px;
	padding-top:0px;
	padding-left:5px;
	margin-top:0px;
	background-color:#28b;
	width:120px;
}

#leftcontent img {
	padding-left:-10px;
	margin-left -10px;
	padding-right:-5px;
	margin-right:-5px;
}

#leftcontent ul {
	padding-left: 2px;
	margin-left: -5px;
	list-style: none;
	font-size: 95%;
	line-height:115%;
}

#leftcontent li {
	margin-left: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
} 

#leftcontent form{
	font-size:.75em;
	color:#FFFFFF;
	padding-left: 6px;
}


#leftcontent h2{
	font-size:.80em;
	color:#FFFFFF;
	padding-left: 6px;
}


#centercontent h1, table h1 {
	margin-top:0px;
	padding-left:0px;
	padding-right:0px;
	padding-top:3px;
	padding-bottom:3px;
	color:white;
	font-size:125%;
	font-weight:bold;
	background-color:#1177aa; 
	margin-left:0px;
	border:thin
}

#centercontent h2, table h2 {
	margin-top:0px;
	padding-left:5px;
	padding-right:0px;
	padding-top:3px;
	padding-bottom:3px;
	color:white;
	font-size:115%;
	font-weight:bold;
	background-color:#6699CC;
	margin-left:0px;
	border:thin
}

#centercontent h3, table h3 {
	margin-top:0px;
	color:#333366;
	font-size:114%;
}

#centercontent h4, table h4 {
	margin-top:0px;
	color:#333366;
	font-size:110%;
}

#centercontent img {
	border:0px;
	padding-left:5px;
	padding-right:5px;
}

#centercontent a {
	color:#333366;
	text-decoration:underline;
}

#centercontent a:hover {
	color: #FFFFFF;
	background-color:#1177aa;
	text-decoration: none;
}


#centercontent  ul {
	margin-left:5px;
	padding-left:5px;
	margin-top:10px;
	clear: both;
}

#centercontent li {
	font-size:14px;
	margin:10px;
	padding:0px;
	clear: both;
	line-height:125%;
}

#centercontent form {
	font-size:12px;
	color:#333366;
	padding:5px;
}

submit, input {
	font-size:9px;
}

#scm-sidebar-sitemailer h2 {
	color : white;
	padding:5px;
	margin-left:10px;
	margin-right:-10px;
	padding-right:0px;
	background-color:#28b;
	font-size:95%;
}

#navlist {
	color: white;

	padding: 0 1px;
	margin-left: 10px;
	width: 150px;
	font: normal 0.9em Verdana, sans-serif;
}

#navlist li {
	list-style: none;
	margin: 0;
	font-size: 1em;
}

#navlist a {
	display: block;
	text-decoration: none;
	margin-bottom: 0.05em;
	margin-top: 0.05em;
	color: white;
	background: #1177aa;
	border-width: 1px;
	border-style: solid;
	border-color: #5bd #035 #068 red;
	border-left: 1em solid #0099CC;
	padding: 0.25em 0.5em 0.4em 0.75em;
}

#navlist a:hover, #navlist a.active {
	color: #FFFFFF;
	background: #0099CC;
	border-color: #1177aa;
}

#navlist ul li a.current {
	 background-color:red;
}

#navlist a {
	//width: 150px;
/* only necessary for Internet Explorer */
}

#navlist a {
	voice-family: "\"}\"";
	voice-family: inherit;
	//width: 120px;
/* Tantek-hack should only used if Internet-Explorer 6 is in standards-compliant mode */
}

#navcontainer>#navlist a {
	width: auto;
/* only necessary if you use the hacks above for the Internet Explorer */
}

#navlist ul ul a {
	margin-left:10px;
	font-size: 90%;
	padding-left:10px;
	border-left: 1em solid #ffffff;
}

#scm-sidebar-news-sidebar h2 {
	font-size: 100%; 
}

#scm-sidebar-articles h2 {
	font-size: 120%; 
}

.news-story-summary a {
	font-size:90%;
}


p.news-story-summary song a{
	font-size:110%;
	font-weight:bold; 
} 

#leftcontent p.news-story-summary {
	margin-left:10px;
	font-size:90%;
	padding-bottom:0px;
	padding-top:0px;
}

#centercontent p.news-story-summary {
	font-size:100%;
}
 
#centercontent p {
	font-size:110%;
	line-height:120%;
	color:#333366;
	font-family:Arial, Helvetica, sans-serif;
	padding-top:10px;
	padding-bottom:10px;
}

#footer a {
	color:#0033FF;
	text-decoration:none;
}

#footer a:hover {
	color: #0033FF;
	text-decoration: none;
}

#centercontent table {
	border-color:#666666;
	border-width:1px;
	padding:0px;
} 

#addtofavourites {
	position:absolute; 
	width:103px; 
	height:20px; 
	z-index:15; 
	left: 723px; 
	top:174px;
	border:0;
	padding:0;
}

#scm-sidebar-members {
	margin-left:5px; 
	font-size:14px;
}

#scm-sidebar-members h2{
	font-size:110%;
}


.textimage {
	margin-bottom:-4px;
	padding-left:0px;
}
.scm-sidebar-body {
	margin-left:0px; 
	font-size:13px;
}

#scm-sidebar-subscribe p {
	padding-left:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
} 
.scm-sidebar-body img {
	border:0;
	margin-left:-10px;
	padding-left:-10px;
	border-left:0px;
}
p,h1,h2,h3,h4,h5,h6,pre,#centercontent table {
	margin:			0px 10px 10px 10px;
}

table {
	margin: 0px;
	padding: 0px;
	width: 90%;
	font-size: 95%;
	border:1px;
}

td {
	vertical-align: top;
	font: Helvetica, Arial, sans-serif;
	font-size: 115%;
	font-weight:normal;
	border:thin
}

th {
	font-size: 13px;
	background:		#a4b5c5;
	color: #fff;
	font-weight: normal;
}

/* CSS Document */
  
.amazon{
width:20px;
padding:3px 20px 0 0;
background: url(/images/amazon.gif) no-repeat right;
}
.pdf{
width:20px;
padding:0 20px 0 0;
background: url(/images/pdf.png) no-repeat right;
}
.zip{
width:20px;
padding:0 23px 0 0;
background: url(/images/zip.png) no-repeat right;
}
.doc{
width:20px;
padding:0 20px 0 0;
background: url(/images/doc.png) no-repeat right;
}
.ppt{
width:20px;
padding:0 20px 0 0;
background: url(/images/ppt.png) no-repeat right;
}
.xls{
width:20px;
padding:0 20px 0 0;
background: url(/images/xls.png) no-repeat right;
}
