*
{
	margin: 0px;
	padding: 0px;
}

/* PENSON ASSOCIATES STYLE LAYOUT */

body
{
	background-color: #232665;
	/*background-image: url(../images/background.jpg);*/
	background-repeat: repeat-y;
	background-position: center;
}

#sitehandle
{
	width: 800px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

#header
{
	/*background-image: url(../images/D7_01.gif);*/
	background-color: #212463;
	height: 127px;
	width: 800px;
}

#navigation
{
	background-image:url(../images/navigate.jpg);
	height: 28px;
	width: 800px;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Verdana;
	font-size: small;
}

#information a
{
	color: #FFFFFF;
	font-family: Verdana;
}

#navigation ul
{
	margin: 0;
    padding: 0;
    list-style-type: none;
}

#navigation li
{
	margin: 0;
    padding: 0;
    float: left;
	
	padding-right: 1em;
}


#navigation li a
{
	color: #FFFFFF;
	text-decoration: none;
	text-size: medium;
}

#navigation li a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
	text-size: medium;
}
	
#illusion
{
	background: #ffffff url(../images/illusion.jpg) repeat-y;
}

#annoucements
{
	background-image: url(../images/leftside.jpg);
	background-repeat: repeat-y;
	background-color: #333366;
	width: 300px;
	height: 200px;
	float: left;
	position: relative;
	
	color: #FFFFFF;
	font-family: Verdana;
	font-size: x-small;
}

/* Only for INDEX.HTML */
#flashrotator
{
	background-image: url(../images/rightside.jpg);
	background-repeat: repeat-y;
	background-color: #333366;
	width: 500px;
	height: 200px;
	float: left;
	position: relative;
}
/* Only for INDEX.HTML */

#information
{
	background-image: url(../images/leftside.jpg);
	background-repeat: repeat-y;
	background-color: #333366;
	width: 300px;
	height: auto;
	float: left;
	position: relative;
	
	color: #FFFFFF;
	font-family: Verdana;
	font-size: x-small;
}

#maincontent
{
	background-image: url(../images/rightside.jpg);
	background-repeat: repeat-y;
	background-color: #333366;
	width: 500px;
	height: auto;
	float: left;
	position: relative;
	
	color: #000000;
	font-family: Verdana;
	font-size: x-small;
}

#maincontent a
{
	color: #FFFFFF;
	font-family: Verdana;
}

#footertop
{
	background-image:url(../images/bottomtop.jpg);
	width: 800px;
	height: 21px;
	float: left;
	position: relative;
}

#footerbottom
{
	background-image: url(../images/bottombottom.jpg);
	width: 800px;
	height: 40px;
	float: left;
	position: relative;
}

#copyright
{
	padding-top: 20px;
	color: #FFFFFF;
	font-family: Verdana;
	font-size: x-small;
	text-align: center;
}

#copyright a
{
	padding-top: 20px;
	color: #FFFFFF;
	font-family: Verdana;
	font-size: x-small;
	text-align: center;
}

.textcontainer
{
	width: auto;
	padding: 5px;
	font-size: 12px;
}

h1
{
	font-family: Verdana;
	font-size: medium;
	color: #FFFFFF;
	font-weight: bold;
}

h2
{
	font-family: Verdana;
	font-size: small;
	color: #FFFFFF;
	font-weight: bold;
}

h2 a
{
	font-family: Verdana;
	font-size: small;
	color: #FFFFFF;
	font-weight: bold;
}

h3
{
	font-family: Verdana;
	font-size: x-small;
	color: #FFFFFF;
	font-weight: bold;
}
/* PENSON ASSOCIATES STYLE LAYOUT */

