/* ******************** FRAMEWORK LAYOUT IDs ******************** */

* {
	padding: 0;
	margin: 0;
}


#main_page {
	text-align: center;
    width: 800px;
    margin: 0 auto;
}


#page_top {
    
}

    #logo {
        display: block;
        height: 140px;
        width: 600px;
        background: url(images/logo.gif) left top no-repeat;
        margin: 0 auto;
    }


    #main_menu {
        width: 600px;
        height: 350px;
        margin: 0 auto;
        padding: 100px;
        position: relative;
    }

    #main_menu ul li {
        position: absolute;
        text-align: center;
        width: 100px;
        font-size: 12px;
    }

        #main_menu ul li a {
            font-family: "District", Verdana;
        }


#page_content {
	text-align: left;
	width: 800px;
    padding: 20px 0;
}


#page_bottom {
	padding: 20px 0;
	text-align: center;
    font-size: 11px;
}

    #page_bottom_content {
        border-top: 1px solid #A6A8AB;
        padding-top: 20px;
        margin: 0 auto;
        text-align: center;
    }

    #page_bottom a {
        padding: 5px;
    }

.back {
	position: fixed;
	top: 10px;
	left: 10px;
}






/* ***************** FRAMEWORK STYLES **************** */


.wxl {
	width: 860px;
}

.wl {
	width: 600px;
}

.wm {
	width: 420px;
}

.ws {
	width: 240px;
}

.gl {
	padding-left: 20px;
}

.gr {
	padding-right: 20px;
}

.gb {
	padding-bottom: 20px;
}

.gt {
	padding-top: 20px;
}

.gn {
	padding: 0;
}

.fl {
	float: left !important;
	clear: none !important;
}

.fr {
	float: right;
}

.nobg, .nobg td, .nobg th {
    background: none !important;
}

.noborder, .noborder td, .noborder th {
	border: none;
}

/* ************************** HTML AND ALL OF THE OTHER STUFF ************************* */

body {
	background: url(images/bg.gif) left top repeat;
	font-family: Arial, Verdana;
	font-size: 14px;
	text-align: center;
    color: #000;
    line-height: 18px;
}

a {
	color: #000;
	outline: none;
	text-decoration: none;
	cursor: pointer;
}

    a:hover, a:active, a.selected {
        color: #F48120;
    }

    a img {
        border: none;
    }

.center {
	text-align: center;
}

.justify {
	text-align: justify;
}

.right {
	text-align: right;
}

.top {
	vertical-align: top;
}

.middle {
	vertical-align: middle;
}

.clear {
	clear: both;
}

.hide {
    display: none;
}

.fine {
    font-size: 11px;
}



h1 {
    font-size: 24px;
    padding-bottom: 10px;
    line-height: 30px;
    text-align: center;
}

h2, h2 a {
    font-size: 18px;
    padding-bottom: 20px;
}

h3 {
    font-size: 14px;
    padding-bottom: 5px;
}

p {
    padding-bottom: 20px;
}

table {
	width: 100%;
	border-collapse: collapse;
}

th, td {
	padding: 2px 4px;
	border: 1px solid #999;
}

th {
	font-weight: bold;
	background: #FED343 url(images/th_bg.jpg) repeat-x;
}

tr td {
	background: #DDD;
}

tr.zebra td {
	background: #EEE;
}

table.small {
    font-size: 10px;
}


input {
    font-size: 14px;
    border: 1px solid #92989E;
    padding: 2px;
    color: #555;
}

.c1 {
	color: #1D5AB5;
}

.c2 {
	color: #3C3C3C;
}

.c3 {
	color: #FF00FF;
}

.bg_c1 {
	background: #f5f9fc;
}


li {
    list-style: none;
}

ul.bullet li {
    background: url(images/bullet.gif) left 2px no-repeat;
    padding: 0 0 0 20px;
}

P.telluser_error {
	color: #AF151B;
	background-color: #fee;
	border: 1px solid #AF151B;
	padding: 4px;
	text-align: center;
}

P.telluser_ok {
	color: #357F0F;
	background-color: #DFFFCF;
	border: 1px solid #357F0F;
	padding: 4px;
	text-align: center;
}
