/* CSS Document */
body {
	margin:0;
	background-image: url(images/backgroundGraphic.jpg);
	background-repeat: repeat-x;
	font-style: serif;
	}
	
/*---------------------------Various Element Formatting */
#bold {
	font-weight: bold;
	}

#portLink {
	text-align:center;
	}
	
#portLink a{
	text-decoration: none;
	font-weight: bold;
	font-family: sans-serif;
	color:rgb(0,0,255);
	border-bottom: solid rgb(225,225,225);
	border-right: solid rgb(225,225,225);
	width:65%;
	background-color:rgb(240,240,240);
	}
	
#portLink a:hover {
	color: rgb(255,255,255);
	background-color: rgb(100,100,100);
	border-bottom: solid rgb(80,80,80);
	border-right: solid rgb(80,80,80);
	}	
	
/*-----------------------caption */
td.caption {
	font-size: 80%;
	text-align: right;
	padding: .1cm 0cm;
	}
/*-----------------------headline */
td.headline {
	font-size: 320%;
	font-weight: bold;
	text-align: center;
	}
/*-----------------------main navigation */
#navcontainerMain ul {
	margin: 0% 0%;
	list-style-type: none;
	text-align: center;
	}

#navcontainerMain ul li {
	display: inline; 
	font-family: sans-serif;
	font-size: 85%;
	padding: 0px 5px 0px 5px;
	}

#navcontainerMain ul li a {
	text-decoration: none;
	/*width: 50%;*/
	color: rgb(255,255,255);
	background-color: rgb(0,0,0)
	}
#navcontainerMain ul li a:hover {
	color: rgb(255,255,255);
	background-color: rgb(190,190,190);
	}
/*----------------------content  */	
/* Space all text on left and right sides of content */
p.mainContent {
   	margin: .2cm .4cm .2cm .4cm;
   }

/* Make heading bold and spacing vert horz */
p.heading {
	font-weight: bold;
	font-size: 120%;
	text-align: center;
	margin: .2cm .3cm .2cm .3cm;
	}
	
/* Make dropcaps */
span.dropCap {
	float:left;
	width:9%;
	font: bold 280% "new century schoolbook", "Times New Roman", sans-serif;
	line-height: 80%;
}
	
/* Left column and middle line */
td.leftCol {
	vertical-align:top; 
	width: 50%;
	border-left: hidden;
	border-top: hidden;
	border-bottom: hidden;
	border-right: solid rgb(0,0,0);
	border-right-width: 1px;
	}

/* Right column */
td.rightCol { 
	vertical-align:top; 
	width: 50%;
	border-left: solid rgb(0,0,0);
	border-left-width: 1px;
	border-top: hidden;
	border-bottom: hidden;
	border-right: hidden;
	 }	 
	 
/*-----------------------------footer */
div.footer {
	text-align: center;
	font-family: sans-serif;
	margin: 1em;
	font-size: 80%;
	}

/* 
#navcontainer ul {
	margin: 1em 0em;
	padding:0;
	list-style-type: none;
	text-align: center;
	}

#navcontainer ul li {
	display: inline; 
	font-family: sans-serif;
	}
#navcontainer ul li a {
	text-decoration: none;
	padding: .2em 1em;
	}
#navcontainer ul li a:hover {
	color: rgb(255,0,0);
	background-color: rgb(0,255,0);
	}
	
	*/