
/*
 * uso_homestyle.css
 */

#bluebackground
{
	margin: 0 10px 15px 10px;
}

/* Left column - Interior Pages */
td.setwidth180 { 
	width: 180px;
	border-top: 1px solid;
	border-left: 1px solid;
	border-bottom: 1px solid;
}

/* Left column - Interior Pages - Alt*/
td.setwidth190 {
        width: 190px;
        border-top: 1px solid;
        border-left: 1px solid;
        border-bottom: 1px solid;
}

/* Left column - Home Page */
td.setwidth200 { 
	width: 200px;
	border-top: 1px solid;
	border-left: 1px solid;
	border-bottom: 1px solid;
}


#column_one
{
	padding: 0 0 0 10px;
/*
	margin: 0;
	background-color: #767DCB;
	background-image: url(/images/leftcol_background2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
*/
}

#column_one h1
{
        font-family: Georgia, "Times New Roman", serif;
        font-size: 1.5em;
	margin-top: 12px;
	color: #0B19C8;

}

#column_one ul
{
        font-family: Georgia, "Times New Roman", serif;
        font-size: .9em;
        font-weight: bold;
        margin: 0 0 10px 0;
        padding: 0;
        list-style-type: none; 
}

/* Middle column */
td.setwidth400 {
	width: 400px;
	border-top: 1px solid;
	border-left: 1px solid;
	border-bottom: 1px solid;
}

#column_two
{
        padding: 0 0 0 10px;
}

#column_two h1
{
        font-family: Georgia, "Times New Roman", serif;
        font-size: 1.5em;
	margin-top: 12px;
	color: #0B19C8;

}

/* Right Column */ 
td.rightcol {
        border-top: 1px solid;
        border-left: 1px solid;
        border-right: 1px solid;
        border-bottom: 1px solid;
}

#column_three {
        padding: 0 10px 0 10px;
}

#column_three h1
{
        font-family: Georgia, "Times New Roman", serif;
        font-size: 1.5em;
        margin-top: 12px;
        color: #0B19C8;

}

/* HOD Blurbs */
#blurbarea
{
	/* width: 90%; */
/*
	background-color: #c7cbf3;
        margin: 10px auto 0 auto;
        padding: 4px 4px 4px 4px;;
*/
}



.blurbhead
{
	padding: 4px 0 8px 8px;
	display: block;
}


.blurbboxes
{
	background-color: #edeffb;
	margin: 0 auto 8px auto;
}

.blurbboxes h2
{
	/* color: #e17b00; */
	color: #f94710;
        font-family: Georgia, "Times New Roman", serif;
	font-size: 1.1em;
	line-height: 140%;
	margin: 0;
	padding: 0 8px;
}

.blurbboxes p
{
	color: #333;
	font-size: .9em;
	line-height: 130%;
	margin: 0 0 5px 0;
	padding: 0 8px;
}

.blurbboxes a:link
{
	color: #333;
	text-decoration: none;
}

.blurbboxes a:visited
{
	color: #333;
	text-decoration: none;
}

.blurbboxes a:hover
{
	color: #333;
	/* text-decoration: underline; */
	text-decoration: none;
}

.blurbboxes a:active
{
	color: #333;
	text-decoration: underline;
}


.arrows
{
	text-decoration: none;
	border-style: none;
}

.blurbboxestopcorners
{
	width: 100%;
	background-image: url(/images/rtcolcorner_tr.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: transparent;
}

.blurbboxesbottomcorners
{
	width: 100%;
	background-image: url(/images/rtcolcorner_br.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

img.blurbboxescorner
{
	width: 4px;
	height: 4px;
	border: none;
	display: block !important;
}

