body {
	background: #ffffff;
	padding: 0px;
	margin: 0px;
	}

h1 {
	font-family: "verdana", sans-serif;
	font-size: 30px;
	text-decoration: none;
	color: #000000;
	margin-top: 30px;
	margin-bottom: 0px;
	}

h2 {
	font-family: "verdana", sans-serif;
	font-size: 20px;
	text-decoration: none;
	color: #000000;
	margin: 0px;
	}

h3 {
	font-family: "arial", sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #000000;
	margin: 0px;
	}

/*Font for main page (index.html) header*/	
h4 {
	font-family: "verdana", sans-serif;
	font-size: 30px;
	text-decoration: none;
	color: #ffffff;
	margin-top: 30px;
	margin-bottom: 0px;
	}

h5 {
	font-family: "verdana", sans-serif;
	font-size: 14px;
	text-decoration: none;
	color: #000000;
	margin-top: 5px;
	margin-bottom: 0px;
	}
	
p {
	font-family: "verdana", sans-serif;
	font-size: 12px;
	text-decoration: none;
	text-align: justify;
	color: #000000;
	margin-top: 7px;
	margin-bottom: 7px;
	margin-left: 10px;
}

img {
	display:block; /*images must be set to block in order use auto margins*/
	margin:0 auto; /*centers images in most browsers*/
	text-align:center; /*centers images in older browsers*/
	border-style: none;
   } 
   
img.floatLeft { 
    float: left; 
    margin: 0px; 
}
img.floatRight { 
    float: right; 
    margin: 0px; 
}

/*Class1 links are the title bar navigation links*/
.class1 a:link{
	font-family: "verdana", sans-serif;
	font-size: 15px;
	text-decoration: none;
	color: #122d6b;
	}
.class1 a:visited{
	font-family: "verdana", sans-serif;
	font-size: 15px;
	text-decoration: none;
	color: #122d6b;
	}
.class1 a:active {
	font-family: "verdana", sans-serif;
	font-size: 15px;
	text-decoration: none;
	color: #122d6b;
	}
.class1 a:hover {
	font-family: "verdana", sans-serif;
	font-size: 15px;
	text-decoration: underline;
	color: #000000;}

/*Class2 links are the links within the webpage*/	
.class2 a:link{
	font-family: "verdana", sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #122d6b;
	}
	
.class2 a:visited{
	font-family: "verdana", sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #122d6b;
	}
.class2 a:active {
	font-family: "verdana", sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #122d6b;
	}
.class2 a:hover {
	font-family: "verdana", sans-serif;
	font-size: 12px;
	text-decoration: underline;
	color: #000000;}
	
/*Class3 links are the links at the bottom of the page (quasi-footer)*/	
.class3 a:link{
	font-family: "verdana", sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #ffffff;
	}
.class3 a:visited{
	font-family: "verdana", sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #ffffff;
	}
.class3 a:active {
	font-family: "verdana", sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #ffffff;
	}
.class3 a:hover {
	font-family: "verdana", sans-serif;
	font-size: 12px;
	text-decoration: underline;
	color: #ffffff;}

/*Class4 links are the side bar navigation links of the personal page*/
.class4 a:link{
	font-family: "verdana", sans-serif;
	font-size: 15px;
	text-decoration: none;
	color: #413839;
	}
.class4 a:visited{
	font-family: "verdana", sans-serif;
	font-size: 15px;
	text-decoration: none;
	color: #413839;
	}
.class4 a:active {
	font-family: "verdana", sans-serif;
	font-size: 15px;
	text-decoration: none;
	color: #413839;
	}
.class4 a:hover {
	font-family: "verdana", sans-serif;
	font-size: 15px;
	text-decoration: underline;
	color: #000000;}



.textheader {
	font-size: 12px ;
	font-family: "verdana", sans-serif;
	color: #ffffff;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: justify;
	text-align: left;
	list-style: none;
}

.text {
	font-size: 12px ;
	margin-left: 25px;
	margin-right: 25px;
	margin-top: 3px;
	margin-bottom: 3px;
	text-align: justify;
	text-align: left;
	list-style: none;
}

.textcenter {
	font-size: 12px ;
	margin-left: 50px;
	margin-right: 50px;
	margin-top: 3px;
	margin-bottom: 3px;
	text-align: justify;
	text-align: center;
	list-style: none;
}

.textresumename {
	font-size: 22px ;
	font-family: "Times New Roman", serif;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: justify;
	text-align: center;
	list-style: none;
}

.textresumeheader {
	font-size: 13.5px ;
	font-family: "Times New Roman", serif;
	margin-left: 50px;
	margin-right: 50px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: justify;
	text-align: center;
	list-style: none;
}

.textresumetitle {
	font-size: 13.5px ;
	font-family: "arial", sans-serif;
	margin-left: 50px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: justify;
	text-align: left;
	list-style: none;
}

.textresume {
	font-size: 12px ;
	font-family: "arial", sans-serif;
	margin-left: 60px;
	margin-right: 50px;
	margin-top: 3px;
	margin-bottom: 3px;
	text-align: justify;
	text-align: left;
	list-style: none;
}

.textfooter {
	font-size: 12px ;
	font-family: "verdana", sans-serif;
	color: #ffffff;
	margin-left: 25px;
	margin-right: 25px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: justify;
	text-align: left;
	list-style: none;
}

/*textsidebar font is the side bar navigation links of the personal page*/
.textsidebar {
	font-family: "verdana", sans-serif;
	font-size: 15px;
	text-decoration: none;
	color: #413839;
	text-align: left;
	}

.background {
	background: #122d6b;
	padding: 0px;
	margin: 0px;
	}

.gradient {
	vertical-align: middle;
	width: 900px;
	padding: 0px;
	margin: auto;
	background: url(images/css-gradient.png) repeat-x;
	border-style: solid;
	border-color: #000000;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	}

.subpage {
	vertical-align: middle;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 0px;
	margin-top: 40px;
	margin-bottom: 15px;
	background-color: #4dc1f8;
	}

.content {
	vertical-align: middle;
	margin-left: 0px;
	margin-right: 0px;
	background: #ffffff;
	border-style: solid;
	border-color: #000000;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	}


.title {
	width: 800px;
	padding: 0px;
	margin: 0px;
	background: #ffffff;
	border-style: solid;
	border-color: #000000;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	}

/*Code style sheet section for Research pages*/
/*BEGIN*/	
.code {
	font-family:  "Courier New", Courier, monospace;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 20px;
	margin-right: 20px;
	background: #f0f0f0;
	border: solid thin #999999
 }
.codehighlight {
	background-color: #99ff33;
	}
.codecomment {
	color: #808080;
	}
.codecommand {
	color: #996600;
	}
.codevoid{
	color: #ff9900;
	}
.codefunction{	/*used for 'setup' and 'loop'*/
	color: #993300;
	font-weight: bold;
	}
.codepin{	/*used mostly for 'OUTPUT' and 'INPUT'*/
	color: #cc0000;
	font-weight: bold;
	}
/*END*/
	
/*Personal style sheet section*/
/*BEGIN*/
#wrap {
	width: 900px;
	margin: auto;
	background-color: #c8c8c8;
	}

#header {
	padding: 10px;
	}

#sidebar {
	float: left;
	width: 130px;
	padding: 10px;
	}

#main {
	float: right;
	width: 720px;
	padding: 10px;
	margin-right: 10px;
	background: #888888;
	}

#footer {
	clear: both;
	padding: 5px;
	}

#standaloneouter {
	margin: 10px;
	padding: 5px;
	background: #888888;
	}

#standaloneinner {
	margin: 5px;
	padding: 10px;
	background: #ffffff;
	}
/*END*/
	
.alignleft {
	   float: left;
	   }

.alignright {
	    float: right;
	    }

/*Define different Table types and propoerties*/
/*BEGIN*/
table.one {
	table-layout: auto;
	}
	
table.onecustom {
	table-layout: auto;
	border-width: 1px;
	border-spacing: ;
	border-style: solid;
	border-color: #000000;
	border-collapse: collapse;
	}

table.onecustom th {
	border-width: 1px;
	padding: 1px;
	border-style: solid;
	border-color: #000000;
	}
	
table.onecustom td {
	border-width: 1px;
	padding: 1px;
	border-style: solid;
	border-color: #000000;
	}

table.two {
	table-layout: fixed;
	}
	
table.twocustom {
	table-layout: fixed;
	border-width: 1px;
	border-spacing: ;
	border-style: solid;
	border-color: #000000;
	border-collapse: collapse;
	}

table.twocustom th {
	border-width: 1px;
	padding: 1px;
	border-style: solid;
	border-color: #000000;
	}

table.twocustom td {
	border-width: 1px;
	padding: 1px;
	border-style: solid;
	border-color: #000000;
	}
/*END*/