html{
	width: 97%;
}

BODY {
	font-family : "Times New Roman", Arial, sans-serif;
	background-color: #2F4F4F;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
}

#Menu{
	background-color : Black;
}

#MainBlurb{
	background-color : #F0F8FF;

	border-right-color : Gray;
	border-right-style : solid;
	border-right-width : 12px;

	border-left-color : #5f9ea0;
	border-left-style : solid;
	border-left-width : 10px;

}

#MainMessage{
	background-color : Silver;
	border : thin;
	border-color : Black;
	border-style : solid;
	visibility: visible;
}

#Logo{
	background-color : #F0F8FF;
	text-align : left;
	padding-left : 10px;
		
	border-left-color : Black;
	border-left-style : solid;
	border-left-width : thin;
	
	border-right-color : Black;
	border-right-style : solid;
	border-right-width : thin;
	
	border-top-color : Black;
	border-top-style : solid;
	border-top-width : thin;
	
	border-bottom-color : Black;
	border-bottom-style : solid;
	border-bottom-width : thin;
	
}

.tagline1{
	font-size : 120%;
	font-family : sans-serif;
	color : #5f9ea0;
	font-weight : bold;
	padding-left: 5%;
	padding-right: 5%;
}

.tagline2{
	font-size : 105%;
	font-style : italic;
	font-family : sans-serif;
	color : #5f9ea0;
	font-weight : bold;
	text-align: center;
}

.menu_img{
	margin-top: 10px;
	margin-bottom : 10px;
}

.menuitem{
	font-family : sans-serif;
	color : white;
	font-weight : bold;
	padding-bottom : 1px;
	padding-top : 1px;
}

.mainblurb{
	text-align: center;
	font-size : 150%;
	font-weight : bold;
	color : Black;
	padding-bottom : 2px;
	padding-left : 6%;
	padding-right : 6%;
	padding-top : 10px;
}

A.menuitem:ACTIVE {
	text-decoration : none;
	color : white;
}

A.menuitem:HOVER {
	text-decoration : none;
	color : white;
}

A.menuitem:LINK {
	text-decoration : none;
	color : white;
}

A.menuitem:VISITED {
	text-decoration : none;
	color : white;
}

.HomeMsgTitle{
	font-family : sans-serif;
	font-size : 120%;
	font-weight : bold;
	color : Black;
	margin-top : 10px;
	margin-bottom : 2px;
}

.HomeMessageBox{
	background-color : Silver;
	border : thin;
	border-color : Black;
	border-style : solid;
}

.HomeMessage{
	font-weight : bold;
	font-size : 105%;
	font-family : sans-serif;
	margin-left : 7px;
	margin-right : 5px;
	margin-top : 5px;
	margin-bottom : 6px;
	color : Black;
	padding-top : 5px;
}

UL.mainpage {
	margin-top : 5px;
	margin-bottom : 30px;
	margin-left : 30px;
	margin-right : 10px;
	text-align : left;
	font-weight : bold;
	font-size : 105%;
	color : Black;
}

LI.mainpage1 {
	margin-top : 0px;
	margin-bottom : 20px;
}

.topmenu{
	font-family : sans-serif;
	font-size : 90%;
	color : Gray;
	font-weight : bold;
	padding-bottom : 1px;
	padding-top : 1px;
	text-decoration : none;
}

.pageheading{
	font-style : italic;
	font-family : cursive;
	font-size : 150%;
	font-weight : bold;
	color : #2F4F4F;
}

.pageinfo{
	font-size : 104%;
	font-style : normal;
	color: #2F4F4F;
	text-align : left;
	padding-left : 7px;
	padding-right : 10px;
}

#portfoliobutton{
	position : relative;
	top : 8px;
}

.centerit{
	text-align : center;
}

UL.topmargin {
	margin-top : 5px;
	margin-bottom : 30px;
	margin-left : 30px;
	margin-right : 10px;
	text-align : left;
	}

