/****************************************
*			HOMEPAGE STYLESHEET			*
****************************************/



/*********** TYPOGRAPHY **********/

.small{
	/*font-size: 10px;*/
	font-size: 70%;
	color: #262626;
	line-height: 12px;
	padding: 0px;
}

h1{
	margin-bottom: 15px;
	font-size: 175%;
	font-weight: normal;
	text-transform: uppercase;
	color: #000;
}
h2{
	font-weight:normal;
	color: #666666;
	font-size: 150%;
	margin-top: 10px;
}
h3 {
	font-size: 110%;
	font-weight: normal;
	margin-top: 15px;
}
h3 a {
	color: #000;
	font-size: 100%; 
	text-decoration: none;
}
#sidebar h3 {
	background: url(../images/separator.gif) no-repeat;
	font-size: 90%;
	font-weight: bold;
}

.highlight{
	font-weight: bold;
	color: #374a54;
}

/*********** STRUCTURE **********/

/*#header #pre-nav #login {
	background-color:#ffffff;
}

#header #pre-nav #login h3{
	color:#0D6488
}

#header #pre-nav #login label{
	color:#0D6488
}*/

#content #maincontent{
	width:763px;
	margin-right:9px;
	padding:0 0 40px 0;
	border-right:none;
}

#content #maincontent #title-box{
	height:209px;
	display:block;
	background-color:#cfc7c3;
	border:1px solid #820024;
	color:#ffffff;
	padding:0px;
	margin-top:9px;
}

#content #maincontent #title-box div{
	padding:25px 30px 0;
}

#content #maincontent #title-box div h1 {
	margin-top: 3px; 
}

#content #maincontent #title-box div h3 {
	margin: -9px 0 6px 0; 
	font-weight: bold;
}

#content #maincontent #title-box div p{
	padding-bottom: 6px;
	color:#000;
}

#content #maincontent #home-content{
	margin:20px 50px 0 30px;
}

#sidebar .content{
	height:450px;
	margin-top:9px;
	border-left:solid 1px #bcbcbc;
}

