@charset "UTF-8";
@import '/rmc.css';
@import 'reset.css';
body {
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	color: #777777;
	background-color: #DDDDDD;
	background-image: none;
}
p {
	padding-bottom: 10px;
	line-height: 16px;
}
p.rule {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BBBBBB;
	margin: 2px 0 5px 0;
	padding: 0px;
	width: 100%;
	clear: both;
	font-size: 1px;
	line-height: 0px;
}
h1 {
	font-family: Georgia, serif;
	font-size: 18px;
	color: #780031;
	padding-bottom: 5px;
}
h2 {
	font-family: Georgia, serif;
	font-size: 18px;
	color: #978a64;
	padding-bottom: 5px;
}
h3 {
	font-family: Georgia, serif;
	font-size: 16px;
	color: #9A9A63;
	padding-bottom: 5px;
}
h4 {
	color: #780031;
	clear: both;
}
h5 {
	line-height: 16px;
}
a:hover {
	text-decoration: underline;
}
a.learn-more {
	font-size: 9px;
	text-transform: uppercase;
	color: #770A30;
}
#wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	background-image: url(/images/gradstudy/bkgd-header.gif);
	background-repeat: no-repeat;
	height: 216px;
	width: 960px;
}
#header p {
	width: 200px;
	font-size: 11px;
	color: #FFF;
	position: relative;
	left:760px;
	top:125px;
}
#header h1 {
	font-size: 21px;
	color: #DA7E33;
	position: relative;
	top: 15px;
	width: 250px;
	left: 200px;
}
#header h1 a {
	font-size: 18px;
	color: #DA7E33;
	line-height: 26px;
}
#searchForm {
	float: left;
	margin: 10px 0 0 15px;
}
#header #topnav {
	float: right;
	margin-top: 20px;
	margin-right: 5px;
}
#header #topnav div.icon {
	text-align: center;
	float: left;
	padding-top: 10px;
	padding-right:15px;
	display: block;
	cursor: pointer;
}
#header #topnav a   {
	font-size: 9px;
	color: #FFF;
	text-transform: uppercase;
}
#header div.search-links {
	float: left;
	margin-top: 10px;
	margin-left: 15px;
}
#content {
	background-image: url(/images/gradstudy/bkgd-content.gif);
	background-repeat: repeat-y;
	overflow: hidden;
	width: 960px;
}
#content #navcolumn {
	float: left;
	width: 140px;
}
#content #navcolumn ul {
}
#content #navcolumn ul li {
	/*height: 38px; width: 128px;*/
	padding:6px 0 6px 12px;
}
#content #navcolumn ul li a {
	/*display: block;
	height: 27px;
	width: 128px;
	padding-top: 9px;
	padding-left: 12px;*/
	color: #FFF;
	font-size: 14px;
	text-transform: uppercase;
}
#content #navcolumn ul li a.two-line {
	/*height:38px;
	padding-top:3px;*/
}
#content #navcolumn ul li.background {
	background-image: url(/images/gradstudy/bkgd-leftnav.gif);
	background-repeat: repeat-y;
}
#mainarea {
	float: left;
	width: 535px;
	margin-left: 20px;
	margin-right: 20px;
}

#right-sidebar {
	width: 220px;
	float: left;
	padding-left: 20px;
}
#right-sidebar img {
	border: 3px solid #777777;
}
#footer a {
	color: #780031;
}
#footer p.address {
	text-align: center;
	margin-top: 15px;
	font-size: 11px;
}
#footer p.disclaimer {
	font-size: 9px;
}
.center {
	text-align: center;
}
.clearboth {
	clear: both;
	padding-bottom: 20px;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.hidden {
	display:none;
}
.imagefloatleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.imagefloatright {
	float: right;
	padding-bottom: 10px;
	padding-left: 10px;
}
.no-pad-bottom {
	padding-bottom: 0px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* Tips for this Hybrid layout
1. Since the side columns em-based sizing is based on the user's default font size, you will want to be sure that background graphics in the columns take that into account. Built correctly, this is more accessible for those that need larger font sizes, since the width of the columns remains proportionate. If this is undesirable with your design, simply change the width to a pixel size and be sure to change the margins on the #mainContent div accordingly.
2. Since the sizing of side columns in this layout are based on the 100% font size in the body element, if you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the column widths will downsize proportionately. You may want to increase their widths, and the size of the #mainContent div's side margins, to compensate for this.
3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust based on your final font sizing.
4. The #container div is not necessary for this layout at the 100% width. You may want to use it to create faux columns or limit the width of the layout.
5. It is not neccessary to have the 100% width on the #container div since, by nature, a div takes up 100% of the available space. It is here so that if you want to decrease the size of the overall container - perhaps leaving a bit of margin on each side - this will already be available for adjustment.
*/
#container {
	width: 100%;
	background: #FFFFFF;
	/*margin: 0 auto;  the auto margins (in conjunction with a width) center the page if needed */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin: 0px;
} 
#column2 {
	float: right;
	width: 274px; /* top and bottom padding create visual space within this div */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 0;
	margin-left: 8px;
	text-align: center;
}
IMG.eventimg {
	float: left;
	margin-right: 5px;
}
.newsitem {
	padding: 4px;
}
.newsitem P {
	margin: 0px;
}
.newstitle a, a.newsmore {
	color: #7C0A2A;
	font: bold 12px Arial;
	text-decoration: none;
}
#content #navcolumn ul li.subnav {
	nopadding-left: 20px;
}

a {
	color: #780031;
}
/* Tips for mainContent:
1. If you give this #mainContent div a font-size value different than the #sidebar1 div, the margins of the #mainContent div will be based on its font-size and the width of the #sidebar1 div will be based on its font-size. You may wish to adjust the values of these divs.
2. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
3. To avoid float drop, you may need to test to determine the approximate maximum image/element size since this layout is based on the user's font sizing combined with the values you set. However, if the user has their browser font size set lower than normal, less space will be available in the #mainContent div than you may see on testing.
4. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs that may occur.
*/
#column1 {
	margin: 0; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
	padding: 0;
} 
strong {
	font-weight: bold;
}
em {
	font-style: oblique;
}
#column1 li {
	list-style:  disc;
	vertical-align:inherit;
	margin: 0 0 3px 20px;
}
#column1 ul {
	margin: 0 0 10px 0;
}
#column1 ul ul {
	margin: 0 0 5px 0;
}
#column1 ul ul li {
	list-style: circle;
	margin: 0 0 3px 40px;
}
#column1 ul ul ul {
	margin: 0 0 5px 0;
}
#column1 ul ul ul li {
	list-style: circle;
	margin: 0 0 3px 60px;
}