/* style sheet for SWeb web site */

* 	 {
	 padding: 0;
	 margin: 0;
     }

body {
		text-align:center;
		font-family:Trebuchet MS; 
    	font-size:12px; 
    	font-weight:normal;
    	line-height:125%;
		background-color:#fff;
		}

/* div {border:1px solid #000;} */

a:link	{color:#086678} 
		
img {
	border: 0;
	margin-bottom: 0px;
	}

ul {
	list-style-type:none;
    margin:20px 0 20px 20px;
	}
		
li	{margin-bottom:15px;} 

#container { 
		width: 700px;
		text-align: left;
		margin:10px auto 0 auto; 
		}

#navbar {
		width: 662px;
		background: url(images/navbarBkg.jpg) no-repeat bottom left;
		}

#mainContent {
		position:relative;
		width: 700px;
		}

#sidebar {
        float:left;

   		background: #f2ac83;
        }

#sidebar img {
        position:relative; 
        left:5px;
        top:16px;
		margin-right: 10px;
        } 

#maintext {
        float:left;

        width:485px; 
        padding:15px 0px 0px 20px;
 		background-color:#fff;
 		}

#bottombar {
		position: relative;
		background: url(images/bttmBar.gif) no-repeat top left; 
		clear: both;
 		} 

.bottomRT {
 		text-align:right;
		margin-right:30px;
        font-size:75%;
 		}

.clear {clear: both;}

.credits {margin-top:20px; font-size:11px}
.indent {margin-left:25px}

p   {
    margin:10px 0 10px 5px;
    color:#000;
    }

p.title {
    margin-left:20px;
    margin-bottom:20px;
    font-size:16px;
    color:#cc3300;
    }

p.title2 {

    margin-left:20px;
    margin-bottom:20px;
    font-size:14px;
    color:#cc3300;
    }

.demolink {
	text-align:right;
	margin-bottom: 30px;
	}

/* positional styles only */
.fltRT {float:right; margin:5px 0 0 5px}
.fltLT {float:left; margin:5px 0 0 5px}


