body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #4c68fc;
	background: #011f2f url(../img/tile.jpg) repeat fixed;
}

a:link {
	color: #0000CC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0000ff;
}
a:hover {
	text-decoration: none;
	color: #ff0000;

}
a:active {
	text-decoration: none;
	color: #0099FF;
}

.12pnt {
	font-size: 12px;
	margin: 5px;
	text-indent: 5px;
	padding: 5px;
}

.div12pnt {
	font-size: 12px;
	text-indent: 10px;
	/*width: 400px;*/
	
	margin: 5px;
}
.boxTitle {
	color: #333366;
	background: #9999ff;
	font: bold 16px Arial, Helvetica, sans-serif;
	text-align: center;
	text-indent: 10px;
	padding: 3px;
	border-bottom: 1px solid #000000;
}

.codeHeading {
	font-size: 12pt;
	text-align: left;
	text-indent: 25px;
	letter-spacing: 1px;
	border-bottom: 1px dashed #464646;
}

.codeTitle {
	color: #ccccff;
	background: #000099;
	font: bold 14px Arial, Helvetica, sans-serif;
	text-align: left;
	text-indent: 10px;
	padding: 3px;
	border-bottom: 1px solid #000000;
}

.codeTitle a:link {
	color: #ccff00;
	background: #000099;
	font: bold 14px Arial, Helvetica, sans-serif;
	text-align: left;
	text-indent: 10px;
	padding: 3px;
	border-bottom: 1px solid #000000;
}

.codeDetails {
	color: #333366;
	background: #ffffff;
	text-align: left;
	text-indent: 10px;
	font: 11px Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #9999cc;
	border-top: 1px solid #9999cc;
}

.philDetails {
	color: #333366;
	background: #ffffff;
	text-align: left;
	text-indent: 10px;
	padding: 5px;
	font: 12pt Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #9999cc;
	border-top: 1px solid #9999cc;
}
.greyUnderline {
	
	border-top: thin  #333333;
	border-bottom: thin solid #cccccc;
}
.smaller {
	font-size: smaller;
}

.blackBox {
	border: 1px solid #000000;
}

.indexContent {
	color: #333333;
	font: 1.2em Arial, Helvetica, sans-serif;
}

.titleBigBlueItalic {
	color: #f7f7f7;
	font: italic 24pt   Arial, Helvetica, sans-serif;
	text-align: center;
	margin-top: 15px;
}

.title {
	color: #5388b1;
	font: 16pt Geneva, Arial, Helvetica, sans-serif;
	text-align: left;
	padding: 5px 15px;
	margin-top: 10px;
	border: 1px #99CCFF;
	border-bottom: 1px #000000;
	background: transparent;
}

#nav {
	background: silver url(../img/navBar.jpg);
	color: #03015d;
	text-align: left;
	vertical-align: bottom;
	font-size: 16px;
	font-weight: lighter;
	height: 25px;
	padding-top: 2px;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
}

#nav a:link {
	color: #080080;
	border-right: 1px solid #000000;
	border-left: 1px solid transparent;
	word-spacing: normal;
	padding: 2px 5px 5px;
}

#nav a:visited {
	color: #080080;
	border-right: 1px solid #000000;
	border-left: 1px solid transparent;
	word-spacing: normal;
	padding: 2px 5px 5px;
}

#nav a:hover {
	background: url(../img/navBar2.jpg) repeat-x;
	color: #1000ec;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
	word-spacing: normal;
	padding: 2px 5px 5px;
}

#nav a:active {
	background: url(../img/navBar2.jpg) repeat-x;
	color: #cc0007;	
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	word-spacing: normal;
	padding: 2px 5px 5px;
}

#content {
	padding: 10px;
	background: #f6f5eb;
	color: #000000;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #00000;
	min-height: 450px;
	background-image: none;
	background-position: top right;
	background-repeat: no-repeat;
}

#copyright {
	padding-top: 10px;
	padding-bottom: 5px;
	text-align: center;
	background: #f5f4e3;
	font-size: x-small;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	border-bottom: 1px single #000000;
}
