html{
	height:101%;
}

body{ 
	font: 13px Trebuchet MS;		/* changing font to my liking */
	background: #f0f0f0 url	/* adding the shadowy lines left and right of the page (images/header.jpg) repeat-x;*/
}

table{
	width: 100%;
	font: 13px Trebuchet MS;
	text-align: left;
}

th{
	background: url(images/tableHeader.jpg) repeat-x;
}

td{
	vertical-align: top;
}

img{
	border: 0px;
}

a{
	text-decoration:none
}

/* headers */
h1{
	font: 16px Trebuchet MS;	/* changing font to my liking */
	font-weight: bold;
	margin: 0px auto;
	margin-top: 2em;			/* creating space above a header */
	margin-bottom: 1em;			/* creating space above a header */
	padding: 2px;
}

h2{
	font: 13px Trebuchet MS;
	font-weight: bold;
	padding: 0px;
	margin-top: 2.5em;
	margin-bottom: 0.5em;
}

h3{								/* is used in the vertical bar */
	font: 12px Trebuchet MS;
	font-weight: bold;
	margin: 0px auto;
	margin-top: 23px;			/* creating space above a header */
	margin-bottom: 10px;		/* creating space below a header */

}

h4{								/* is used in the vertical bar */
	font: 12px Trebuchet MS;
	font-weight: bold;
	margin: 0px auto;
	margin-top: 6px;			/* creating space above a header */
	margin-bottom: 10px;		/* creating space below a header */

}

/* areas of the page */
#logo{
	background: url(images/logo_new.png) no-repeat; 
	/*background: url(images/logo.jpg) no-repeat; */
	height: 150px;
}

#menu{
	background: url(images/menu2.jpg) repeat-x;
	padding-top: 3px;
	padding-right: 3px;
}

#adds{
	width: 169px;
	height: 248px;
	background: #ffffff url(images/shade.jpg) right repeat-y;
	text-align: center;
	vertical-align: top;
	padding-left: 10px;
	padding-right: 10px;
}

#bar{
	border:1px solid grey;
	font: 11px Trebuchet MS;
	background: #506A8F  repeat-x top;
	color: #ffffff;
	vertical-align: top;
	padding: 10px;
	
	padding-bottom: 25px;
}

#where{
	font: 12px Trebuchet MS;
	color: #a8a8a8;
}

#content{
	font: 13px Trebuchet MS;
	width: 700px;
	background: #ffffff;
	padding: 90px;
	padding-top: 35px;
	padding-bottom: 55px;
	vertical-align: top;
	text-align: justify;
}


/* navigation menu */
#nav-menu ul{
	font: 12px Trebuchet MS;
	list-style: none;
	padding: 0;
	padding-left: 185;
	margin: 0;
}

#nav-menu li{
	float: left;
	padding: 1px;
	margin: 0;
}

#nav-menu li a{
	line-height: 1em;
	float: left;
	display: block;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	padding: 0;
	margin: 0;
	margin-top: 0;
	margin-bottom: 0;
	background: url(images/sep.jpg) no-repeat;
	padding: 5px;
	padding-left: 5px;
} 


/* table properties */
#doc-table{
	font: 11px Verdana;
	border-spacing: 3px;
	color: black;
	width: 580px;
	border-collapse: collapse;
	border-spacing: 0px;
	border-bottom: 1px solid #f2f5ed;
}
 
#doc-row{
	border-spacing: 1px;
	border-bottom: 1px solid #ffffff;
	padding: 5px 20px 4px 20px;
}

#box{
	border: 1px solid #cccccc;
}

#header{
	line-height: 14px;
}


/* everything else*/
#leftCol{				/* organizing consortium */
	width: 310px;
}

#bullet{				/* making sure all lists are nice and similar (sum up lists with bullets) */
	list-style-position: outside;
	list-style-image: url(images/bullet.jpg);
	margin-left: 30px;
	padding-left: 5px;
	margin-bottom: 10px;
}

#back-to-top{			/* back to top image for the huge amount of project information */
	width: 15px;
	border: 0px;
	float: right;
	margin-top: 0px;
}

#addHome{				/* styling font for the addlike first page */
	font: 15px Trebuchet MS;
	font-weight: bold;
	text-align: center;
}

#home{					/* styling the home image */
	width: 270px; /*372px;*/
	text-align: center;
}

#empty{					/*  */
	background: #ffffff url(images/shade.jpg) right repeat-y;
}

#email{
	font: 12px Verdana;
	color: #ffffff;
	text-decoration: underline;
}

#inside{
	 color: black;
}

#link{
	color: #456387;
}

a:hover{
	text-decoration: underline;
}

#change{
	text-align: right;
}

#clean{
	text-decoration: none;
}