body { 
	margin: 0px;
	padding: 0px;
	text-align: center;
	margin-top: 5px;
	padding-left: 37px;
	background: #FFFFFF url(../images/leftedge03.gif) repeat-y;
	color: #000099;
} 

/* Below: All these are global styles applied to everything.
	However, they can be overwritten later in the CSS */
* {
	margin: 0px;
	padding: 0px;
	border: 0px;
	text-align: left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
}
div, p, h1, h2, h3, h4, h5, h6, pre, ul, ol, li, a, br  {
	padding: 0px;
	margin: 0px;
}
blockquote {
	margin: 0px 25px 0px 25px;
}

.floatlt {
	float: left;
	margin: 11px 11px 11px 0px;
	vertical-align: baseline;
}
.floatrt {
	float: right;
	margin: 11px 0px 11px 11px;
}
/* Layout */
/* the container contains all the divs and makes sure they are 
	centrally aligned. Note that IE uses the text-align: center; in the 
	body to align everything centrally */
#container {
	margin: 0px auto;
	width: 750px;
	padding-bottom: 15px;
}
/* header/banner area */
#brand {
	background-image: url(../images/brand02.gif);
	background-position: top;
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	height: 20px;
}
#header {
	height: 164px;
	position: relative;
	margin-bottom: 15px;
	margin-top: 5px;
}
#header span {
	width: 100%;
	height: 100%;
	position: absolute;
}
#header span span {
	background-image: url(../images/new_logo02.jpg);
	width: 100%;
	height: 100%;
}
#body ul, #body ol {
	margin: 0px 0px 0px 25px;;	
}
#body ul.tips {
	list-style: none;
}
#body_bottom {
	padding: 5px;
}
#body_bottom.top {
	margin: 15px 0px;
	border-top: 1px solid #CC3333;
}
#body_bottom.bottom {
	margin: 0px 0px 15px 0px;
	border-bottom: 1px solid #CC3333;
}
#apply {
	margin: 0px 20px 0px 20px;
	border: 1px solid #CBCC33;
	padding: 5px;
}
#intern {
	margin: 0px 20px 0px 20px;
	border: 1px solid #CBCC33;
	padding: 5px;
	background: url(../images/puzzle_anim.gif) no-repeat center;
	height: 260px;
}
#interntext {
	margin: 75px 65px 0px 349px;
	width: 195px;
	padding: 0px;
}
#interntext h1, #interntext p {
	text-align: center;
	color: #CC3333;
}
#interntext h1 {
	font-size: 180%;
	font-weight: bold;
	background: none;
}
#interntext p {
	font-size: 150%;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	font-style: normal;
	margin-top: 1px;
	margin-bottom: 1px;
}
h1 {
	font-size: 200%;
	color: white;
	text-align: center;
	font-style: italic;
	background-color: #000099;
}
h2 {
	font-size: 180%;
	color: #000099;
	text-align: left;
	font-style: italic;
}
h3 {
	font-size: 140%;
	font-weight: normal;
	color: #000099;
}
h3.center {
	text-align: center;
}
h4 {
	font-size: 120%;
	color: #CC3333;
}
h5 {
	font-size: 100%;
	color: #000099;
}
h6 {
	font-size: 80%;
	color: #000099;
}
ol, ul, p {
	font-size: 100%;
	color: #000099;
	font-style: normal;
	margin-top: 1px;
	margin-bottom: 1px;
}
ol {
	list-style-type: decimal;
}
ul {
	list-style-type: disc;
}
p  {
	font-weight: normal;
}
#container ul, ol {
	margin-left: 15px;
}
#snoopy {
	height: 150px;
	width: 450px;
	margin-left: auto;
	margin-right: auto;
}
#snoopy img {
	margin: 0px;
	padding: 0px;
	float: right;
}
hr {
	color: #CC3333;
	height: 1px;
	margin: 7px 0px;
}
hr.blank {
	color: #FFFFFF;
	height: 1px;
	margin: 5px 0px;
	background-color: transparent;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}
.red {
	color: #CC3333;
	font-weight: bold;
}
.blue {
	color: #000099;
	font-size: 100%;
	font-weight: bold;
}
.striken	{
	font-size: 8pt;
	color: #9999CC;
	text-decoration: line-through;
	margin-top: 2px;
	margin-bottom: 2px
}
.holiday	{
	font-size: 10pt;
	color: #990000;
	font-weight: bold;
	text-align: center;
	margin-top: 2px;
	margin-bottom: 11px
}
.larger {
	font-size: 120%;
}
.small_emphasis {
	font-style: oblique;
	font-variant: small-caps;
	font-size: 90%;
}
.emphasis {
	font-size: 120%;
	font-weight: bold;
	font-style: italic;
	margin-top: 1px;
	margin-bottom: 1px
}
.separator {
	clear: both;
}
.spacer {
	background-image: url(../images/spacer.gif);
	height: 15px;
	width: 1px;
}
.disclaimer, .sm {
	color: #9999CC;
	margin-top: 1px;
	margin-bottom: 1px;
}
.disclaimer {
	font-size: 90%;
}
.sm {
	font-size: 80%;
}
.date {
	font-size: 80%;
}
a {
	font-size: 100%;
}
a:link  {
	color: #000099;
	text-decoration: underline;
}
a:visited  {
	color: #660000;
	background-color: #FFFF66;
	border-bottom: 1px dashed #000000;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	background-color: #CCCCFF;
	border-bottom: 1px dashed #663300;
}
a.top {
	font-size: 80%;
}
a.top:link {
	color: #000099;
	text-decoration: underline;
}
a.top:visited {
	text-decoration: none;
	color: #660000;
	background-color: #FAFAD2;
	border-bottom: 1px dashed #000000;
}
a.top:hover {
	text-decoration: none;
	background-color: #CCCCFF;
	border-bottom: 1px dashed #663300;
}
a.med  {
	font-size: 120%;
}
a.med:link  {
	color: #000099;
	text-decoration: underline;
}
a.med:visited {
	text-decoration: none;
	color: #660000;
	background-color: #FAFAD2;
	border-bottom: 1px dashed #000000;
}
a.med:hover {
	text-decoration: none;
	background-color: #CCCCFF;
	border-bottom: 1px dashed #663300;
}
a.big {
	font-size: 140%;
}
a.big:link  {
	color: #000099;
	text-decoration: underline;
}
a.big:visited {
	text-decoration: none;
	color: #660000;
	background-color: #FAFAD2;
	border-bottom: 1px dashed #000000;
}
a.big:hover {
	text-decoration: none;
	background-color: #CCCCFF;
	border-bottom: 1px dashed #663300;
}
table#jobmart {
	padding: 3px;
	margin: 1px;
}
table#jobmart td.jobs {
	border-top: 1px solid #CC3333;
	padding-top: 11px;
}
table#jobmart td.list {
	color: #000099;
}
table {
	border-spacing: 5px 10px;
	border-collapse: separate;
}
table#app {
	border: 5px outset #CCCCFF;
}
table#app td {
	padding: 7px;
}
table#happy2 {
	border-collapse: collapse;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CC3333;
	border-bottom: 1px solid #CC3333;
	width: 75%;
	margin: 0px auto;
}
table#happy2 td {
	padding: 5px;
}
table#happy2 th {
	background-color: #000099;
	border-bottom: 1px solid #000;

}
table#happy2 h5 {
	color: #EEEEEE;
	font-size: 120%;
	font-weight: bold;
}
table#happy2 p {
	color: #EEEEEE;	
}
table#happy {
	border-collapse: collapse;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CC3333;
	border-bottom: 1px solid #CC3333;
	width: 75%;
	margin: 0px auto;
}
table#happy td {
	padding: 5px;
}
table#happy h5 {
	text-align: center;
	font-weight: bold;
	font-size: 110%;
}
table#happy th {
	background-color: #DDDDDD;
	color: #CC3333;
	border-bottom: 1px solid #000;
}
table#happy tr.odd {
	background-color: #DDFFFF;
}
table#happy tr.odd td {
	border-top: 1px solid #CCCCCC;
}
table#happy tr.even {
	background-color: #FBFBFB;
}
table#happy tr.even td {
	border-top: 1px solid #BBEEEE;
}

#reminder01, #reminder02 {
	margin: 11px 5px 11px 5px;
	border: 1px solid #CCC;
	background-color: #CC3333;
	padding: 5px;
}
#reminder01 h4, #reminder02 h4 {
	font-size: 120%;
	color: #FFFFFF;
	font-weight: bold;
	font-variant: small-caps;
}
#reminder01 p, #reminder02 p {
	font-size: 100%;
	color: #FFFFFF;
	font-weight: bold;
}


