body {
	background-image: url(images/background1.jpg);
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-position: 0px -20px;
}
#leftSide {
	height: 400px;
	width: 250px;
	position: absolute;
	top: 125px;
	padding-top: 25px;
	padding-left: 10px;
	left: 0px;
	background-color: #759ABC;
}
#rightSide {
		position: absolute;
	left: 300px;
	top: 125px;
	padding-left: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-right: 5%;
        min-width: 600px;
}
.leftSideImg {
	left: 135px;
	float: left;
	clear: both;
	position: relative;
	margin-top: 0px;
	margin-right: -250px;
	margin-bottom: 0px;
	margin-left: -100px;
	padding: 0px;
}
#leftSide a {
	clear: both;
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
}

.style1 {
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
.maintext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-indent: 0px;
}
.maintextLarger {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-indent: 0px;
}
.maintextname {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000099;
}
.maintextdesc {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #000099;
}

.maintextbullets {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-indent: 15px;
	list-style-type: none;
	margin-left: 44px;
	padding-left: 50px;
}

ul.menu {
    clear: both;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-style: bold;
    font-size: 14px;
    text-decoration: none;
    list-style-type: square;
    /* list-style-image: url(images/leftbar/apple.gif); */
}

.articles {
    text-decoration: none;
    line-height: 1.5em;
}

.articles a {
    text-decoration: none;
}

#navcontainer ul {
    margin: 0;
    padding: 0;
    list-style-type: square;
    list-style-position: inside;
}

#navcontainer li { margin: 0 0 .2em 0; width: 9em;} 
#navcontainer a {
    display: block;
    color: #FFF;
    background-color: #036;
    width: 9em;
    padding: .2em .8em;
    text-decoration: none;
}

#navcontainer a:hover {
    background-color: #369;
    color: #FFF;
}

#active a {
    display: block;
    color: #FFF;
    background-color: #600;
    width: 9em;
    padding: .2em .8em;
    text-decoration: none;
}
#content {
    float: left;
    width: 400px;
}
#quote_bound {
 
    width: 190px;
    float: right;
}
#quote {
    list-style-type: none
    overflow: hidden;
    border-top: 3px solid green;
    border-bottom: 3px solid green;
    padding: 5px 0px 10px 10px;
}
#quote p.maintext {
    font-size: 12px;
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #333;
    font-style: italic;
    overflow: auto;
}
#navigation {
    clear: both;
    width: 260px;
    font-size: 12px;
    font-family: Verdana, Sans Serif;
}
#navigation a {
    text-decoration: none;
    color: blue;
}
#navigation ul {
    margin:0px; 
    padding:0px; 

}

#navigation ul li {
    height:35px;
    line-height:25px;
    list-style:none;
    padding-left:25px;
    cursor:pointer;
}  

#navigation ul li:hover {
    background: url('./images/apple.png') no-repeat left center;
    position:relative;
}

#navigation ul li#selected {
    background: url('./images/apple_a.png') no-repeat left center;
    position:relative;
}

#navigation ul li#selected a {
    color: #000099;
}

#navigation a:hover {
    color: #fff;
}
#navigation a:active {
    background-color:#90F; 
    position:relative;
}



