* { 
    padding: 0; 
    margin: 0; 
} 

html {
    overflow: auto;
    width: 100%;
    height: 100%
}

body, input, textarea {
	color: #4C4C4C;
	font-size: 1em;
	font-family: "Gill Sans MT", "Trebuchet MS", "Lucida Sans Unicode", Arial, "Lucida Sans", Tahoma, Sans-Serif;
}

body {
	background: #6a8191 url('ub-background.jpg') center top no-repeat;
    background-attachment: fixed;
	margin: 10px;
}

H1, H2 {
    font-family: 'Impact', sans-serif;
    /*font-style: italic;*/
    font-size: 100%;
	font-size: 1.5em;
    margin-bottom: 0.5em;
}

H2 {
	font-size: 1.2em;
}

P, LI, TD {
    font-size: 100%;
	font-size: 0.8em;
}

P, UL {
    margin-bottom: 1em;
}

UL {
	margin-left: 1em;
}

A, A.link, A.visited  {
    color:#4ba2e5;
}

A:hover {
    text-decoration: none;
}

IMG {
    border: 0
}

#header {
    width: 799px;
    height: 102px;
    margin: auto
}

#navTabs {
    width: 799px;
    height: 36px;
    background-color: #000;
    margin: auto
}

#pgContent {
    width: 799px;
    background-color: #fff;
    margin: auto;
    display: inline-block; /*sets hasLayout - required for IE*/
    display: block; 
    overflow: auto;
}

#sidebar {
    color: #818f99;
    float: right;
    margin: 1em 0 1em 1em;
}

#sidebar P {
    font-size: 100%;
    font-size: 0.71em;
    line-height: 150%
}

.colOne {
    padding: 20px;
    padding-top: 15px;
}

#logoPrint {
    display: none
}

.errorMsg {
    color: #f7911e
}

#subMenu {
    width: auto;
    margin: 10px 20px 0px 20px;
}

#subMenu, #subMenu * {
    font-family: 'Impact', sans-serif;
    font-size: 13px;
    color: #818f99;
}

#subMenu A, #subMenu A:link, #subMenu A:visited {
/*    font-style: italic;*/
    text-decoration: none;
}

#subMenu A:hover, #subMenu SPAN {
    color: #000;
}


