@charset "UTF-8";
/* CSS Document */
body {
	background-color: #101143;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:90%;
	line-height:1.125em;
	margin-top: 30px;
	text-decoration: none;	
}

	
#container {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;	
}

#branding {
	width: 760px;
}

#hrdivider {
	width: 75%;
}

#divider {
	width: 760px;
}

#navigationbar {
	width: 760px;
    margin-bottom:0px;
	margin-left: auto;
	margin-right: auto;
	
}

#divider2 {
	background-color: #101143;
	width: 760px;
	height: 5px;
}

#divider3 {
	background-color: #101143;
	width: 760px;
	height: 5px;
	clear: both;
}

#left {
	width: 500px;
	float: left;
	margin-left: 30px;
	margin-top: 15px;
	margin-bottom: 30px;
	margin-right: 10px;
}

#flash{
	margin-left: 30px;
	margin-right: 30px;
	text-align: center;	
	margin-top: 30px;
	margin-bottom: 30px;
}

#right {
	width: 160px;
	float: right;
	margin-top: 35px;
	
	margin-bottom: 30px;
	margin-left: 55px;
	font-size:larger;
}

#footer {
	clear: both;
	width: 760px;
	font-size: x-small;
	text-align: center;
	margin-top: 5px;
	font-weight: bolder;
}

#tdcenter {
	width: 100px;
}

a:link {
	text-decoration: none;
	color:#000000;
	border:none;
	font-size:small;
	
}
a:visited {
	text-decoration: line-through;
	color:#000000;
	border:none;	
}
a:hover{
	text-decoration:none;
	color:#000000;
	border:none;
	text-transform: uppercase;
	font-size: small;
	}
a.table:link {
	text-decoration: none;
	color:#000000;
	border:none;
}
a.table:visited {
	text-decoration: none;
	color:#000000;
	border:none;
	}
a.table:hover{
	text-decoration:none;
	color:#000000;
	border:none;
	}
#tdportfolio{
	width: 100px;
	height: 100px;
	border:thin;
	text-align: center;
	vertical-align: middle;
}

img{
	border:thin;
}
	

