body, html {

	margin:		0px;

}

body {

	background:	url('bg.png') repeat-y #FFF;

	margin: 	0px;

}

body,table,td,textarea,input {

	color: 		#000;

	font-family: 	"Trebuchet MS", "Luxi Sans", "Helvetica", sans-serif;

	font-size: 	9pt;

}

#logo {

	position: 	absolute;

	top:		50px;

	left:		120px;

}

#logo a img {

	border:		0px;

}

#title {

        position:       absolute;

        top:            90px;

        left:           290px;

	width:		400px;

        font-size:      30px;

	font-weight:	bold;

}

#subtitle {

        position:       absolute;

        top:            120px;

        left:           290px;

        width:          400px;

        font-size:      20px;

        font-weight:    bold;

        color:          #05AB05;

}

#main {

        position:       absolute;

        top:            220px;

        left:           290px;

        width:          400px;

        text-align:     justify;

        padding-bottom: 50px;

}

#stuff {

	position:	absolute;

	top:		220px;

	left:		20px;

	width:		170px;

	overflow:	hidden;

}

a,a:active,a:visited 	{ color : #0000CC; text-decoration : none; }

a:hover 		{ color : #000; text-decoration : underline; }

#stuff a,#stuff a:active,#stuff a:visited	{ color : #692D00; text-decoration : none; }

#stuff a:hover                 			{ color : #000; text-decoration : underline; }

#main h1 { 

	font-size:	14pt; 

	background:	url('block4.gif') no-repeat 0px 4px;

	padding-left:	20px;

}

#stuff h1 { 

	font-size:	10pt; 

        background:     url('blockinv.gif') no-repeat 0px 4px;

        padding-left:	14px;

	margin-top:	20px;

}
h2 { 
        font-family: 	"Verdana", sans-serif;
        font-weight:	normal;
	font-size:	9pt;
        padding-left:	18px;
	margin-top:	5px;
}

#main a img { border: 1px dashed #F90; }

#main h3 a img { border: 0px; }

input,textarea {

        border: 		1px solid #FFFFFF;

        background-color: 	#FFF;

}

#stuff input, #stuff textarea {

	border:			1px solid #000;

}

h3 {

	font-family:	"Verdana", sans-serif;

	font-weight:	normal;

	font-size:	8pt;

	text-align:	right;

	border-bottom:	1px solid #0000CC;

	margin-bottom:	40px;

}

td.calendartoday {

	background-color:	#DDD;

	font-weight:		bold;

}

#stuff label { visibility:hidden; display:none; } 

#stuff legend { visibility:hidden; display:none; } 

#stuff fieldset { border:0; padding:0; margin:0; } 