/*
Theme Name: Westmont_College
Version: 1.0
Author: Will Rainbow & Jeff Thompson
Author URI: http://www.westmont.edu/
*/
html, body {
	height: 100%;
}
body {
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	color:#000;
	margin:0px;
	padding:0px;
	text-align:center;
	background-color: #F1E9D4;
	height: 100%;
}
#page {
	background:url(bg.jpg) repeat-y;
	font-size:1em;
	margin:0px auto;
	padding:0px;
	text-align:left;
	width:801px;
	min-height: 100%;
	position: relative;
}
#header {
	background:url(top.jpg) no-repeat;
	height:112px;
	margin:0px;
	padding:22px 32px 0px 0px;
	text-align:right;
	width:769px;
}
#header a {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
#content {
	color: #666666;
	font-size: 11px;
	text-align: left;
	width: 517px;
	line-height: 1.5em;
	padding: 0px 20px 0px 20px;
	margin: 15px 0px 0px -1px;
	float: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
#content a {
	text-decoration: underline;
	color: #03064B;
}
#header a:hover {
	text-decoration: underline;
}
#content h1, #content h2 {
	font-size: 20px;
	font-weight: normal;
	color: #03064B;
	margin: 0px;
	padding: 0px 0px .5em;
	line-height: 1.1em;
}
#content h3, #content h4 {
	font-size: 11px;
	color: #666666;
	margin: 0px;
	padding: 1em 0px 0px;
	font-weight: bold;
	line-height: 1.35em;
}
#content blockquote {
	margin: 0px;
	padding: 0px 0px 0px 10px;
}
#content p {
	margin: 0px;
	padding: 0px;
}
#content ul {
	margin: 0px 0px 0px 10px;
	padding: 0px;
	list-style-type: none;
}
#content li {
	margin: 0px;
	padding: .7em 0px .7em;
	line-height: 1.5em;
}
#content img {
	margin: 0px 0px 0px 15px;
	padding: 2px;
	border: 1px solid #CCCCCC;
	float: right;
}
#footer {
	font-size: 10px;
	color: #666666;
	text-align: center;
	padding: 5px 0px;
	margin: 0px 40px 10px;
	position: absolute;
	bottom: 0px;
	width: 721px;
	border: 1px solid #999999;
}
#footer a {
	color: #666666;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#main {
	margin:0px;
	padding:0px 20px 35px;
	width:761px;
}
#sidebar {
	width: 162px;
	padding: 0px 20px 20px 20px;
	margin: 15px 0px 0px 0px;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}

#sidebar ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#sidebar ul li {
	font-size: 11px;
	color: #666666;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	line-height: 1.75em;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cccccc;
}
#sidebar h2 {
	font-size: 13;
	color: #03064B;
	font-weight: bold;
	text-align: left;
	border: 0px solid #03064b;
	margin: 8px 0px 3px 0px;
	padding: 0px 0px 0px 10px;
	line-height: 1.75em;
	font-size: 13px;
	border-bottom: 2px solid #03064b;
}
#sidebar a {
	color: #03064B;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
	display: block;
	width: 152px;
}
#sidebar ul li a {
	color: #666666;
	text-decoration: none;
	display: block;
	margin: 0px;
	padding: 0px;
	width: 152px;
}
#sidebar a:hover {
	text-decoration: underline;
}
#sidebar ul li ul li {
	border: none;
	padding-left: 10px;
}
#sidebar ul li ul li a {
	width: 142px;
}
html>body #sidebar a {
	width: auto;
}
.picMargins {
	margin: 0px 10px 10px 0px;
}
.blackBold {
	font-weight: bold;
	color: #000000;
}
.wrapRight {
	float: left;
}
.image {
	margin: 0px 10px 10px 0px;
	float: left;
}
div.clear {
	height: 15px;
	clear: both;
}

