p, body
{
	font-family:Arial, Helvetica, sans-serif;
    font-weight:normal;
	font-style:normal;
	font-size:small;
	background-attachment:scroll;
	background-repeat: no-repeat;
}
body
{
	width:1000px;	
	background-color: #666666;
}

html
{
	scrollbar-base-color: #CC9966;
	scrollbar-arrow-color: CCCC66;
	scrollbar-track-color: #CCCC66;

	scrollbar-shadow-color: black;
	scrollbar-lightshadow-color: black;
	scrollbar-darkshadow-color: gray;

	scrollbar-highlight-color: white;
	scrollbar-3dlight-color: black;
}

a:link {color: #000; text-decoration: none; font-weight:bold; font-family: Verdana, Arial, Helvetica, sans-serif;font-weight:bold;}
a:visited {color: #000; text-decoration: none; font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:bold;}
a:hover {color: #000; text-decoration: none; font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:bold;}
a:active {color: #000; text-decoration: none; font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:bold;}

h1, h2, h3, h4, h5, h6
{
	font-style:normal;
	font-weight:normal;
	margin-top: 1em;
}

h1
{
    font-size: x-large;
}

h2
{
    font-size: large;
}

td h2
{
    font-size: large;
	margin-top: 1em;
}

h3
{
    font-size: medium;
}
div
{
  border: 0px;
  margin: 0px;
  padding:0px;
}

#container
{
    position:relative;
    display:block;
    width: 95%;
    height:95%;
    min-height:600px;
    min-width:800px;
    background-color:#666666;
    margin:0px;
    border:0px;
    padding:0px;
    line-height: 130%;
    background-repeat:no-repeat;
    background-position:top left;
    background-attachment:scroll;
}

#leftnav {
	position : absolute;
	top: 0px;
	left: 0px;
	width : 260px;
}

div#logo
{
    float:left;
    overflow:hidden;
    margin: 0px;
    padding: 0px;
	background-image:url(/Images/MCW-ADT.gif);
	background-attachment:scroll;
	background-repeat: no-repeat;
/*    border: 1px solid #CCCC66;	/* for debug, set to 0px for production */
}
div#nav
{
	float: left;
	width: 84px;
	margin: 0px 0px 0px 0px;
	padding:0 0 0 0;
}

div#nav a:link {color: #CC9966; text-decoration: none; font-weight:bold; font-family: Verdana, Arial, Helvetica, sans-serif;font-weight:bold;}
div#nav a:visited {color: #CC9966; text-decoration: none; font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:bold;}
div#nav a:hover {color: #CC9966; text-decoration: none; font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:bold;}
div#nav a:active {color: #CC9966; text-decoration: none; font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:bold;}

div#nav ul {
	margin: 0px;
	border:0px;
	padding:0px;
}
div#nav ul li {
	list-style-type: none;
	margin: 0px;
	border:0px;
	padding:0px;
}
div#nav ul li a {
	margin: 0px 0px 45px 0px;
	padding:2px 0px 2px 0px;
	display:block;
}
div#Copyright
{
    clear:left;
    overflow:hidden;
    margin: 0px;
    padding: 0px;
    font-size:xx-small;
    color:#CC9966;
	min-width:250px;
}

#pageContentSize {
	position : absolute;
	top: 0px;
	left: 260px;
	min-width:600px;
	min-height:500px;
	background-color: #CCCC66;
}

#content {
	border:0px;
	padding:5px;
}

* html #pageContentMinSize {
	padding-left:600px;
	padding-top:500px;
}

* html #pageContainer {
	margin-left:-600px;
	margin-top:-500px;
	position:relative;
}

/*\*/
* html .minwidth, * html #pageContainer, * html #content, * html #pageLayout  {
	height:1px;
}
/**/
.DivTextLeft
{
    float:none;
    overflow:hidden;
    margin: 10px;
    padding: 0px;
    text-align:left;
/*    border: 1px solid #CCCC66;	/* for debug, set to 0px for production */
}
#MCWPicture
{
    float:right;
}
div#Resume
{
    float:left;
	margin:0px;border:0px;padding:5px;
}
div#Resume table
{
    width: 100%;
	margin: 0px 0px 0px 0px;
    border: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
th, tfoot td
{
	margin: 0px 0px 0px 0px;
    border: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
    text-align:left;
    font-weight:bold;
}
td, th, caption
{
	margin: 0px 0px 0px 0px;
    border: 0px 0px 0px 0px;
	padding:0px 0px 5px 0px;
    text-align:left;
    vertical-align:top;
}
col#year
{
    text-decoration: none;
    font-style:italic;
}
col#event
{
}
iframe#galleryFrame
{
	float:none;
	width: 100%;
	overflow: hidden;
	margin: 0px;
	border: 1px solid green;
	padding: 0px;
	display:block;
	background-color:white;
	text-align: center;
	min-height:600px;
}
iframe#ifrmDetail { width:100%; }
iframe#ifrmPhoto { width:100%; }
iframe#ifrmProducts 
{ 
	width:95%;
	border-color:#FFFFFF;
	border-style:solid;
	border-width:thick;
}


