﻿body {
	font-family: Arial, Helvetica, sans-serif;
	background-color:#fafafa;
	font-size:70%;	
	color:#333333;	
	padding: 0px;
	margin: 0px;
}
#header, .headerTitleBG{
	width: 100%;
	height: 90px;
	border: 0px;
	background-position: left top;
	padding: 0px;
	margin: 0px;
	text-align:left;
	font-size:150%;
	color:#FF9900;
	background-image:url(images/psiHeaderBG.gif);
	background-repeat:repeat-x;
}

.headerTitleBG {
	width: 706px;
	background-image:url(images/psiHeader.gif);
	background-repeat:no-repeat;
	float: left;	
}

.headerTitleText {	
	text-indent: 20px;
	margin-top: 55px;
}

.wrapperContainer{
	width: 100%;
	height: 100%;
}

#container1, #container2{
	background-color:#FFFFFF;
	position: relative;
}
#container1 {
	width: 200px;
	left: 10px;
	top: 10px;
	right: 10px;
	float: left;	
}

#container2 {
	top:10px;
	margin-left: 222px;
	margin-right:10px;
}

.containerText{
	padding: 0px 10px 10px 10px;
	border-top: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
	border-bottom: 1px none #ebebeb;
	border-left: 1px solid #ebebeb;
	text-align: left;
	vertical-align: top;
}

.roundbottomRight {
	background: url(images/lowerRightCorner.gif) no-repeat top right;
}

img.corner {
   width: 8px;
   height: 8px;
   border: none;
   display: block !important;
}


h1 {
	font-size:175%;
}

h2 {
	font-size:140%;
}

h3 {
	font-size:125%;
}

a {
	color: #336699;
	text-decoration: underline;
}

a:hover {
	color: #CC3300;
	text-decoration: underline;
}

head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 115%;
	color: #333333;
	background-position: center center;
	border: 0px;
	padding: 1px;
}

#navigation, a, a:hover{
    width:100%;
	font-size: 100%;
	color: #333333;
}

#navigation ul {
	margin: 0px;
    padding: 0px;
    list-style: none;
}

#navigation li {
	margin: 5px;
    padding-left: 5px;
}

#dg {
	border: thin, 1px, #000000;
	font-size: 115%;
	color: #333333;
	width: 100%;
}

#dg, a, a:hover {
	color: #333333;
	font-style:normal;
}

#dg-header {
	border: 0px;
	font-size: 125%;
	font-style: oblique;
	color: #333333;
	padding: 2px;
	background-color:#FFFFFF;
}