/*
Style sheet URL: http://eden.rutgers.edu/~mmusillo/hci/stylesheet.css
Site URL: http://eden.rutgers.edu/~mmusillo/hci/
Description: Chronos
Author: Maria Musillo @ Group 6
Notes:  For Educational Purposes Only
*/
body {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-image: url(mainbg.gif);
	background-repeat: repeat-y;
}

a:link {
	font-weight: bolder;
	color:#669084;
	text-decoration: none;
}

a:visited {
	font-weight: bolder;
	color: #669084;
	text-decoration: none;
}

a:hover,{
	font-weight: bolder;
	color: #C2A28D;
	text-decoration: none;
}

a:active {
	font-weight: bolder;
	color: #C2A28D;
	text-decoration: underline;
}

#container {
	width: 760px;
	margin: 0px auto;
	background-color:#FFFFFF;
	border: 4px inset #999999;
	padding: 5px;
}

#header {
	padding: 0px;
	margin: 0px;
	width: 750px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}

#logo {
	float: left;
	width: 350px;
	height: 110px;
}

#pagetitle{
	width: 360px;
	height: 110px;
	font-size: 18px;
	margin-left: 380px;
	text-align: right;
}

#content {
	width: 750px;
	margin-bottom: 5px;
}

#leftcol {
	float: left;
	width: 550px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-right: 4px;
	font-size: 12px;
	border-right-width: 2px;
	border-right-style: dotted;
	border-right-color: #999999;
}

#rightcol {
	width: 180px;
	margin-left: 560px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#copyright {
	width: 750px;
	padding-bottom: 0px;
	padding-top: 5px;
	font-size: 12px;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #999999;
	text-align: center;
}

a.navilink:link, a.navilink:visited {

}

a.navilink:hover, a.navilink:active {

}

p {
	margin: 10px;
}


.clearboth { 
	clear: both; 
}

h3 {
font-size: 14px;
}

h2 {
font-size: 16px;

}

h5 {
font-size: 12px;

}

small {
font-size: 10px;
}
