a:link { color: #2D589C; text-decoration: none; }
a:visited { color: #2D589C; }
a:hover { color: #656465; text-decoration: underline; }
h1,h2 { font-size: 12px; font-weight: bold; margin: 5px 0; }
strong { color: #2C5E2D; }

.body {
	background: url(../images/background.gif);
	background-repeat: repeat-x;
}

#tablewidth {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 130%;
	margin-top: 5px;
	width: 770px;
	color: #333333;	
	background: #FFFFFF;
}
#header {
	background: url(../images/si_header.jpg) no-repeat;	
	width: 770px;
	height: 204px; 	
}
#nav {
	color:#FFFFFF;
	font-size: 12px;
	font-weight:bold;
	padding: 181px 0px 0px 0px;	
}
#nav a { 
	color: #FFFFFF; text-decoration: none; }
#nav a:hover {
	color:#99BC8A;
}
#side-nav ul {
	float: left; 
	padding: 0 0 0 0; 
	margin:5px 0 15px 5px;
	color:#2C5E2D;
	width: 230px;
	font-size: 12px;
	font-weight:bold;
	text-align: left;
	line-height: 180%;
	list-style: none;	
}
#side-nav li { 
	border-bottom: #CCCCCC solid 1px;
	color: #2C5E2D;  
	padding: 3px 3px 5px 15px;
	}
#side-nav li a {
	color: #2C5E2D;
	text-decoration: none;
}
#side-nav li a:hover {
	color:#99BC8A;
}

#content {
	width: 100%;
	overflow: hidden;
	background: #FFFFFF;
}

#content-left {
	float: left;
	background: #F5F5E8; 
	width: 240px;
	padding: 7px 10px 5px 7px;
}

#content-right {
	float: left;
	text-align: left;
	margin-top: 15px;
	width: 450px;
	display: inline;
	padding: 5px 20px 20px 20px;
}

