*
{
    margin : 0px;
    padding : 0px;
    border : 0px;
}

body
{
	font-family : 'Verdana', Sans-Serif;
	font-size : 80%;
	color : #333;
	background : #fff url('images/Background.png') repeat-x;
}

a
{
	color: #7F1D11;
	text-decoration: none;
}

a:hover 
{
	color: #000066;
	text-decoration: underline;
}

#header
{
    background : url('images/Logo.png') no-repeat;
    height : 100px;
}

#header * { display : none; }

#menu
{
    margin : 15px;
    width : 199px;
    border : 1px solid #999;
    float : left;
    background : #E5E5DF;
    font-size : 90%;
}

#menu li
{
    list-style : none;
    padding : 5px 0px 4px 7px;
    font-weight : bold;
    border-top : 1px solid #999;
}

#content
{
    margin : 15px;
    margin-left : 215px;
    padding : 15px;
    height : auto !important;
    height : 400px;
    min-height : 400px;
}

fieldset
{
    padding : 15px;
    width:466px;
    background:url('images/FieldsetBackground.png');
    border: 2px solid #888;
    border-top: 2px solid #ddd;
    border-left: 2px solid #ddd;
    margin : 15px;
}

fieldset h3
{
    background:url('images/FieldsetBackground.png');
    padding : 3px 5px 3px 5px;
    font-size : 120%;
    font-weight : bold;
    color : #800;
    border: 2px solid #ddd;
    border-top: 2px solid #888;
    border-left: 2px solid #888;
}

fieldset label
{
    font-weight : bold;
    color: #fff;
}

fieldset input,fieldset select,fieldset textarea
{
    margin : 15px 15px 5px 15px;
    padding : 2px 3px 2px 3px;
    border: 2px solid #ddd;
    border-top: 2px solid #888;
    border-left: 2px solid #888;
    width : 250px;
}

fieldset .CheckBox input
{
    width : auto;
}

fieldset select, fieldset .ImageButton
{
    margin : 5px !important;
    margin-top : 15px !important;
    width : auto;
}


fieldset option
{
    padding-right : 25px;
}

fieldset .Buttons
{
    font-weight : bold;
    margin-top : 15px;
}

fieldset .error
{
    color : #fff;
    font-size : 80%;
    font-style : italic;
    display : block;
    margin : 10px;
}
    
#copy
{
    text-align : center;
    clear : both;
    font-size : 80%;
    margin-top : 50px;
    margin-bottom : 15px;
}

#nix
{
	display:block;
	height :2px;
	width:2px;
	float:left;
	margin-top:-2px;
	overflow:hidden;
}

#nix:hover
{
	width:16px;
	height:16px;
	margin-top : -16px;
}

#pluto
{
	display:none;
}
