@charset "UTF-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	font:.8em "trebuchet ms", Verdana, Helvetica, Arial, sans-serif;
	color: #444;
	text-align:center;
	background-color: #fcfaed;
	line-height: 130%;
	}

/***Links***/

div#content a:link, div#content a:visited {
	color: #003366;
	border-bottom: 1px dotted #003366;
	text-decoration: none;
}
div#content a:hover, div#content a:active{
	text-decoration: none;
	color: #336666;
	border-bottom: 1px dotted #336666;
}

/***Headers***/
h1 {
	padding: 10px 10px;
	font-size: 1.5em;
	color: #624a47;
	border-top: 1px dotted ccc;
	border-bottom: 1px dotted ccc}
h2 {
	margin: 10px 10px 7px 10px;
	font-size: 1.3em;
	color: #775e5b}
h3 {
	margin: 10px 0px 5px 10px;
	font-size: 1em;
	color: #907976}
p{
	margin: 0;
	padding: 0 15px 0.7em;
	line-height: 1.5}
.note p {
	font-size: .9em;
	font-style:italic;
	font-weight:500;
	padding: 10px 30px;
}
div#box h2{
	padding:2px 5px;
	margin: 0px;
	font-size: 1.1em;
	color: #775e5b
}
div#box h3 {
	padding: 2px 5px;
	margin: 0px;
	font-size: .9em;
	color: #907976}


/***Wrapper***/
#wrapper {
	width: 700px;
	background-color: #e3e1d3;
	margin:20px auto;
	padding:15px;
	border: 1px solid #c8c6b6;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
}

/* Hide semantic content; keep it readable for screen readers. 
This technique is advocated by WebAIM (http://webaim.org/techniques/css/invisiblecontent/) */
.SemanticContent
{
	position: absolute;
	left: 0;
	top: -500px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}


/*********************
Nifty Corners: rounded corners without images
http://www.html.it/articoli/nifty/index.html
By Alessandro Fulciniti
**********************/

.rtop,.rbottom{display:block}
.rtop *,.rbottom *{display:block;height: 1px;overflow: hidden}
.r1{margin: 0 5px}
.r2{margin: 0 3px}
.r3{margin: 0 2px}
.r4{margin: 0 1px;height: 2px}
.rs1{margin: 0 2px}
.rs2{margin: 0 1px}

/***Container***/
div#container{
	width:700px;
	margin:0px auto;
	background-color:#fcfaed;
	text-align: left}
	
/***Header***/
div#header{
	background-color:#fcfaed;
	padding:10px 20px; 
	height: 100px; 
	background-position:right; 
	background-image:url(images/STC-logo2.jpg); 
	background-repeat: no-repeat;}
div#header h1{
	color: #accdd2;
	font-size: 300%;
	font-weight:900;
	text-align:center}

/***Menu***/
div#menu{
	width:100%;
	background-color:#fcfaed}
ul#nav,ul#nav li{
	list-style-type:none;
	margin:0;padding:0;
	padding-top: 5px;
	line-height: 140%}
ul#nav{
	padding-left:15px; }
ul#nav li{
	float:left;
	width:100px;
	margin-right:2px;
	text-align:center}
ul#nav a{
	float:left;
	width:100px;
	text-decoration:none;
	background-color:#bed2b9;
	color:#4b5545;
	padding-bottom:2px;}
ul#nav a:hover{
	text-decoration:underline;
	color: #fff}
	
/***Content***/
div#content{
	clear:left;
	width:700px; 
	border-top:1px solid #ddd;
	padding-top:15px;
	background-color: #fcfaed}

/***Box***/
div#box{
	float:right;
	display:inline;
	width:150px;
	margin: 5px 15px 20px 5px;
	background:#f1d1ba;
	text-align:left}
div#box p, div#box h1, div#box h2, div#box h3{
	padding:10px}
	
/***Footer***/
div#footer{
	padding-top:5px;
	margin: 20px 0px 0px 0px;
	text-align: center;
	font-size: 90%;
	background: #accdd2;
	color:#FFF;
	clear: both;}
	

