﻿  /* CSS layout */
body {
	margin: 0;
	padding: 0;
	background-color: #E2D7EA;
}
#wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 835px;
	background-color: #FFFFFF;
}
#masthead {
	text-align: center;
}

#top_nav {
	margin-right: auto;
	margin-left: auto;
}
#container {
	background-position: 180px;
	margin-right: auto;
	margin-left: auto;
	overflow: auto;
	background-color: #BBA0CD;
	font-family: Verdana;
	font-size: 13px;
	font-weight: ;
}
#left_col {
	width: 180px;
	float: left;
	min-height: 550px;
}
#right_col {
	padding: 5px 10px 10px 20px;
	background-position: center center;
	background-image: none;
	min-height: 550px;
	width: 625px;
	float: left;
	margin-top: 0px;
	margin-left: 0px;
	background-color: #FFFFFF;
}
#footer {
	background-color: #3E3456;
	padding-bottom: 3px;
	clear: both;
	clip: rect(auto, auto, auto, auto);
	padding-top: 3px;
}
/* Styles for Footer */
#footer p {
	font-size: x-small;
	text-align: center;
	color: #FFFFFF;
	margin: 10px;
	padding: 1px;
}
#footer a {
	color: #FFFFFF;
	text-decoration: underline;
	clip: rect(auto, auto, auto, auto);
}
#footer a:hover {
	color: #FF0000;
	text-decoration: none;
}
#main_text {
	width: auto;
	height: 500px;
	padding: 10px;
}
#cse-search-box {
	width: 160px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
#cse-search-results {
	width: 625px;
	font-size: xx-small;
}
#text_box {
	width: 651px;
	top: 2px;
}

/*Styles of Text and Headings*/
h1 {
font: 26px  Verdana;
	color: #FFFFFF;
	background-color: #3E3456;
	text-align:center;
	padding: 6;
}
h2 {
	font-family: Verdana;
	font-size: 16px;
	font-weight: bold;
	color: #8372A9;
	text-decoration: underline;
}
h3 {
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
	color: #8372A9;
}
.style1 {
font-size: 18px;
	font-family: Wingdings;
}

/*Styles of Internal Tabs*/

.ubercolortabs{
padding: 0;
width: 100%;
overflow: hidden;
background: transparent;
}

.ubercolortabs ul{
font: 16px  Verdana;
margin: 0;
padding: 0;
list-style: none;
}

.ubercolortabs li{
display: inline;
margin: 0 2px 0 0;
padding: 0;

}


.ubercolortabs a{
float: left;
color: white;
background: #3E3456 url(media/roundleft.gif) no-repeat left top; /*default background color of tabs, left corner image*/
margin: 0 2px 0 0;
padding: 0 0 1px 3px;
text-decoration: none;
letter-spacing: 1px;
}

.ubercolortabs a span{
float: left;
display: block;
background: transparent url(media/roundright.gif) no-repeat right top; /*right corner image*/
padding: 7px 9px 3px 6px;
cursor: pointer;
}

.ubercolortabs a span{
float: none;
}


.ubercolortabs a:hover, .ubercolortabs li.selected a{
background-color: #8372A9; /*background color of tabs onMouseover*/
color: white;
}

.ubercolortabs a:hover span{
background-color: transparent;
}


.ubercolordivider{ /*CSS for horizontal line.*/
clear: both;
padding: 0;
width: 100%;
height: 5px;
line-height: 5px;
background: #3E3456; /*background color of horizontal line*/
border-top: 1px solid #fff; /*Remove this to remove border between bar and tabs*/
}


/*Styles for links*/
#link1 a:active, #link1 a:visited, #link1 a {
	color: white;
	text-decoration: none;
}
#link1 a:hover {
background-color:#8372A9;
}


