body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	color: #000000;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.content {
	text-align: center;
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
}

.top {
	text-align: center;
	width: 60%;
	margin-left: auto;
	margin-right: auto;
}

p {
	text-align: justify;
}

ol {
	text-align: left;
}

ul {
	text-align: left;
}

td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
}

h1 {
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.6cm;
	color: #000066;
	font-weight: bold;
}

a:link {
	font-size: 12px;
	color: #000066;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	cursor: hand;
	text-decoration: none;
	font-weight: bold;
	border: 0px #CCCCCC;
}

a:visited {
	font-size: 12px;
	color: #000066;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: bold;
	border: #660000;
	text-decoration: none;
}

a:hover {
	font-size: 12px;
	color: #CC6600;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: bold;
}

a:active {
	font-size: 12px;
	color: #CC6600;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	cursor: hand;
	font-weight: bold;
	border: #660000;
	text-decoration: none;
}

.news {
	
}

.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8cm;
	text-align: center;
	font-weight: lighter;
	color: #000066;
	font-variant: normal;
	margin-bottom: 12px;
}

.small {
	font-size: x-small;
}

.date {
	font-size: 9px;
	text-align: center;
}

.subtitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.6cm;
	color: #000066;
	font-weight: bold;
}

.projectBorder {
	border: medium groove #000066;
	vertical-align: text-top;
}

.projNavSidebar {
	background-color: #F3F3F3;
	float: right;
	width: auto;
	border: thin dotted #000066;
	padding-left: 5px;
	padding-right: 5px;
	display: block;
	text-align: right;
	margin-right: 5px;
	margin-left: 5px;
}

.advertisment {
	font-size: x-small;
}

.leftsidebar {
	float: left;
	padding-right: 4px;
	margin: 0px 10px 10px;
	text-align: center;
}

.rightSideAdv {
	font-size: x-small;
	float: right;
	border: thin solid #000066;
	background-color: #F3F3F3;
	margin-left: 5px;
	padding: 5px;
}

.caption {
	font-size: x-small;
}

.rightSideBar {
	padding-left: 10px;
	float: right;
	margin: 0px 10px 10px;
	text-align: center;
}

.subsubtitle {
	font-size: large;
}

.articleTitle {
	text-align: center;
	font-weight: bold;
	font-size: 16px;
}

.articleList {
	text-align: left;
}

.curse {
	background: red;
}

/* Doing the 2nd-level Nav Bar stuff here */
div.nav {
	font-style: normal;
	text-align: center;
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #cccccc;
}

div.nav ul {
	margin-bottom: 0px;
	padding-bottom: 0px;
	text-align: center;
}

div.nav li {
	list-style: none;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
	display: inline;
	margin-right: 0px;
}

div.nav ul li a,div.nav ul li a:visited {
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 3px;
	padding-right: 3px;
	border-width: 0px;
	border-style: solid;
	border-color: white;
	border-bottom-width: 1px;
	border-bottom-color: #cccccc;
}

div.nav ul li a:hover,body#compiler li#compiler_nav a,body#fractal li#fractal_nav a,body#ga li#ga_nav a,body#raytracer li#raytracer_nav a,body#life li#life_nav a,body#othello li#othello_nav a,body#profile li#profile_nav a,body#faith li#faith_nav a,body#resume li#resume_nav a,body#ultimate li#ultimate_nav a,body#deviations li#deviations_nav a,body#rocks li#rocks_nav a,body#rant li#rant_nav a, body#adventures li#adventures_nav a
	{
	border-width: 1px;
	border-color: #cccccc;
	border-bottom-color: white;
	color: #000066;
	padding-left: 2px;
	padding-right: 2px;
}