body {
    
    font-family: "Courier New", arial, sans-serif;
    font-size: 10pt;
    font-weight: normal;
    
    color: #000;
    
    text-align: center;
    text-decoration: none;
    
    background-color: #fff;
    background-image: none;
}

h1, h2, h3 {
    
    font-family: tahoma, arial, sans-serif;
    font-weight: normal;
    
    margin: 0;
    margin-bottom: 10px;
}

h1 { font-size: 18pt; }

h2, h3 {

	font-size: 10pt;
	font-weight: bold;
}

p {
    
    line-height: 1.2em;
    
    margin-bottom: 10px;

    text-align: left;
}

img { border: none; }

a:link, a:visited, a:hover, a:active {
    
    font-family: "Courier New", arial, sans-serif;
    font-size: 100%;
    font-weight: normal;
    
    color: #000;
    
    text-decoration: none;
}

a:hover, a:active, .selected {

	background-image: url('../images/underline.gif');
	background-repeat: repeat-x;
	background-position: 0px 14px;
}

a.selected:link, a.selected:visited, a.selected:hover, a.selected:active { text-decoration: none; }
a.noUnderline:link, a.noUnderline:visited, a.noUnderline:hover, a.noUnderline { text-decoration: none; background-image: none; }

.green { color: #008800; }
.red { color: #ee0000; }

.hideImage {

	width: 0px;
	height: 0px;

	visibility: hidden;
}

div.content_left, div.content_right, div.content_left_col1, div.content_left_col2 { float: left; }

div.content_left { width: 480px; }

div.content_right {

    float: right;
    
    width: 230px;
    
    text-align: right;
    
    margin-left: 20px;
}

div.content_right p { text-align: right; }

div.content_left_col1 {
    
    margin-top: 30px;
    margin-left: -480px;
    
    width: 175px;
}

div.content_left_col2 { margin-left: 175px; }

div.formrow {

    width: 450px;

    margin: 8px 0px;
}

div.formrow label {

    float: left;
    
    width: 100px;
    
    font-weight: bold;
    text-align: right;
    
    margin-right: 30px;
}

.inputtext, textarea {

    border: 1px solid #a9a9a9;

    background-color: #fff;
}

.inputsubmit {
    
    font-weight: bold;
}

textarea {
    
    width: 300px;
    height: 180px;

    text-align: left;
}

div.clear {

	position: relative;

	top: 170px;

	z-index: 9;

        width: 750px;

	overflow-y: auto;
	overflow-x: hidden;

	background-color: #fff;

	clear:both;
}

div#maincontainer {
    
    width: 750px;
    
    text-align: left;
    
    padding-top: 70px;
    margin: 0px auto;
}

div#movieContainer {

    position: absolute;

    z-index: 10;

    top: 0px;
    left: 0px;
}

#moviePlayer { visibility: hidden; }

div#navigation_logo {

	height: 90px;
	
	background-image: url('../images/pony_small_left.png');
	background-repeat: no-repeat;
	background-position: right bottom;
}

div#navigation_logo img { padding-top: 70px; }

div#navigation_top {
    
    float: right;
    
    margin-top: 15px;
    margin-bottom: 50px;
}

div#navigation_top ul { list-style-type: none; }
div#navigation_top li { display: inline; }

div#header {

	position: absolute;
	top: 0px;
	width: 750px;
	padding-top: 70px;

	z-index: 10;

	background-color: #fff;
}

div#header[id] { position: fixed; }

div#errors {

    position: absolute;
    top: 30px;
    z-index: 11;

    display: none;

    padding: 5px;

    margin-bottom: 20px;

    border: 1px solid #a9a9a9;

    background-color: #ddd;
}
