/* CSS Document */
body {
	font-family:Georgia, "Times New Roman", Times, serif;
	letter-spacing:0.1em;
	background-color: #EEF6F8;
	}
#wrapper {
	text-align: center;
	width: 763px;
	margin-left: auto;
	margin-right: auto;
	height:100%;
}
h1 {
	letter-spacing:0.75em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration:underline;
	font-style:italic;
	font-size: 2em;
	padding: 1em 0 0.5em 0;	
	}
h2 { font-size: 1.0em;
	letter-spacing:0.2em;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
h3 { text-align:left; font-size: 1.4em; font-weight: bold;}
h4, h5, h6 {
	font-size: 1em;
	text-align: left;
}
h4 {
	padding-bottom: 15px;
	}
#content p, li {
	text-align:left;
	padding: 5px 5px;
	margin: 0px;
	}
a {
	color:#000000;
	text-decoration:none;
	}
a:active {
	color:#CCCCCC;
	text-decoration:none;
	}	
a:hover {
	color:#999999;
	text-decoration:underline;
	text-align: center;
	}
		
/*Index Page Styling*/
#indexImage {
	background-image:url(images/moonrise.jpg);
	background-repeat: no-repeat;
	background-position:center top;
	background-color:#0E0E0E;
	color:#FFFFFF;
	}
#indexImage a {
	color:#fff;
	text-decoration:none;
	}
#indexImage #wrapper #footer {
	text-align: left;
	margin-left: 15%;
	bottom: 2%;
}
#indexImage hr {
	color:#FFF;
	background-color: #fff;
	height: 2px;
	}
/*Content Styling*/
.template {
/*	background-image: url(images/background.jpg);
	background-repeat:repeat-y;*/
	}
hr {
	color:#000;
	background-color: #000;
	float:left;
	width: 745px;
	height: 2px;
	}
#content {
	margin-left: 230px;
	margin-right: 5px;
	width:505px;
	text-align: left;
	padding: 0px;
	}
#content ul {
	margin: 0;
	padding: 0.7em;
	line-height: 1.7em;
	font-size:small;
	}
#content p {
	margin: 0px 5px 15px 5px;
	line-height: 1.7em;
	font-size:small;
	padding: 0;
	}
.template #footer p {
	margin: 10px 15px;
	text-align:center;
	}
.template #footer {
	margin: 10px 15px;
	text-align:center;
	}
img.content {
	padding: 15px;
	border: 0;
	}
/*Rounded Corner Styling*/	

.roundedCornerSpacer {
	margin: 0px; padding: 0px; border: 0px;
	clear: both;
	font-size: 1px; line-height: 1px;
}	
.contentWrapper3 {
	position:relative;
	float:left;
	width: 225px;
	margin: 50px 10px 0px 0px;
	text-align: left; /* 2nd part of IE5-5.5 centering hack */
}
.content3{
	width: 100%;
	border: 1px solid #036;
	background-color: #A8D0DB;
	}
.contentWrapper4 {
	position:relative;
	width: 500px;
	margin: 0px;
	text-align: left; /* 2nd part of IE5-5.5 centering hack */
}
.content4{
	width: 100%;
	border: 1px solid #036;
	background-color:#D0E6EC;
	}	
.borderTL, .borderTR, .borderBL,.borderBR {
	position:relative;
	width: 14px; height: 14px;
	padding: 0px; border: 0px;
	z-index: 99;
}
.borderTL, .borderBL { float: left;  clear: both; }
.borderTR, .borderBR { float: right; clear: right; }
.borderTL { margin:  -1px  0px  0px -1px; }
.borderTR { margin:  -1px -1px  0px  0px; }
.borderBL { margin: -14px  0px  0px  0px; }
.borderBR { margin: -14px  -2px  0px  0px; }

/*Navbar Styling*/
ul.navbar {
	margin: 0 0 0 10px;
	}
ul.navbar li {
	padding: 14px 1px;
	list-style:none;
}
ul.navbar li a {
	font-variant: small-caps;
	}	
ul.navbar li a.initialcap:first-letter {
	font-size: 220%;
	line-height: 1.1;
	font-family: "Times New Roman", Georgia, Times;
	float: left;
	padding-right: 0.05em;
	font-weight: 600;
	
}
.portfolioCenter {
	text-align:center;
	}
.imgFloatRight {
	float:right;
	clear:right;
	padding: 0px 5px;
	}

	
/*Latest Assignment Image Handling*/	
.floatright {
	float: right;
	width: 203px;
	margin: 0 0 10px 10px;
	background-color: #EEF6E4;
	padding: 10px;
	border-top: 2px solid #999;
	border-right: 1px solid #555;
	border-bottom: 1px solid #555;
	border-left: 2px solid #999;
	}
.floatleft {
	float: left;
	width: 203px;
	margin: 0 10px 10px 0px;
	background-color: #ddd;
	padding: 10px;
	border-top: 2px solid #999;
	border-right: 1px solid #555;
	border-bottom: 1px solid #555;
	border-left: 2px solid #999;
	}
.caption {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.7em;
	text-align:center;
	}
div.floatright img {
	border-top: 2px solid #555;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 2px solid #555;
	}
.clearright {
	clear:right;
	}
.pulloutBox {
	margin:5px;
	padding:10px;
	font-size:101%;
	border: solid 1px;
	}
