@charset "UTF-8";
/* CSS Document */
/* dmt1.css                       */
/* --------------------------------- */
/* Created       2009-03-18          */
/* Copyright (c) 2009 by             */
/* Kimberly McBride, McBride Design  */
/* All rights reserved.              */
/* --------------------------------- */

body {
	margin: 0px 0px 0px 0px;
	background: #f2eeed;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height:15px;
	color: #3e75a5;
	background-image:url(images/background.jpg);
	background-repeat: repeat-x;
}

h2 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
}

a:link
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height:15px;
	color: #827671;
	text-decoration: none;

}


a:visited
{
	color: #827671;
	text-decoration: none;
}

a:hover
{
	color: #827671;
	text-decoration: underline;
}

a:active
{
	color: #827671;
	text-decoration: underline;
}

div.scrollholder
{
    position: relative;
    width: 472px; height: 360px;
    overflow: auto;
    z-index: 2;
}

div.scroll
{
    position: absolute;
    left: 0; top: 0;
    width: 95%;
    z-index: 3;
}

/* <Scrollbar> */
div.track
{
    position: relative;
    float:right;
    top: 0; 
    width: 8px; height: 99%;
    font-size: 0;
    z-index: 4;
	border: solid #3e75a5 1px;
}

div.drag_bar
{
    position: absolute;
    width: 100%; height: 12px;
    cursor: pointer;
    z-index: 5;
    background: #3e75a5;
}


.footer
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #3e75a5;
}

.footer a:link
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #3e75a5;
	text-decoration: none;

}


.footer a:visited
{
	color: #3e75a5;
	text-decoration: none;
}

.footer a:hover
{
	color: #827671;
	text-decoration: underline;
}

.footer a:active
{
	color: #827671;
	text-decoration: underline;
}

/* <Test Scrollbar> */

.scrollgeneric {

line-height: 1px;
font-size: 1px;
position: absolute;

top: 0; left: 0;
}



.vscrollerbase {

width: 10px;
background-color: #c7c1be;
/*border: solid #3e75a5 1px;*/
}

.vscrollerbar {

width: 10px;

background-color: #3e75a5;

}


#mycustomscroll {

/* Typical fixed height and fixed width example */

width: 460px;

height: 364px;

overflow: auto;

/* IE overflow fix, position must be relative or absolute*/

position: relative;


margin: 0px;

padding: 0px 10px 0px 0px;

}


.flexcroll
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height:15px;
	color: #3e75a5;
}

.flexcroll a:link
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height:15px;
	color: #827671;
	text-decoration: none;

}


.flexcroll a:visited
{
	color: #827671;
	text-decoration: none;
}

.flexcroll a:hover
{
	color: #827671;
	text-decoration: underline;
}

.flexcroll a:active
{
	color: #827671;
	text-decoration: underline;
}
	
