/* ComingHome.tamu.edu website print styles */

body {
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
	background-color: #ffffff;
}

/* ------------------------------------------------------------ */
#wrapper {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	border: none;
}

/* ------------------------------------------------------------ */
#header-container {
	position: relative;
	width: 100%;
}
#toptitle {
	width: 100%;
	margin: 0 auto 10px auto;
	padding: 0 0 5px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #000000;
	text-align: center;
	background-color: #ffffff;
	border-bottom: 1px solid #000000;
}
#toptitle span.fcs {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	font-style: italic;
	color: #000000;
}
#toptitle span.title1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 22pt;
	font-weight: bold;
	color: #000000;
	font-style: italic;
}
#toptitle span.title2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #333333;
}

/* ------------------------------------------------------------ */
#globalnav {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

/* ------------------------------------------------------------ */
#content {
	position: relative;
	width: 100%;
	float: none !important;
	margin: 0 auto;
	padding: 0 0  1em 0;
	border-bottom: 1px solid #000000;
}
#content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	color: #000000;
}
#content h1 span {
	padding: 0 0 0 1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 70%;
	font-style: italic;
	color: #426093;
}
#content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	color: #000000;
}
#content h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #000000;
}
#toptable {
	margin: 1em 0 0 0;
	padding: 0;
}
.topimage {
	margin: 1em 1em 0 0.5em;
	padding: 0;
	border: 3px solid #4868a0;
}

/* ------------------------------------------------------------ */
#rightcolumn {
	position: relative;
	width: 100%;
	float: none !important;
	margin: 0 auto;
	padding: 0;
}

/* ------------------------------------------------------------ */
#footer {
	margin-top: 2em;
	font-size: 10pt;
	border-top: 1px solid #000000;
}

/* ------------------------------------------------------------ */
li {
	line-height: 1.3em;
}
.li-space{
	margin-bottom: 0.5em;
}
.small {
	font-size: 80%;
}
.textalignright {
	text-align: right;
}
.textalignleft {
	text-align: left;
}
.textaligncenter {
	text-align: center;
}
.hide {
	display: none;
}
.noborder {
	border: none;
}
.top {
	font-size: 80%;
	margin: 3em 0 0 0;
	padding: 0;
}

