@charset "utf-8";
#insideport {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	height: 25px;
}

/* CSS Document */

body {
	background-color: #cccccc;
}
#container {
	width: 972px;
	margin-right: auto;
	margin-left: auto;
	background-color: #a5a5a5;
	background-image:url(border.jpg);
	background-repeat: repeat-x;
	border: thin solid #999999;
	height: 1525px;
}
#content {
	width: 910px;
	padding: 20px;
	height: 100%;
}
#content #ftr {
	height: 100%;
}

#inside {
	margin: 10px;
	width: 952px;
	background-color: #FFFFFF;
	border: thin solid #CCCCCC;
	height: 1500px;
}
#htop {
	height: 28px;
	width: 952px;
	background-color: #000000;
}

#hleft {
	height: 325px;
	width: 620px;
	float: left;
	padding: 10px;
	/*background-image: url(headerpix.jpg);
	background-repeat: no-repeat;*/
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#hright {
	height: 330px;
	width: 282px;
	border: thin none #000000;
	float: left;
	padding: 10px;
}
#hcontainer {
	height: 400px;
	width: 950px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-bottom-style: dashed;
	margin-top: 10px;
	padding-bottom: 20px;
}
#footer {
	width: 972px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
h1 {
font-size:large;
text-align:left;
background-color:#000000;
color:#ffffff;
padding-left:20px;
}

h2 {
font-size:large;
text-align:center;
color:#000000;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.nav{
	width: 250px; /*width of menu*/
	margin-right: auto;
	margin-left: auto;
}

.nav .headerbar{
	font: bold 14px Arial;
	color: white;
	margin-bottom: 10px; /*bottom spacing between header and rest of content*/
	text-transform: uppercase;
	padding: 4px 0 4px 10px; /*header text is indented 10px*/
	background-color: black;
	background-image: url(titlebar.jpg);
	background-repeat: repeat-x;
	background-position: left center;
}

.nav ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.nav ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.nav ul li a{
	color: #333333;
	background: url(arrowbullet.png) no-repeat center left; /*custom bullet list image*/
	display: block;
	padding: 2px 0;
	padding-left: 19px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #dadada;
	font-size: 90%;
}

.nav ul li a:visited{
	color: #B9BBD0;
}

.nav ul li a:hover{ /*hover state CSS*/
	color: #5E1E1F;
	background-color: #F3F3F3;
}



/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.mattblacktabs{
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid black;
	height: 28px;
}

.mattblacktabs ul{
margin: 0;
padding: 0;
padding-left: 10px; /*offset of tabs relative to browser left edge*/
font: bold 12px Verdana;
list-style-type: none;
}

.mattblacktabs li{
display: inline;
margin: 0;
}

.mattblacktabs li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 7px 8px; /*padding inside each tab*/
border-right: 1px solid white; /*right divider between tabs*/
color: white;
background: #414141; /*background of tabs (default state)*/
}

.mattblacktabs li a:visited{
color: white;
}

.mattblacktabs li a:hover, .mattblacktabs li.selected a{
background: black; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}
#insideport #top {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	float: left;
	color:#FFFFFF;
	font-weight:bolder;
}
#insideport #top a:link{
    color:#FFFFFF;
	font-weight:bolder;
}
#bottom a:link{
    color:#FFFFFF;
	font-weight:bolder;
}


#top #left {
	background-color: #003399;
	padding: 10px;
	float: left;
	height: 300px;
	width: 240px;
	font-weight: bolder;
	color: #FFFFFF;
	font-size: medium;
}
#top #middle {
	background-color: #c29264;
	padding: 10px;
	float: left;
	height: 300px;
	width: 240px;
	margin-right: 19px;
	margin-left: 19px;
}
#top #right {
	background-color: #af211c;
	padding: 10px;
	float: left;
	height: 300px;
	width: 240px;
}
#insideport #bottom {
	float: left;
	width: 100%;
	margin-top: 10px;
	color:#FFFFFF;
	font-weight:bolder;
	height: 100%;
}
#bleft {
	background-color: #649feb;
	padding: 10px;
	float: left;
	height: 325px;
	width: 240px;
}
#bmiddle {
	background-color: #be651e;
	padding: 10px;
	float: left;
	height: 325px;
	width: 240px;
	margin-right: 19px;
	margin-left: 19px;
}
#bright {
	background-color: #520107;
	padding: 10px;
	float: left;
	height: 325px;
	width: 240px;
}
