﻿/*
	COLORS:
	
		Green 	- 006F6F
		Red		- 5A0000
		Taupe	- D2D6A7
		Black	- 000000

*/

*
{
    padding:0;
    margin:0;
}

html, body, form
{
    background-color: #D2D6A7; 
    height: 100%;
	text-align: center;
	font-family: 'Rockwell', 'Times New Roman', 'Georgia', Arial, Sans-Serif;
	font-size: 9pt;
}

ul 
{
    list-style-position: outside;
    margin-left: 20px;
}

li
{
	margin: 5px;
	list-style: square url("/support/themes/default/images/bullet.png");
}

ol 
{
    list-style-position: outside;
    margin-left: 20px;
}

img
{
    display: block;
}

table
{
    padding: 0px;
    margin: 0px;
}

p
{
    padding-top: 5px;
    padding-bottom: 5px;
}

a, a:visited, a:hover, a:active, a:link
{
    text-decoration: none;
	color: #5A0000;
}

h1
{
	font-size: 12pt;
	margin-botton: 5px;
	font-weight: normal;
}

.h1
{
	font-size: 12pt;
	margin-botton: 5px;
	font-weight: normal;
}

h2
{
	font-size: 10pt;
	margin-botton: 5px;
	font-weight: normal;
}

.h2
{
	font-size: 10pt;
	margin-botton: 5px;
	font-weight: normal;
}

.green
{
	color: #006F6F;
}

.red
{
	color: #5A0000;
}

.cursor
{
	cursor:pointer;
	cursor:hand; 
}

/* Layout */

#wrapper
{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 100%;
	margin: 0 auto -220px;
	width: 1000px;
    text-align: center;
}

.push
{
	height: 220px; 
}

.standard-padding
{
    padding: 0px 10px 0px 10px;
}


div#header-logo
{
    width: 100%;
    height: 60px;
	text-align: center;
}

div#header-logo a.logo img
{
    margin-left: 30px;
    display: block;
}

div#body-content
{
    width: 1000px;
    min-height: 400px !important;
}

div#body-content
{
    text-align: center;
}

.body-content-header
{
    text-align: left;
    margin: 0px auto;
    min-height: 38px;
}

div#body-content-header-body
{
    margin-top:45px;
    padding-left: 5px; 
    padding-right: 5px; 
}

div#body-content-body
{
    text-align: left;
    margin: 0px auto;
    min-height: 38px;
    padding: 10px;
}

div#body-content-body td
{
    text-align: left;
}

div#footer
{	
	width: 1000px;
	height: 220px; 
	margin: 0 auto;
	text-align: center;
	font-size: 10pt; 
}

div#footer-navigation
{    
	width: 100%;
    padding: 20px;    
    font-size: 8pt;
}

table#footer-table
{
    width: 100%; 
    width: 1000px;
    margin-left: 15px;    
    border-top: solid 1px #C2E8F5;
    padding-top: 5px;
}

table#content
{
	margin: 0 auto; 
	width: 100%;
    text-align: left;
}

table#content td#left-column
{
	width: 75%;
    text-align: left;
	vertical-align: top;
}

table#content td#right-column
{
	width: 25%;
    text-align: left;
	vertical-align: top;
}

div#tattered-top
{
	height: 15px;
	width: 720px;
	background: transparent url('/support/themes/default/images/tattered-top.png') no-repeat;
}

div#tattered-mid
{
	width: 720px;
	background: transparent url('/support/themes/default/images/tattered-mid.png') repeat-y;
}

div#tattered-btm
{
	height: 25px;
	width: 720px;
	text-align: right;
	background: transparent url('/support/themes/default/images/tattered-btm.png') no-repeat;
}

div.tattered-content
{
	margin: 0px 20px 0px 20px;
	height: auto;
}

div.tumblr-list p
{
	margin: 0px;
	padding: 0px;
}

span.time
{
	color: #4d4d4d;
	font-size: 10pt;
	margin-bottom: 5px;
}

div#lecture-topics a, div#lecture-topics a:visited, div#lecture-topics a:hover, div#lecture-topics a:active, div#lecture-topics a:link
{
	color: black;
}















