/* simplytri.com */
/* basic elements */

body {
    margin:36px 0px; 
    padding: 0;
    text-align:center;
	font: normal 10px/16px veranda, trebuchet MS, arial, helvetica, sans-serif;
	color: #666666;
	background: #fff url(../images/gradientbg.jpg) repeat-x;
	}

h1 {
	text-indent: -9999px;
	margin: 10px 0 0 0;
	width: 630px;
	height: 40px;
	}
h2 {
	font: normal 13px/14px veranda, trebuchet MS, arial, helvetica, sans-serif;
	color: #4E2B00;
	margin-bottom: 5px;
	}
h3 {
	font-weight: bold;
	color: #7591A7;
	margin: 0;
	}
p {
	margin-top: 0em;
	margin-bottom: 1em;
	}
p.intro {
	font: normal 12px/20px veranda, trebuchet MS, arial, helvetica, sans-serif;
	color: #AAC0D0;
	}
p.serif {
	font: normal 11px/16px times, "times new roman", georgia, times, serif;
	color: #7591A7;
	}
.red {
	color: #CC3300;
	font-weight: bold;
	font-size: 12px;
}
.blue { 
	font-weight: bold;
	color: #7591A7;
	margin: 0;
}

a:link 	{ text-decoration: underline; color: #90827A; }
a:hover { color: #CC0000; text-decoration: underline; }
a:visited { color: #333333; text-decoration: underline; }

/* main divs */

#container {
	width: 690px;
	margin: 0px auto;
	text-align:left;
	background-color:#fff;
	background-image: url(../images/roundedbar.jpg);
	background-repeat: no-repeat;
	}
#introtext {
padding: 0 30px;
}

#mainColumn {
	float: left;
	padding: 0 300px 0 30px;
	}
#longColumn {
	float: left;
	padding: 0 100px 0 60px;
	}
#sidebar {
	width: 250px;
	float: right;
	margin-left: -300px;
	border-left: 1px solid #D9E5EE;
	padding: 0 1.5em;
}
#sideblock {
	padding: 1em;
	background-color: #D9E5EE;
}
#footer {
	clear: both;
	border-top: 1px solid #CCCCCC;
	text-align: right;
	font: normal 9px/16px veranda, trebuchet MS, arial, helvetica, sans-serif;
	}


/* LISTS */
ul { list-style-type: none;
	margin: 0;
	padding: 0;
	}
li a {
	background: left center no-repeat;
	padding-left: 30px;
	text-align: left;
	text-decoration: none;
	color: #999;
	background: url(../images/bullet_arrow.gif) 20px center no-repeat;

	}
	li a:hover {
	color: #FF9900;
	}
li a.on {
	color: #5D859E;
	font-weight: bold;
	}

/* Image management */
img {
	border: 0;
	}
#logo {
	margin: 15px 0 0 10px;
	}
  
