/* Community Venture: stylesheet for website versions 3.x                                   */
/* Web site and stylesheet by Courtney Welch, inspired by http://meyerweb.com/eric/css/edge */

body {
	background: #043A38 url(corner-bg.jpg) 0 0 no-repeat fixed; 
	position: relative; 
	margin: 0; 
	padding: 0; 
	}

img {border:none;}

div#content {
	background: white url(corner-wash.jpg) 0 0 no-repeat fixed;
	position: absolute; 
	top: 290px; 
	left: 149px; 
	width: 610px; 
	padding: 10px; 
	border: 1px solid black; 
	}
div#content p {
	margin: 0 1em 1em; 
	font-size:1em; 
    color:#000000; 
    font-family:"Trebuchet MS",sans-serif; 
    line-height:130%; 
    text-align:left; 
	}
div#content a:link {
    color:#006666;
    text-decoration:none;
    font-variant:small-caps;
	}
div#content a:visited {
    color:#cc0000;
    text-decoration:none;
    font-variant:small-caps; 
	}
div#content a:link:hover {
    color:#0000ff;
    text-decoration:underline; 
    font-variant:small-caps; 
	}
div#content a:visited:hover {
    color:#0000ff;
    text-decoration:underline; 
    font-variant:small-caps; 
	}

div#links {
	position: absolute; 
	top: 290px; 
	left: 790px; 
	width: 200px; 
	border: 1px solid black; 
	background: #03302D url(corner-fade.jpg) 0 0 no-repeat fixed; 
	}
div#links p {
	font-size:0.7em; 
    color:#FFFFFF; 
    font-family:"Verdana",sans-serif; 
    line-height:130%; 
    padding-right: 8px; 
    padding-left: 8px; 
    }
div#links a:link {
    color:#99FFFF;
    text-decoration:none;
    font-variant:small-caps;
	}
div#links a:visited {
    color:#FF3333;
    text-decoration:none;
    font-variant:small-caps; 
	}
div#links a:link:hover {
    color:#99FFFF;
    text-decoration:underline; 
    font-variant:small-caps; 
	}
div#links a:visited:hover {
    color:#FF3333;
    text-decoration:underline; 
    font-variant:small-caps; }
    
ul  {
    font-size:1em; 
    color:#000000; 
    font-family:"Trebuchet MS",sans-serif; 
    line-height:130%; 
    text-align:left;
    list-style-type:circle;
    list-style-position:outside;
    }

h1  {
    font-size:1.2em; 
    color:#005952; 
    font-family:"Trebuchet MS",sans-serif;
    }

h2  {
    font-size:1.1em; 
    font-weight:bold;
    color:#005952; 
    font-family:"Trebuchet MS",sans-serif;
    }
    
hr  {
	width:93%; 
    }