﻿body
{
    padding: 0 0 1em 0;
    background:#FFFFFF;
    font-family:Calibri, Verdana, Arial;
    font-size:100%;
    line-height:125%;
    margin:0;
}

iframe 
{ 
	display:none; 
}

p
{
    margin:0 0 1ex 0;
}

sup                 
{ 
    font-size:75%; 
}
input
{
    font-size:80%;
}
button
{
    font-size:80%;
}


h1, h2, h3
{
    font-family: Calibri, Arial;
    letter-spacing:0.3ex;
    line-height:110%;
}

h1
{
}

h2
{
    font-size:150%;
    margin:2ex 0 1ex 0;
}

h3
{
    font-size:100%;
    font-weight:normal;
    margin:0 0 1ex 0;
}

/* Lists */

ol, ul
{   
    margin:0 0 0 3ex;
}
li
{
    margin:0 0 1ex 0;
}
ul.scripts
{   
    margin:0 0 1em 3ex;
    list-style-image:url('../Image/ScriptBullet.png');
}

/* Firefox gives these images borders for some reason */
a img { border:none; }

table
{
	border-collapse:collapse;
    width:100%;
    margin-top:1em;
}

th, td
{
    vertical-align:top;
    border-style:solid;
	border-color:#DDDDFF;
	border-width:1px 0;
	padding:0 1ex;
}
th
{
	background-color:#EEEEEE;
    text-align:left;
}
td
{
	background-color:#FAFAFA;
}
a
{
	 text-decoration:none;
}

/* Page elements */

.headerContainer
{
	font-family:Georgia;
	letter-spacing:0.75ex;	
    font-size:250%;
    line-height:120%;
    padding:1ex 1em;
    background:#BB3322 url(Images/HeaderBackground.png) repeat-y scroll right top;
    color:White;
}

.headerTagline
{
	color:White;
    line-height:120%;
	font-size:50%;
	padding:1ex 0 0 2em;
	font-style:italic
}

.sideBar
{
	text-align:center;
	color:White;
	float:right;
	margin:1em;
	padding:0;
	width:15%;
	font-size:75%;
    background:#23ABBA url(../Images/Portrait.jpg) no-repeat scroll 1ex 1ex;
}

.sideBar a:link { color:White; text-decoration:underline;}
.sideBar a:visited { color:White; text-decoration:underline; }
.sideBar p
{
	padding:1ex; 
} 
.sideBar h1 
{ 
	margin:0;
	padding:0.5ex; 
	font-size:150%;
	background-color:#156B72; 
}

.content
{
	margin:1em;
}

