/* set background, margins, font defaults */
body {
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Optima, Arial, sans-serif;
	float: center;
	background: #ffffff url(img/bg.png) repeat-x;

}

/* Simplified Box Model Hack to force correct font sizing in IE5 */
* html body {
	font-size: x-small; /* for IE5/WIN */
	font-size: small;  /* for other IE versions */
}

/* set header font sizing relative to 90% of 'small' */
strong {color: #2a5980;}
h1 {
	font-size: 18px;
	color: #2a5980;
	line-height: 21px;
	font-family: Optima, Arial, sans-serif;
}
h2 {
	font-size: 12px;
	color: #bad976;
	font-weight: bold;
}
h3 { 
	font-size: 105%; 
	color: #000;
}
h4 { 
	font-size: 100%;
}

/* set link color, decoration, and rollover effect */
a {
	text-decoration: none;
	color: #2a5980;
}
a:visited { 
	color: #2a5980; 
}
a:hover { 
	color: #bad976; 
	text-decoration: underline; 
}




/* wraps all content */
#wrapper {
	background-color: #ffffff;
	border-right: 1px solid #999999;
	border-bottom: 0px solid #999999;
	border-left: 1px solid #999999;
	margin: 0px auto;
	width: 800px;
	clear: both;
}
/* Workaround to separate box margins and padding from size attributes */
.wrapper {
	padding: 1px;
}


/* hide content - useful for 'skip link' */
.hide { 
	display: none; 
}

.formInput { 
	background: url(img/search-form_bg.gif) no-repeat; 
	border: 1px solid #ccc; 
	font-size: 11px;
	color: #333; 
	padding: 2px; 
}
/* alternative: use this to place the global toolbar div element into the footer area */
.formLabel { 
	font-weight: bold; 
	font-size: 10px; 
	color: #666; 
}
/* prevent Google search form from creating extra space */
#gs, .gs { 
	display: inline; 
}

#header {
	width: auto;
	padding-bottom: 1px;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
#navbar {
	background-color: #FFFFFF;
	height: auto;
	width: auto;
	margin-top: 1px;
	padding: 5px 10px;
	vertical-align: middle;
	text-align: center;
	margin-bottom: 1px;

}
#navbar .navlinks {
	font: bold 11px Optima, Arial, sans-serif;
	text-decoration: none;
	margin-bottom: 1px;
	letter-spacing: 0.05em;
}
.navlinks a:link, .navlinks a:visited {color: #333333; text-decoration: none;}
.navlinks a:hover {color: #bad976; text-decoration: none;}

#navbar2 {
	background-color: #ffffff;
	height: auto;
	width: auto;
	margin-top: 1px;
	text-align: center;
	margin-bottom: 1px;
	color: #ffffff;
	padding-right: 10px;
	padding-top: 1px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	vertical-align: middle;
	padding-left: 10px;

}
#navbar2 .navlinks {
	font: bold 11px Optima, Arial, sans-serif;
	text-decoration: none;
	margin-bottom: 1px;
	letter-spacing: 0.05em;
}


#topbar {background-color: #637D4B; width: auto; height: 5px; margin-bottom: 1px;
}
/* global toolbar uses deprecated "absmiddle" tag to align images and text */
#toolbar { 
	text-align: right;
	background: url(img/toolbar_bg.gif) repeat-x bottom;
	height: 35px; 
	padding-right: 10px; 
}
#toolbarBottom {
	float: right;
	width: 180px;
	padding: 0px 6px 4px 10px;
    border-left: 1px dashed #ccc;
}
#toolbar a { 
	font-size:10px; 
}

#bodyLeft, #bodySpan, #pagebodyLeft {
	color: #333; 
	font-family: Optima, Arial, sans-serif; 
}
#bodyLeft {
	width:300px;
	padding: 0px 0px 10px 20px;
	line-height: 16px;
	float: left;
	font-size: 12px;
	text-align: justify;
}

#bodyLeft_1 {
	width:430px;
	padding: 10px 0px 10px 20px;
	line-height: 16px;
	float: left;
	font-size: 12px;
	text-align: justify;
}

#pagebodyLeft {
	width:300px;
	padding: 0px;
	line-height: 16px;
	float: left;
	font-size: 12px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 25px;
	text-align: justify;
}


#bodyLeft .title, #bodyRight .title, #pagebodyLeft. title {font-weight: bold; color: #596946}

#bodyRight {
	width: 430px;
	float: right;
	font-size: 12px;
	line-height: 18px;
	margin-right: 15px;
	margin-top: 10px;
	margin-bottom: 15px;
	margin-left: 5px;
	color: #000000;
	font-family: Optima, Arial, sans-serif;
	text-align: center;
}
.image {
	padding: 1px;
	border: 1px solid #999999;
	
}
#bodyRight_1 {
	width: 300px;
	float: right;
	font-size: 12px;
	line-height: 18px;
	margin-right: 15px;
	margin-top: 0px;
	margin-bottom: 15px;
	margin-left: 5px;
	color: #000000;
	font-family: Optima, Arial, sans-serif;
	text-align: center;
}
.image {
	padding: 1px;
	border: 1px solid #999999;
	
}


#bodySpan {
	width: auto;
	clear: both;
	padding: 10px 20px;
	text-align: center;
	font-size: 12px;
	font-family: Optima, Arial, sans-serif;
}
#bodySpan .title {font-weight: bold; color: #596946}

#bodySpan .sublinks {
	font-size: 10px;
	text-align: right;
}
.sublinks a:link, .sublinks a:visited {
	color: #4A0A00;
	text-decoration: none;
}
.sublinks a:hover {
	color: #4A0A00;
	text-decoration: underline;
}

#pagebodyRight {
	width: 420px;
	float: right;
	margin-right: 25px;
}
#pagebodyRight .links {
	line-height: 18px;
	padding: 0px 10px;
	border: 1px solid #999999;
	width: 230px;
	float: right;
	background-color: #f7f7f7;
	margin-bottom: 15px;
	font-family: Arial, Helvetica, sans-serif;
	color: 596946;
	font-size: 12px;
}
.links a:link, .links a:visited {
	text-decoration: none;
}
.links a:hover { 
	text-decoration: underline;
}

#pagebodyRight .image {
	padding: 5px 5px 0px;
	border: 1px solid #999999;
	float: right;
	background-color: #f7f7f7;
	margin-bottom: 15px;
	font-size: 9px;
	color: #333333;
	text-align: right;
	font-style: italic;
	margin-bottom: 15px;
	font-family: Arial, Helvetica, sans-serif;
	width: 400px;
}
   

#copyright {
	clear: both;
	padding: 10px 20px;
	font-size: 10px;
	color: #333333;
	line-height: 110%;
	background-color: #D5DAE1;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	width: auto;
}


#copyrightLogo {
	width: 159px;
	float: right;
	height: auto;
	color: #999999;
}
#copyrightLogo img { 
	border-style: none;
}

#uofc {
	width: auto;
	padding: 2 5px 0;
	height: 15px;
	margin-bottom: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	background-color: #E8E8E8;
}
#uofc .title {font: 12px/14px Geneva, Arial, Helvetica, sans-serif; text-decoration: none;}
.title a:link, .title a:visited, .title a:hover {color: #4A0A00; text-decoration: none;}

