body {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 11px;
	color: black;
	background-color: #FFFFFF;
	background-image: url(/images/bg-grey.png);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}

* html .byfloatedimage{float: left;} /* IE Only Hack */

.header {
	margin-top: 25px;
	margin-left: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
}

h1 {
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
	background-image: url(/images/box_500_top.png);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	font-weight: bold;
	height: 30px;
	width: 500px;
	padding: 10px 0px 0px;
	margin: 0px;
	text-align: left;
	text-indent: 15px;
}

h1.w {
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
	background-image: url(/images/box_750_top.png);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	font-weight: bold;
	height: 30px;
	width: 750px;
	padding: 10px 0px 0px;
	margin: 0px;
	text-align: left;
	text-indent: 15px;
}

h2 {
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
	background-image: url(/images/box_250_top.png);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	font-weight: bold;
	height: 30px;
	width: 250px;
	padding: 10px 0px 0px;
	margin: 0px;
	text-align: left;
	text-indent: 15px;
}

// h1, h2 { behavior: url(/css/iepngfix.htc); }

p {
	font: normal 12px Tahoma;
	color: #333333;
	padding: 0px 15px 15px;
	margin: 0px;
}
.content {
	font-family: Tahoma;
	font-size: 12px;
	color: #333333;
	margin: 0px;
	padding: 0px;
}
.small {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
}

.featured {
	background-color: #FF0000;
	height: 120px;
	width: 800px;
}
.form {
	font-size: 10px;
}
.footer a {
	color: white;
}
.footer {
	color: white;
}

.loginBox
{
	border: 0px solid #ffffff;
	margin: 10px;
	color: #ffffff;
	width: 150px;
	padding: 6px;
	text-align: center;
	background-color: #ff0000;
	border: 2px solid #cccccc;
	font-size: 10px;
	font-weight: bold;
}

.loginBox a
{
	text-decoration: none;
	color: white;
}

label {
	font-size: 12px;
	float: left;
	width: 270px;
	padding-right: 10px;
	padding-left: 15px;
	padding-bottom: 10px;
}

label2 {
	font-size: 12px;
	color: #FF0000;
	float: right;
	width: 180px;
	padding-right: 10px;
	padding-bottom: 10px;
}

label3 {
	font-size: 12px;
	float: left;
	width: 400px;
	padding-right: 10px;
	padding-left: 15px;
	padding-bottom: 10px;
}

br {
	clear: left;
}

table {
	margin: 10px;
	padding: 0px;
	width: 95%;
}

.red_table {
	color: white;
	background-color: #FF0000;
	margin: 15px;
	padding: 0px;
	width: 94%;
	border: 1px solid white;
	font-weight: bold;
}
ul,ol {
	list-style-image: url(/images/bullet.png);
	list-style-position: outside;
	list-style-type: none;
}
input {
	font-size: 10px;
}

.row_header {
	background-color: #666;
	color: #fff;
}
.alt {
	background-color: #eaeaea;
}

/* LAVALAMP */

/* Styles for the entire LavaLamp menu */
.lavaLamp {
    margin-left: 1px;
    margin-bottom: 0;
    margin-right: 0;
    margin-top: 0;
    position: relative;
    height: 46px; width: 798px;
    background: url("../images/bg_nav.jpg") no-repeat top;
    padding: 0;
    overflow: hidden;
}
    /* Force the list to flow horizontally */
    .lavaLamp li {
        text-align: center;
        margin-left: 4px;
        padding-right: 0px;
        padding-left: 4px;
        margin-right: 20px;
        float: left;
        list-style: none;
        margin-top: 12px;
    }
        /* Represents the background of the highlighted menu-item. */
        .lavaLamp li.back {
            padding-right: 0px;
            background: url("../images/lava2.gif") no-repeat right -30px;
            width: 9px; height: 30px;
            z-index: 8;
            position: absolute;
        }
            .lavaLamp li.back .left {
                background: url(../images/lava2.gif) no-repeat top left;
                height: 30px;
                margin-right: 9px;
            }
            
        /* Styles for each menu-item. */
        .lavaLamp li a {
            margin-left: 10px;
            margin-bottom: auto;
            margin-top: auto;
            position: relative; overflow: hidden;
            text-decoration: none;
            font: 12px helvetica;
            color: #fff; outline: none;
            text-align: center;
            height: 30px; top: 7px;
            z-index: 10; letter-spacing: 0;
            float: left; display: block;
        }
.white {
	color: #FFF;
}
.red {
	color: #F00;
}
