/* @import url("navigation4.css"); */
/* @import url("layout4.css"); */

/* thanks to: */
/* http://www.mako4css.com/index.htm */

#oldbrowsers
{
color: #f00;
display: none;
}

body
{
 	margin:0;
	padding:0;
	text-align:center;
	font:11px Georgia, "Times New Roman", Times, serif;
	color:#000;
	background:#fff;
	cursor:auto;
}

/* this is the parent p tag. defines a baseline */
p {
	margin:0;
	padding:0;
	line-height:15px; /* controls the line spacing overall*/
}

a
{
 font-family: "Verdana", "Arial", sans-serif;
 font-size: 10pt; right:100px;
}

a:link
{
 color: #0000CC;
 background-color: #fff;
}

a:visited
{
 color: #CC3300;
 background-color: #fff;
}

a:hover
{
 color: #0099FF;
 background-color: #fff;
}

a:active
{
 color: #0099FF;
 background-color: #fff;
}

h1
{
 font-family: "Verdana", "Arial", sans-serif;
 font-size: 14pt;
 font-weight: normal;
 color: #000;
 background-color: #fff;
}

h2
{
 font-family: "Verdana", "Arial", sans-serif;
 font-size: 11pt;
 font-weight: 600;
 color: #000;
 background-color: #fff;
}

h3
{
 font-family: "Verdana", "Arial", sans-serif;
 font-size: 10pt;
 font-weight: normal;
 color: #000;
 background-color: #fff;
}

h4
{
 font-family: "Verdana", "Arial", sans-serif;
 font-size: 8pt;
 font-weight: normal;
 color: #595959;
 background-color: #fff;
}

h5
{
 font-family: "Georgia", "Verdana", "Arial", sans-serif;
 font-size: 8pt;
 font-weight: normal;
 color: #595959;
 background-color: #fff;
}

.important
{
 color: red;
}



/*************/
/* container */
/*************/

#container {
	position:relative;
	padding:0px;
	margin:0px auto 30px auto; /* this controls the blank space around the mainbox */
	width:755px;
	text-align:left;
	/* background:url(../images/container_bg2.gif) repeat-y; */
	background: #fff;
	/*border: thin solid #8080ff; */
}

/***************/
/* top graphic */
/***************/

#topgraphic {
	margin:0;
	padding:0px;	
	width:755px; 
	height:90px;
	background:url(../images/se_logo1.gif) no-repeat;
}