/* 
    Document   : style
    Created on : Nov 20, 2008, 11:15:39 AM
    Author     : Stew Parkin
    Description:
        Purpose of the stylesheet follows.
*/


body {
    width:700px;
    margin:0 auto;    
    background:url('/images/background.jpg') top center no-repeat black;
    font-family:sans-serif;
    font-size:14px;
    text-align:center;
}

img{
    border:none;
}

label{
    text-align:right;
    padding-right:2em;
    vertical-align:top;
}

input{
    display:inline-block;
    width: 200px
}

textarea{
    width: 200px;
}

#header {
    background:url('/images/header.png') no-repeat;
    height:87px;
    width:700px;

}

#navigation{
    background:url('/images/content.png') repeat-y;
    width:700px;;
    border-top:1px solid #3E81B3;
    border-bottom:1px solid #3E81B3;
    padding-top:5px;
    padding-bottom:5px;
    text-indent:10px;
}

#content{
    background:url('/images/content.png') repeat-y;
    width:700px;
    text-align:left
}

#content_text{
    padding:20px;
}

#footer{
    background:url('/images/footer.png') no-repeat;
    
    width:700px;
    height:15px;
    text-align:center;
    
}

#footer_text{
    width:700px;
    margin:0 auto;
    text-align:left;
    color:white;
    
}

table.acom{
    margin:0 auto;
	padding:0.75pt;
	width: 80%;
    border:1px solid black;
}

table.acom th{
	color:#0000FF;
	background:#ccffff;
}

table.acom td{
	text-align:center;
	font-size:12px;
	color: #000080;
    padding:5px;
}

table.acom tr.on{
    background:blue;
}

#form{
    border:1px solid black;
    padding:20px;
}

#form_text{
    padding-right:200px;
    text-align:right;
}

#form.fieldset{
    padding-right:300px;
}



