/*	CSS Sheet for Midterm Project

	Author:  Deborah Suchovsky
	Date:  3/4/08
	
	Filename:  vcimsite.css  */

body {
background: #FFFFFF url(../images/brown.jpg) repeat fixed top left;
font-family: arial, serif, helvetica;
margin: 20px;
font-size: 20pt;
color: #000000;
font-family: arial, serif, helvetica;
}

h1 {
background-image: url(../images/red.jpg); 
color: #FFFFFF;
text-align: center;
line-height: 1.5;
font-size: 40pt;
letter-spacing: 2px;
font-family: times, arial, serif, helvetica;
border: thick groove #FFFFFF;
}

h2 {
color: rgb(128,0,0);
text-align: center;
font-size: 30pt;
font-family: arial, serif, helvetica;
}

h3 {
color: rgb(128,0,0);
text-align: left;
font-size: 24pt;
font-family: arial, serif, helvetica;
}

h4 {
color: rgb(128,0,0);
text-align: left;
font-size: 18pt;
font-family: arial, serif, helvetica;
}

hr {
background-color: rgb(139,0,0);
height: 5px;
}

p {
font-size: 14pt;
color: rgb(128, 0,0);
font-family: arial, serif, helvetica;
margin-left: 20px;
margin-right: 20px;
line-height: 1.2;
vertical-align: top;
}

p.linkprops {
font-size: 16pt;
font-family: arial, serif, helvetica;
text-align: left;
}

a:link {color: rgb(34,139,34); text-decoration: underline}
a:visited {color: maroon; text-decoration: underline}
a:hover {color: red; text-decoration: underline}
a:active {text-decoration: underline}

.tableprops {
padding: 20px;
border: 5px double rgb(139,0,0);
table-layout: fixed
}

.assignments {
text-align: center;
font-size: 12pt;
color: rgb(255,255,255);
background-image: url("../images/splash.jpg");
width: 300px;
}

.assignlinks {
padding: 10px;
background-color: #FFFFFF;
float: none;
text-align: center;
color: rgb(128,0,0);
font-size: 12pt;
margin-left: 30px;
}

.listprops {
font-size: 14pt;
vertical-align: top;
color: rgb(128,0,0);
}

dt {
font-size: 16pt;
font-style: italic;
color: rgb(128,0,0);
}

dd {
font-size: 14pt;
font-style: normal;
color: rgb(178,34,34);
}

div {
line-height: 1.2;
margin: 20px;
}

.imageprops {
float: right;
margin: 20px;
}

.imagepropsleft {
float: left;
margin: 20px;
}

p.imageprops {
font-size: 10pt;
font-family: arial, serif, helvetica;
color: rgb(128,0,0);
}

p.imagepropsleft {
font-size: 10pt;
font-family: arial, serif, helvetica;
color: rgb(128,0,0);
}

