body.homepage {
    background: url('/assets/6/front_page_bg.jpg') repeat-x;
}

body {
    background: url('/assets/19/page_bg.jpg') repeat-x;
}

h1, h2, h3 {
    font-weight: bold;
    font-family: "Verdana", "Sans-Serif";
}

div.header {
	height: 50px;
	color: white;
	margin-top: 4px;
}

div.header h1 {
    padding: 6px;
    line-height: 42px;
    font-weight: bold;
    font-size: 16pt;
    color: #EEEEEE;
    font-family: "Verdana", "Sans-Serif"; 
    display: inline;
    vertical-align: middle;
}

div.header img {
	vertical-align: middle;
}

div.sub-header {
	height: 308px;
}

div.content {
}

div.sidebar {
}

a.sidebar_image_link {
        font-weight: bold;
        color: black;
}

a.sidebar_image_link img {
        vertical-align: middle;
        margin-right: 10px;
}

div.menu {
}

div.links {
}

/* look and feel overrides */

div.colborder {
	padding-right: 23px;
	margin-right: 25px;
	border-right: 2px dashed #AAAAAA;
}

div.sidebar div.title {
	font-size: 1em;
	font-weight: bold;
	border-bottom: 1px dashed #AAAAAA;
	margin-bottom: 17px;
}
