/* global */
html {
	height: 100%;
}
body {
	padding: 0px;
	margin: 0px;
	color: #000;
	font-family: "Tahoma",  "Arial", sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 18px;
	margin: 0;
	padding: 0;
	text-decoration: none;
	background: #333;
}
p {
	margin: 0px;
	padding: 0px 0px 10px 0px;
}
h1 {
	font-family: arial, sans-serif;
	background: transparent;
	color: #EA8916;
	border-color: #CAAE90;
}
h2 {
	margin: 0px;
	padding: 0px 0px 4px 0px;
	font-size: 100%;
}
img {
	border: 0px;
	margin-top: 7px;
	margin-bottom: 0px;
}
a {
	outline: none;
}
/* image positioning - left, right and center */
.left {
	float: left;
	padding: 0px 0px 0px 0px;
	display: inline;
	margin: 0 5px 5px 0;
}
}
.right {
	float: right;
	padding: 0px 70px 0px 0px;
}
.center {
	display: block;
	text-align: center;
	margin: 0 auto;
}
/* block quote */
blockquote {
	margin: 20px 0px 20px 0px;
	padding: 10px 20px 0px 20px;
}
/* unordered list */
ul {
	margin: 3px 0px 0px 16px;
	padding: 0px;
}
ul li {
	list-style-type: square;
	margin: 0px 0px 3px 0px;
	padding: 0px;
}
/* ordered list */
ol {
	margin: 8px 0px 0px 24px;
	padding: 0px;
}
ol li {
	margin: 0px 0px 5px 0px;
	padding: 0px;
}
/* margin lefts / margin rights - to center content */
#main, #links, #footer, #logo, #menu, #content {
	margin-left: auto;
	margin-right: auto;
}
/* main container */
#main {
	width: 960px;
	color: #000;
	background-color: #FFF;
	
}
/* links above the logo / footer */
#links  {
	width: 960px;
	height: 15px;
	font-size: 14px;
	text-transform: none;
	padding-bottom: 0px;
	text-align: right;
	}
#smlogos {
	width: 200px;
	margin-right: 8px;
	float: right;
}
	
#footer {
	width: 960px;
	height: 26px;
	text-transform: none;
	padding-top: 10px;
	padding-bottom: 0px;
	font-weight: bold;
	text-align: center;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
}
#links, #footer, #menu, #menu li a {
	background: #663366;
	color: #FFFFFF;
	
}

#footer a {
	text-decoration: none;
	color: #ccc;
}

#links a{
	text-decoration: none;
}
#links a:hover, #footer a:hover {
	text-decoration: none;
	background: transparent;
}
#header {
	width: 960px;
	height: 125px;
	vertical-align: bottom;
	overflow: hidden;
		background-image: url(../images/ug-header.png);
	background-position: bottom;	
}
#header h1 {
	margin: 0px;
	padding: 50px 0px 0px 19px;
	font-size: 34px;

}

#header h2 {
	margin: 0px;
	font-size: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 19px;
	color: #70695A;
}
/* logo */
#logo {
	width: 175px;
	height: 140px;
	float:left;
	text-align: left;
	margin-left: 10px;
	color: #70695A;
	background-color: #FFF;
	background-repeat: no-repeat;
}
/* navigation menu */
#menu {
	height: 42px;
	width: 960px;
	border-top: 5px solid #333;
	border-bottom: 5px solid #333;
	color: #FFFFFF;
	font-size: 13px;
    font-family: "Tahoma","Arial",sans-serif;
    font-weight: bold;
	text-transform: capitalize;
}
#menu ul {
	float: left;
    width: 100%;
}
#menu li {
	 float: left;
    list-style-type: none;
	
}
#menu li a {
border-right: 1px solid #FFFFFF;
    color: #FFFFFF;
    display: block;
    margin: 5px 0px;
	padding: 3px 20px;
	position: relative;
    text-align: center;
    text-decoration: none;
   
	font-weight: bold
	}
#menu li a:hover, #menu li a#selected:hover {
	color: #EA8916;
	text-decoration: underline;
	}
	
	#menu li a#selected{
	color: #EA8916;
	text-decoration: none;
	}
	
#menu li.last a {
border-right: none;
}	
/* main content */
#content {
	width: 940px;
	height: auto;
	padding: 0px;
	overflow: hidden;
}
/* column 1 - contains sidebar items */
#column1 {
	width: 210px;
	float: right;
	padding-top: 16px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	background: #fff;
}
.sidebaritem {
	text-align: left;
	width: 210px;
	float: left;
	margin: 0px 0px 25px 0px;
}
.sbihead {
	height: 22px;
	font-size: 14px;
	text-transform: none;
	background: #EA8916;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid #333333;
    box-shadow: 0 1px 2px #333333;
	 font-weight: bold;
     padding: 3px 10px;
    text-align: left;
    width: 180px;
}
.sbihead h1 {
	padding: 2px;
	margin: 0px;
	font-weight: bold;
	font-size: 14px;
	background: transparent;
	color: #fff;
	text-decoration: none;
	border-bottom-style: none;
}
.sbicontent {
	padding: 14px 8px 8px 19px;
	font-size: 10px;
}
.sbicontent p {
	line-height: 12px;
	padding: 0px 0px 5px 0px;
}
.sbilinks {
	padding: 0px;
}
.sbilinks ul {
	margin: 0px auto;
}
.sbilinks li {
	margin: 0px;
	float: left;
	list-style: none;
}
.sbilinks li a {
	float: left;
	height: 16px;
	padding: 5px 0px 4px 19px;
	width: 210px;
	border: 0px;
	color: #663366;
	text-decoration: underline;
	background-color: #FFF;
	font-weight: bold;
}
.sbilinks li a:hover {
	color: #EA8916;
	text-decoration: none;
	font-weight: bold;
}
.sidebaritem a {
color: #663366;
	text-decoration: underline;
	font-weight: bold;
	
}
.sidebaritem a:Visited{
	color: #663366;
	text-decoration: underline;
	font-weight: bold;
}

.sidebaritem a {
color: #663366;
	text-decoration: underline;
	font-weight: bold;
	
}
.sidebaritem a:hover{
	color: #EA8916;
	text-decoration: none;
	font-weight: bold;
}
/* column 2 - page content */
#column2 {
	text-align:left;
	width: 690px;
	float: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 16px;
	margin-right: 8px;
	margin-bottom: 16px;
	margin-left: 8px;
	border: 1px solid #666666;
}
#column2 h1 {
	padding: 6px 0px 4px 0px;
	margin: 0px 0px 12px 0px;
	border-bottom: 1px solid;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
}

#column2 h2 {
	padding: 6px 0px 4px 0px;
	margin: 0px 0px 12px 0px;
	font-size: 14px;
	text-transform: none;
	font-weight: bold;
	color: #333;
}

#column2 h3 {
	font-size: 13px;
	text-transform: none;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#column2 a {
	color: #663366;
	text-decoration: underline;
	font-weight: bold;
}
#column2 a:hover {
	color: #EA8916;
	text-decoration: none;
	font-weight: bold;
}
