@charset "utf-8";
/*****************************************************************************************************
Universal and Body Tags
*****************************************************************************************************/
* {
	margin: 0px;
}
body {
	background-color: #392121;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/*****************************************************************************************************
Anchor, Link, Heading and Paragraph Tags
*****************************************************************************************************/
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 120%;
	color: #392121;
	margin: 20px;
}
h1 {
	font-size: 14pt;
	color: #660033;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	line-height: 120%;
}
h2 {
	font-size: 12pt;
	color: #660033;
	margin-left: 20px;
	margin-top: 10px;
}
h3 {
	font-size: 11pt;
	color: #660033;
	margin-left: 20px;
	margin-top: 10px;
	font-style: italic;
}
h4 {
	font-size: 10pt;
	color: #660033;
	margin-left: 20px;
	margin-top: 10px;
}
.common {
	font-style: normal;
	font-weight: bold;
	color: #660033;
	text-decoration: none;
}
a.common:link {
	font-style: normal;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}
a.common:visited {
	font-style: normal;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}
a.common:hover {
	font-style: normal;
	font-weight: bold;
	color: #660033;
	text-decoration: underline;
}
a.common:active {
	font-style: normal;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}
.commonitalic {
	font-style: italic;
	font-weight: bold;
	color: #660033;
	text-decoration: none;
}
a.commonitalic:link {
	font-style: italic;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}
a.commonitalic:visited {
	font-style: italic;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}
a.commonitalic:hover {
	font-style: italic;
	font-weight: bold;
	color: #660033;
	text-decoration: underline;
}
a.commonitalic:active {
	font-style: italic;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}
/*****************************************************************************************************
Other common tags
*****************************************************************************************************/
.orange {
	color: #F37741;
}
.img-border {
	border: thin ridge #FFFFFF;

}
.table_660033 {
	background-color: #FFF1C2;
	border: medium ridge #FFFFFF;
	color: #660033;
	margin-left: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.sevenpoint {font-size: 7pt}
/*****************************************************************************************************
Major Div Tags
*****************************************************************************************************/
#wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #686667;
	border-left-color: #686667;
}
#shadow {
	background-image: url(../images/backgrounds/BSITshadow.jpg);
	background-repeat: repeat-y;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#headerimg {
	height: 200px;
}
#navigation {
	height: 45px;
	background-image: url(../images/navigation/menublank45.jpg);
	background-repeat: repeat-x;
}
#bodyarea {
	background-image: url(../images/backgrounds/BSITbodyarea-bg.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}
#bodyarea #bodyleft {
	width: 680px;
	float: left;
}
#bodyarea #bodyright {
	width: 280px;
	float: right;
	margin-top: 20px;
	background-image: url(../images/backgrounds/redline.gif);
	background-repeat: no-repeat;
}
#bodyright #rightcontent {
	margin-top: 20px;
	width: 270px;
	margin-left: 10px;
}
#bodyarea #footer {
	background-color: #333333;
	clear: both;
	height: 35px;
	background-image: url(../images/backgrounds/BSITfooter.jpg);
	background-repeat: repeat-x;
}
#bodyarea #footer p {
	font-size: 9px;
	color: #FFFFFF;
	vertical-align: middle;
	padding-top: 10px;	
}
/*****************************************************************************************************
BSITportfolio.html Tags
*****************************************************************************************************/
a.portfolio:link {
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a.portfolio:visited {
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;	
}
a.portfolio:hover {
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
a.portfolio:active {
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
/*****************************************************************************************************
BSIThosting.html Tags
*****************************************************************************************************/
.infobox {
	font-size: 14px;
	background-image: url(../images/backgrounds/grey13.gif);
	background-repeat: repeat;
	display: none;
	padding: 10px;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	position: absolute;
	z-index: 1;
	color: #000000;
}
