* {
	margin: 0;
}
html, body {
	height: 100%;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -75px; /* the bottom margin is the negative value of the footer's height */
}
.footer, .push {
	height: 75px; /* .push must be the same height as .footer */
}
body {
	text-align: center;
	margin: 0;
	padding:0;
	font-family:arial,sans-serif;
	font: 12px/1.5 arial,  sans-serif;
	background-color:#D9D9D9;	
	height:100%; 
}
.wrapper {
	width: 1000px;
	text-align: left;
	background-color:white;
}

.header {
	width: 1000px;
	height: 130px;
	background-image: url(./header.png);
	vertical-align: bottom;
}


.footer {
	width: 1000px;
	margin: 0 auto;
	background-position: bottom;
	background-image: url(./footer.png);
	
}

/*layout for the header */
#unilogo{
        width: 140px;
        padding: 30px 0px 0px 20px;
        float: left;
}

#unilu{
	width:100px;
	height:100px;
}

#headertext{
        padding: 34px 0px 0px 50px;
        float: left;
}

#headersub{
	float: left;
	padding: 0px 0px 0px 50px;
}

#conflogo{
        height: 100px; 
        padding: 25px 25px 0px 0px;
        float:right;
        text-align:right;
        font-size:9pt;
}



/*layout for the navigation bar (the gray horizontal bar)*/
#bar{
        background-color:#848484;
        padding: 5px 0px 3px 0 ;
        margin-bottom: 30px;
}

#nav{
        color: white;
        padding: 0px 0px 0px 210px ;
        font-size:7pt;
}


#nav a {
        color:white;
        text-decoration:underline;
}

#nav a:hover {
	text-decoration: underline overline;
}




/*layout for the left menu */
li.menuitem:hover{
	text-decoration: underline;
}

div#menu{
        float: left;
        width: 210px;
        padding: 0px 0px 0 0px ;
}

div#leftpic{
        float: left;
        width: 210px;
        margin-top:50px;
        clear:left;
	padding-left: 10px;
}

.menuitem a {
        color:#848484;
        font-weight:bold;
        text-align:center;
        text-decoration:none;
        width:150px;
        font-size: 14px;
}

.menumainpage a {
        color: #01A8DC;
        font-weight:bold;
        text-align:center;
        text-decoration:none;
        width:150px;
        font-size: 14px;
}

/* a special class for the menu item which is the active page */
.nodecomenu{
        color:black;
        font-weight:bold;
        font-size: 14px;
}
li.nodecomenu{
        color:black;
}


/* layout for the real content of the page */
div#textcontent{
        width: 770px;
        margin-left: 220px;
}
#content{
        height: 100%;
}

p{
        padding: 0px 20px 10px 0px;

}

/*markup for links header and img elements */
a {
        color: #01A8DC;
        text-decoration:none;
}

#textcontent a:hover {
	text-decoration: underline;
}


h1,h2{
        color:		#848484;
        font-weight:	bold;
	padding-top:	2em;
}
h3,h4,h5,h6,h7,h8{
        color:		#848484;
        font-weight:	bold;
	padding-top:	1em;
}
#headersub h1 {
	font-size: x-large;
}

h1.first,h2.first,h3.first,h4{
	padding-top:	0em;
}


img{    border: 0px;}

ul{
        padding: 0px 0px 10px 0px;
        margin-left: 20px;
}

td {
	vertical-align:	top;
}




/*layout for the footer */
.footer p {
	padding: 10px 0 0 0px;
	color: #848484;
        font: 0.8em arial,sans-serif;
}

.footer a{
        color: #848484;
	text-decoration:none
}


/* some special CSS rules for the member page with the images...*/
div.member{
	width: 200px;
	text-align: center;
}

.member img{
	border:0.5mm solid #848484;
}

.member img:hover {
	border: 0.5mm solid #01A8DC;
}

.floatleft, .startleft {
	float:	left;
	margin-right:	40pt;
}

.startleft {
	clear:	left;
}


/*special class for emailaddress obfuscation */
.removeme {
  display: none; 
}


h2,h3 {
        border-bottom-color: #01A8DC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.no {
	text-decoration: line-through;
}

.yes {
	font-weight: bold;
}

.maybe {
	font-style: italic;
}

.updated {
	color: red;
}