/*make sure images never have a border*/
img {
	border:0;
}
/*image floats*/
img.floatLeft { 
    float: left; 
    margin: 6px; 
}
img.floatRight { 
    float: right; 
    margin: 6px; 
}
hr {
	color:green;
	background-color:green;
	height:1px;

}
h1 {
	font-size:220%;
	color:green;
	text-align:center;
}
h2 {
	font-size:190%;
	color:green;
}
h3 {
	font-size:160%;
	color:green;
}
h4 {
	font-size:130%;
	color:green;
}
h5 {
	font-size:100%;
	color:green;
}
h6 {
	font-size:70%;
	color:green;
}
body {
	/*thanks to grsites.com for the background*/
	/*background-image:url(/images/keyboardgreen.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:top left, bottom;*/
	background-color:gray;
	font-family: Arial,Helvetica,Geneva,sans-serif;
	font-size: 10pt;
}
A:link {
	text-decoration:none;
	color:green;
	font-weight:bold;
}
A:visited {
	text-decoration:none;
	color:green;
}
#outer {
        text-align:left;
        border-right:5px solid #000000;
        border-top:5px solid #000000;
        border-bottom:5px solid #000000;
        border-left:5px solid #000000;
        width:948px;
        margin:auto;
        background-color:white;
}
/*align all table cells to the top*/
td {
	vertical-align:top;
}
/* box for the left side menu with setup for the links */
.menubar{
        position:relative;
        text-align:center;
        background-color:green;
        border: 0px solid black;
        padding: 2px;
        /*width:940px;*/
	margin-top: 5px;
	margin-bottom: 5px;
	color:white;
}

.menubar a{
	text-decoration:none;
	font-size:100%;
	font-weight:bold;
	font-family:verdana,helvetica,sans-serif;
	color:white;
}
.menubar a:hover {
	color:black;
}
.dashbox {
	border-style: dashed;
	border-width: 2px;
	border-color: green;
	padding: 2px;
	margin-bottom:20px;
	font-weight:bold;
	font-family: georgia,sans-serif;
	text-align:center;
	color:black;
}
#content {
	margin-left:5px;
	margin-right:5px;
	width:930px;
}
.portfolio {
	padding-left:15px;
	padding-right:15px;
	text-align:center;
}
