﻿#OutsideArea /*Outside background 1024 x 768*/
{
	width: 100%;
	background-color: White;
	margin: auto;
	text-align: center;
	min-height: 768px;
	height: auto;
}

#LogoArea /*Logo Area*/
{
	width: 620px;
	height: 120px;
	background-image: url("Images/SIE-Header.jpg");
}

#TopArea /*Spacer at The Top */
{
	width: 620px;
	height: 10px;
}

#BottomArea /*Spacer at The Bottom */
{
	width: 620px;
	height: 10px;
	background-color: White;
}

#Footer
{
	width: 620px;
	background-color: #808dc2;
color: White;
text-align: center;
	font-size: .7em;
	font-family: Times New Roman;
	border-top: solid 1px #747fae;
	padding-top: 5px;

}

#InsideArea /*Inside Frame*/
{
	width: 620px;
	background-color: #808dc2;
}

#ContentArea /*Content Frame*/
{
	width: 560px;
	float: left;
	text-align: justify;
	background-color: #808dc2;
	background-image: url("Images/SIE-Content.jpg");
	background-position: top;
	background-repeat: no-repeat;
	min-height: 618px;
	height: auto;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	font-family: Times New Roman;
	font-size: .85em;
}


#MenuArea /*Menu Area*/
{
	width: 620px;
	height: 35px;
	background-color: #808dc2;
	background-image: url("Images/SIE-MenuBar.jpg");
	background-position: top;
	background-repeat: no-repeat;
	text-align: center;
}


#Header
{
	font-family: Times New Roman;
	font-weight: bold;
	font-style: italic;
	color: #0066cc;
	font-size: 1.25em;
	background-image: url("Images/HeaderBullet.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-color: #808dc2;
	width: auto;
	padding-left: 35px;
	margin-bottom: 8px;
	margin-top: 8px;
}

#Link
{
	font-family: Times New Roman;
	font-style: italic;
	font-size: 1em;
	color: Maroon;
}



HR
{
	width: 100%;
	color: #747fae;
	text-align: center;
	margin: 10px 0px 10px 0px;
}

ul
{
	margin-top: 5px;
}

/* #Outside /*Outside background
{
	width: 100%;
	background-image: url("Images/Blueback.gif");
	background-position: center;
	background-repeat: repeat;
	min-height: 750px;
	height: 750px;
	text-align:center;
}

#LogoHeader /*Logo Area
{
	width: 1000px;
	margin: 5px auto 0px auto; 
	text-align: left;
	background-color: White;
	min-height: 100px;
	height: 100px;	
	background-image: url("Images/Header.jpg");
	background-position: left center;
	border: solid 1px black;
	border-bottom: solid;
	background-repeat:no-repeat;
}

#ContHolder /*Container
{
	width:1000px;
	text-align: center;
	margin: 0 auto;
	border: solid 1px black;
	border-top-style: none;
	background-repeat:no-repeat;
	background-color: White;
}


#LeftCol /*Left Area
{
	width: 200px;
	text-align: center;
	vertical-align: top;
	min-height: 400px;
	height: 620px;
	float: left;
	background-color: white;
}
	
#Main /*Main Content
{
	width: 998px; /*819
	vertical-align: top;
	min-height: 400px;
	height: 620px;
	float:Left;
	background-color: White;
}

#Footer
{
	width: 1000px;
	height: 18px;
	text-align: center;
	background-color: #C3C4C6;
	border-top: solid 1px black;
}	


#RightCol /*Right Area
{
	width: 180px;
	text-align: center;
	vertical-align: top;
	/*border: solid 1px black;
	/*background-color: #F7F6F3;
	min-height: 400px;
	height: 568px;
	float: right;
	/*margin: 5px 5px 5px 0px;
	border-right: solid 1px black;
}



/******** 


#LogView
{
	background-color: InfoBackground;
	width: 100%;
	border: solid,1,black;
	
}




/**************************************************************************


#Links
{
	color: Blue;
}

#SmallRedHeaders
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	font-style: italic;
	color: Maroon;
}

#CenterPage
{
	text-align: center;
}

/**********HTML TAGS**********
body 
{
	margin:0px;
	background-color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.7em;
	line-height:1.4em;
	text-align: justify;
	color:#666666;
}

hr
{
	border-style: dotted;
	border-color: #dcdcdc;
	text-align: center;
}

h2
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	font-style: italic;
	color: Green;
}

h3
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	font-style: italic;
	color: Blue;
}


*/