html
{
	margin: 13px;
	padding: 0;
}

body 
{
    background: #465968;
    background-image: url('../images/background.jpg');
    background-repeat: repeat;
    margin:0;
    padding: 0;
    text-align: left;
    font-family: Arial;
    font-size: 12px;
    line-height:17px;
}

p
{
    padding:0px 0px 0px 0px;
    margin:0px 0px 12px 0px;
    text-align: left;
    font-family: Arial;
    font-size: 12px;
    line-height:17px;
}

div
{
    padding:0px 0px 0px 0px;
    margin:0px 0px 0px 0px;
    text-align: left;
    font-family: Arial;
    font-size: 12px;
    line-height:17px;
    font-weight: normal;
    color:black;
}

a 
{
	color: #296b88; 
	text-decoration:none; 
	font-size:12px; 
	font-weight:bold;
	line-height:16px; 
	font-family:"Arial"; 
}

a:hover
{
	color: #000000; 
	text-decoration:none; 
	font-size:12px; 
	font-weight:bold;
	line-height:16px; 
	font-family:"Arial"; 
}

.inputfield
{
    height:17px;
    padding:1px;
    padding-left:4px;
    padding-top:2px;
    font-family: Arial;
    color: #000000;
    font-size: 12px;
    line-height:16px;
	margin-left:5px;
    border-width:1px;
    border-style:solid;
    border-color:#D0DAEE;
}


div#page
{
    position:relative;
    margin: 0 auto;
    width:1000px;
    background-color:White;  
    text-align:left;
    border:solid 2px White;

}

div#topbar
{
    position:relative; 
    width:1000px;
    height:139px;
    background-image: url('../images/topbar.jpg');
}


div#buttonbar
{
    position:relative;
    background: url('../images/buttonbar.jpg') repeat-x;
    height:27px;
    line-height:26px;
    width:1000px;
    text-align:center;
    color:White;
    overflow:hidden;
}

div#buttonbar a
{
    position:relative;
    top:0px;
    color:White;
    font-weight:bold;
    text-decoration: none;
    font-size:14px;
    padding-left:25px;
    padding-right:25px;
    padding-top:5px;
    margin-top:5px;
    padding-bottom:8px;
    height:27px;
    margin:0px;
}

div#buttonbar img
{
     vertical-align:middle;
}

div#buttonbar .splitter
{
    background: url('../images/splitter.jpg') no-repeat top right;
    padding-right:34px;
    height:27px;

}


div#content
{
    position:relative;
    background: White url('../images/pagebackground.jpg') repeat-x;
    min-height:249px;
    width:1000px;
    text-align:left;
}

div#ending
{
    position:relative;
    background-color:white;
    width:1000px;
    height:118px;
    /*background: White url('../images/ending.jpg') repeat-x;*/
}

.floatleft
{
    position:relative;
    float:left;
    display:inline; 
    padding:0px;
}

.floatright
{
    position:relative;
    float:right;
    padding:0px;
    display:inline; 
    border-left: solid 1px #C6C6C6;
}

.registertr
{
    text-align:right;    
}