.clearfix {
	margin-top: 8px;
	clear: both;
}
body {
        background: #fff;
        text-align: center;
        font-family:Arial, Helvetica, sans-serif;
        font-size: 0.7em !important;
        color: #333366;
}
#commands {
	float: right;
}
#who {
	float: left;
}

#alpha {
        margin: 0 auto;
        width: 732px;
}
#header {
        padding: 5px;
}
.bold   {
        font-weight: bold;
}
h1, h2, h3 {
        margin: 0;
        margin-bottom: 0.em;
}
h1 {
        font-size: 1.5em !important;
        font-weight:bold !important;
        color: #333;
				text-align: left;
				margin: 1em 0 4px 0;
				text-transform: uppercase;
				clear: both;
}	
h2 {
        font-size: 1.2em !important;
        font-weight:bold !important;
        color: #B5111B !important;
        margin-bottom:0px !important;
        margin-top: -2px !important;
        text-align: left;
}
h3 {
        font-size: 150%;
        font-weight:bold !important;
        margin-bottom:5px !important;
        color: #CC3366;
}
/* Div Classes */
.focus  {
        text-align: left;
}
.margin {
        margin-top:6px !important;
}
.outline {
        margin-left: 8px;
}
.midalign {
        text-align: center;
}
.selectmargin {
        margin-top:6px !important;
        height: 26px;
}
.expandrow {
        text-align: left;
}
.enclosedtext {
        font-size:11px; 
        border:1px solid #dddddd;
        height:50px;
        padding-left: 2px;
        width: 400px;
        overflow:hidden;
}
.floatright {
	float: right;
}
.floatleft {
	float:left;
}

/* End Div Classes */

/* Text Classes */
.notify {
        color: red;
}
.open {
        color: green;
}
fieldset {
        margin: 8px 0 0 0;
        padding: 0px;
				clear: both;
}
legend {
        color: #000099;
				text-align: left;
}
.terms {
        font-weight: bold;
        margin-top: 8px;
}
.column {
        text-align: left;
}
.container a{
        color: #000099;
        text-decoration: underline;
}
.container a:hover {
        color: #333399;
}
.flag a {
        color: green;
}
.footer {
        clear: both;
        margin: 0 auto;
        text-align: center;
}
.footer a {
        color: #000033;
}
.instruct {
        color: #666;
        margin-bottom: 5px;
        font-size: 105%;
}
.row {
    width:630px;
}
.row div { 
        float: left;
        text-align:left;
}
.req {
        color:red;
        font-size:11px;
}
.reqhidden {
        color: white;
        font-size:11px;
}
.submitrow {
   margin-top: 10px;
   padding-top: 10px;
}
.screenshot {
        margin-top: 10px;
        text-align: left;
        width: 700px;
}
.post {
       font-family: 'courier', serif;
       text-align: left;
}

#c_state {
    width: 145px;
}


.new-listing {
    color: green;
    font-weight: bold;
}
.menuitem {
	float: right;
}

.topmenu .menuitem {
	color: black;
	background-color: skyblue;
	padding: 4px 8px 4px 8px;
	margin: 0 0 0 6px;
	font-size: 9pt;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-bottom-right-radius: 8px;
	-moz-border-bottom-left-radius: 8px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}
.topmenu .menuitem a {
	text-decoration: none;
	color: black;
}
.topmenu .menuitem a:hover {
	text-decoration: none;
	color: darkblue;
}

#who {
	color: gray;
	text-transform: lowercase;
}

.edited {
    color: blue;
}
