﻿.popupWindow
{
	position:relative;
    width:550px;
    height:350px;
    border: solid 1px black;
    margin: 0px 0px 0px 20px;
    background-color:#FFDFAD;
    display:none;
}

.spancombostyle
{
    color:maroon;
}
.HeaderCell
{
     font-weight:bold;
     text-align:center;
     vertical-align:top;
     background-color:#eac591
}

.HeaderCellPlain
{
     background-color:#eac591;
     text-align:center;
}

#middlerow
{
	width: 800px;
} 
#centered
{
	margin:auto;
	width: 800px;
	text-align: left;
} 
.smis a 
{
    width:100%; display:block;
}
#header
{
    width:800px
}
#leftcolumn 
{
    width:180px;
	float: left;
	height: 415px;
	margin-left: 0px;
	vertical-align:top;
	background-image:url(images/menubackground.jpg);
	background-repeat:no-repeat;
}
#centercolumn{
	float:left;
	margin-top:-3px;
	width:620px;
}
#footer {
	clear:both;
	width:800px;
    font-size:70%;
    text-align:center;
    background-image:url(images/bottom.jpg);
    height:30px;
    color: white;
}
a.linkstyle:link
{
    text-decoration:none;
    font-weight:normal;
    color:maroon;
}
a.linkstyle:visited
{
    text-decoration:none;
    font-weight:normal;
    color:maroon;
}
a.linkstyle:hover
{
    text-decoration:underline;
    font-weight:normal;
    color:#8B4513;
}


a:link {color:Black;}
a:visited {color:Black;}
a:hover{color:Maroon;}

img
{  
    border-style: none;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-Comic Sans MS;
	font-size: large;
    padding-top: 10px;
	font-weight: bold;
	color:#c61414;
	text-transform: capitalize;

 
}


h2 {
	font-family: Verdana, Arial, Helvetica, sans-Comic Sans MS;
	font-size: 14px;
	font-weight: bold;
	color: Olive;
	text-transform: capitalize;
}

body 
{
	margin: 0;
	padding: 0;
	margin-top:0px;
	text-align: center;
    background-color:#FFDFAD;
    font-family: Verdana, 'Century Gothic', Sans-Comic Sans MS;
    font-size: 10pt;

}
bodyold 
{
    background-color:#E0E0E0;
    margin:25px 100px 25px 100px;
    font-family: Verdana, 'Century Gothic', Sans-Comic Sans MS;
    font-size: 10pt;
    padding: 0px 20px;
}

ul
{
list-style-type: square;
padding: 0;
margin-top: .5em;
margin-right: 2em;
margin-left: 3em;
margin-bottom: 2em;
}

li{
margin: .2em 0;
}
