/* General Text Styles */
body { background-color: #cccccc; margin: 0px; padding: 0px; }

h1,h2,h3,p,div,li,td,th,input { font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; color:#000000; }
h1,h2,h3,p { margin-top: .5em; margin-bottom: .8em; } /* Control spacing above and below headings and paragraphs */

h1 { font-size: 18px; margin-top: 0px; text-align: left; }
h2 { font-size: 16px; text-align: left; }
h3 { font-size: 14px; text-align: left; }
p,div,li,td,th,input { font-size: 13px;}
.tiny { font-size: 11px; }
.red { color: #ee4400; }

a:link { color: #cc0000; text-decoration: none; }
a:visited { color: #990000; text-decoration: none; }
a:active { color: #993333; text-decoration: none; }
a:hover { color: #993333; text-decoration: none; }

form { display:inline; }

/* Content Area */
#content-area { width: 674px; background-color: #ffffff; padding: 10px; }

/* Header */
#header { border-bottom: 3px solid #cc0000; }
#header td { background-color: #cccccc; background-image: url(ss_header_tile.gif); padding: 0px 10px 0px 10px; }

/* Navigation Bar */
#nav-bar { border-top: 1px solid #000000; border-bottom: 1px solid #000000; }
#nav-bar td { font-size: 13px; color: #999999; text-decoration: none; background-color: #333333;  background-image: url(ss_navbar_tile.gif); padding: 5px 15px 5px 15px; white-space: nowrap; text-align: center;}
#nav-bar a { font-weight: normal; text-decoration: none; }
#nav-bar a:link { color: #ffffff; }
#nav-bar a:visited { color: #ffffff; }
#nav-bar a:active { color: #cccccc; }
#nav-bar a:hover { color: #cccccc; }

/* Side Bar */
#side-bar { width: 152px; background-color: #000000; border-right: 3px solid #cc0000; padding: 10px; white-space: nowrap;}
#side-bar ul { margin-left: 10px; padding: 0px; }
#side-bar li { margin-left: 10px; padding:0px; font-size:13px; color: #cccccc; list-style: circle; list-style-position: outside; margin-bottom: .6em; }
#side-bar li a { text-decoration: none; }
#side-bar a:link { color: #cc0000; }
#side-bar a:visited { color: #cc0000; }
#side-bar a:active { color: #ffffff; }
#side-bar a:hover { color: #ffffff; }
#side-bar p { color: #cccccc; font-size: 12px; font-weight:normal;}
#side-bar div { color: #cccccc; font-size: 12px; font-weight:normal;}

/* Footer */
#footer { border-top: 1px solid #000000; }
#footer td { font-size: 11px; color: #000000; text-decoration: none; background-color: #cccccc; padding: 5px 15px 5px 15px; white-space: nowrap; }
#footer a { font-weight: normal; text-decoration: none; }
#footer a:link { color: #cc0000; }
#footer a:visited { color: cc0000; }
#footer a:active { color: #ffffff; }
#footer a:hover { color: #ffffff; }

img.right-illustration {
	float: right;
	margin: 0 0 1em 1em;
}