body {
	max-width: 950px;
	margin: 10px auto 0px auto;
	font-family: arial;
	font-size: .9em;
	background: url('/internship/images/back.gif');
}
a {
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
/* Header styles */
#header {
	width:950px;
	position: relative;
}
#leftcrnr {
	width:27px;
	float:left;
}
#rightcrnr {
	width:27px;
	float:right;
}
.fontar10bwht1 {
	color:#fff;
	font-weight: bold;
	font-size: 10pt;
	text-decoration: none;
}
#headtopctr {
	margin-left:27px;
	margin-right:27px;
	background:#003366;
	min-height:25px;
}
#logo {
	background:#fff;
	height: 150px;
	width: 950px;
}
.toplogo {
	float: left;
	margin-left: 5px;
	width: 510px;
}
.tradition {
	font-family: times new roman, arial;
	font-size: 1.7em;
	font-style: italic;
	color:#003366;
	margin-left: 20px;
}
#topphoto {
	/*width:215px;*/
	float: right;
	margin-bottom: 3px;
	margin-left: 10px;
	max-height:  95%;
	text-align: center;
}
.specialhdrfont {
	font-family:times new roman, arial;
	font-size:1.5em;
	color:#003366;
	text-align:Center;
	font-style: italic;
}
/* Top Menu items */
#topmenuouter {
	background:#003366;
	padding:3px;
	text-align: center;
}
#topmenu {
	width: 564px;
	margin-left:280px;
	background:#003366;
}
#topmenu_noside {
	width: 950px;
	margin-left:200px;
	background:#003366;
}
.menuitem a {
	width: 178px;
	float: left;
	color:#fff;
	font-size:1.3em;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
}
#topmenu1 {
	width: 600px;
	margin-left:140px;
	background:#003366;
}
.menuitem1 a {
	width: 180px;
	float: left;
	color:#fff;
	font-size:1.3em;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
}
#topmenu2 {
	margin-left: 65px;
	background:#003366;
}
.menuitem2 a {
	width: 200px;
	float: left;
	color:#fff;
	font-size:1.3em;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
}
#topmenunccrs {
	background:#003366;
	min-height: 22px;
	text-align: center;
}
.menunccrs {
	width: 620px;
	margin-left:75px;
}
#topmenu_a {
background:#003366;
min-height: 22px;
text-align: center;
}
.menu_a {
width: 620px;
margin-left:75px;
}
.menuitem_a a {
	width: 180px;
	float: left;
	color:#fff;
	font-size:1.3em;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
}
.menuitemnccrs a {
	width: 180px;
	float: left;
	color:#fff;
	font-size:1.3em;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
}
.menuitem a:hover {
text-decoration:underline;
}
#menupadding a
{
padding-left: 15px;
}
#menupadding1 a
{
padding-left: 15px;
}
/*End of top menu*/
/*End of Header Styles*/

/* Footer styles */
#footerintern {
	width:950px;
	position: relative;
	padding-top: 3px;
	background:#003366;
	color:#fff;
	font-size: .8em;
	clear:both;
	margin-top:4px;
}
.footerspk {
	font-size: 1.2em;
	font-weight: bold;
}
#footerintern A {
	color:#fff;
}
#footleftcrnr {
	width:27px;
	float:left;
}
#footrightcrnr {
	width:27px;
	float:right;
}
#footctr {
	margin-left:27px;
	margin-right:27px;
	min-height:22px;
	background:#003366;
}
#footright {
	margin-left:200px;
	margin-right:10px;
	text-align: right;
}
#footleft {
	margin-left:10px;
	float:left;
	text-align: left;
}
#foothr {
	background-color:#FFFFFF; 
	color:#FFFFFF; 
	border:0; 
	height:2px;
	width:100%;
}
/*End of Footer Styles*/

/* Start of Column CSS */
#container {
	position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear:both;
	float:left;
	width:950px;				/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
}
#maincontainer {
	clear:left;
	float:left;
	width:100%;
	overflow:hidden;
	background:#ffffff; /* column 2 background colour */
}
#sidecontainer {
	float:left;
	width:100%;
	position:relative;
	right:730px;
	background:#003366; /* column 1 background colour */
}
#sidebar {
	float:left;
	width:220px;
	position:relative;
	left:730px;
	overflow:hidden;
	font-size:.95em;
	text-align:left;
	color:#FFFFFF;
}
#sidebar a {
	color:#ffffff;
}
#sidebar a:hover {
	color:#ffffff;
	text-decoration:none;
}
#sidebar img.speaker {
	margin-left:48px;
}
#sidebar .speaker {
	font-size:1.3em;
	font-weight:bold;
}
#sidebar .indent_text {
	margin: 10px 10px 0px 5px;
	font-weight:bold;
	font-size:.95em;
}
#sidebar img.chair {
	margin-left:53px;
}
#content {
	float:left;
	position:relative;
	left:730px;
	padding:10px;
	overflow:hidden;
	text-align:justify;
	width:710px;
	background:#FFFFFF;
	font-size:1.05em;
	min-height:500px;
}
#maintitle {
	font-size: 1.35em;
    font-weight: bold;
    text-align: center;
}
.bluetitle {
	color: #003366;
    font-size: 1.45em;
    font-weight: bold;
    text-align: center;
}
.bluesubtitle {
	color: #006699;
    font-size: 1.05em;
    font-weight: bold;
    text-align: left;
}
li.mainpage {
	margin-top: 10px;
	margin-left:15px;
}
.bluebox {
	background:#069;
	padding: 3px;
	color:#ffffff;
	text-align:center;
}
.sm_blue_link {
	color: #000066;
    font-size: .9em;
    font-weight: bold;
}
a.sm_blue_link {
	color: #000066;
}
a:hover.sm_blue_link {
	text-decoration:none;
}
.equal_opp {
	margin-top:3px;
	text-align:center; 
	font-size:.75em; 
	font-weight:bold;
}
/* application box styles */
#application_main {
width: 80%;
background:#069;
margin-left: 50px;
padding: 15px;
color:#fff;
text-align: center;
border: #036 double 6px;
}
#application_main a {
	color:#ffffff;
}
#application_main a:hover {
	text-decoration:none;
}
.nametxtbg {
	font-size:1.1em;
	font-weight: bold;
}
#sidebar img {
	text-align:center;
}
/* mocksession styles */
#mock_title_main {
	color: #000099;
    text-align: center;
    font-size: 1.75em;
	margin-top:5px;
}
#mock_subtitle_main {
	color: #000099;
    font-size: .9em;
	margin-top:5px;
	margin-bottom:5px;
}
#mock_speaker_title {
	color: #000000;
    font-size: 1.8em;
    text-align: center;
	margin-top:5px;
	font-weight:bold;
}
.present_title {
    font-family: times new roman,arial;
    font-size: 1.4em;
    text-align: right;
}
#mock_home_link {
	margin-top:10px;
}
#photobox {
	font-size: 0.95em;
    font-style: italic;
    font-weight: bold;
    text-align: center;
}
.lgphoto_speaker {
	text-align:center;
    font-size: 1.25em;
	font-style:normal;
}
.lgphoto {
	text-align:center;
}
.mock_col1 {
    float: left;
    margin-left: 50px;
    width: 295px;
}
.mock_col2 {
	float: left;
    margin-left: 20px;
}
/* end of mock styles */
/* nccrs styles */
#nccrs_letter {
	font-size:.85em;
}
#nccrs_sig {
	background-image: url('../images/nccrs_sig.gif');
	background-repeat: no-repeat;
	text-align:left;
}
.nccrs_col1 {
	float:left;
	font-weight:bold;
}
.nccrs_col2 {
	float:left;
	margin-left:10px;
}
/* end of nccrs styles */
.clear {
	clear:both;
}
/* professor pages */
.prof_image {
	float:left;
	margin-right:10px;
}
.blueprof_title {
	color: #003366;
    font-size: 1.45em;
    font-weight: bold;
}
.blueprof_subtitle {
	color: #003366;
    font-size: 1.05em;
    font-weight: bold;
}
.title {
	font-weight:bold;
	font-size:1.3em;
	text-align:left;
}
#prof_text {
	font-size:.9em;
}
/* end of professor pages */
/* award fonts */
#award_photos {
	font-size:.8em;
	font-weight:bold;
	text-align:center;
}
.award_col1 {
	float:left;
	margin-left:50px;
	width:295px;
}
.award_col2 {
	float:left;
	margin-left:20px;
}
#award_photos .large_caption {
	font-style:italic; 
	font-weight:bold; 
	text-align:center; 
	font-size:1.2em;
}
#decrease_font {
	font-size:.9em;
}
/* forum styles */
.forum_col1 {
	float:left;
	margin-left:70px;
	width:300px;
}
.forum_col2 {
	float:left;
	margin-left:20px;
}

/*forum*/
.forumphotobox{
	width: 520px;
	position: relative;
	left: 110px;
	font-style:italic;
	font-weight:bold;
	font-size:.85em;
	text-align:center;
}
.forumphotobox .photo1
{
width: 250px;
float: left;
margin-right: 10px;
}
.forumphotobox .photo2
{
width: 250px;
float: right;
margin-left: 10px;
}
/* menus for grads & undergrads */
#sidemenu {
	float: left;
	margin:0px 10px 0px 10px;
	background:#006699;
	color:#ffffff;
	text-align: center;
	font-size: 1.1em;
	padding: 3px;
	width:190px;
}
#sidemenuwhite {
	background: #fff;
	color:#000;
	padding: 8px;
}
#sidemenuwhite a {
	background: #fff;
	color:#003366;
}
#sidemenuwhite a:hover {
	background: #fff;
	color:#555555;
	text-decoration:none;
}
#sss_sig {
    background: url("../images/silversig.gif") no-repeat scroll 0 0 transparent;
    text-align: left;
}
#glick_sig {
    background: url("../images/dg_sig.gif") no-repeat scroll 0 0 transparent;
}
#smith_sig {
    background: url("../images/smith-sig.gif") no-repeat scroll 0 0 transparent;
	padding:10px;
}
#ledford_sig {
    background: url("../images/ledford-sig.gif") no-repeat scroll 0 0 transparent;
	padding:10px;
}
/*application page*/
.applicationbg
{
width: 700px;
position: relative;
left: 15px;
background:#fff;
padding:10px;
color:#000;
font-size: .95em;
}
.applicationbox
{
width: 600px;
position: relative;
left: 50px;
}
.applicationbox .colleft
{
width: 299px;
float: left;
margin-right: 1px;
margin-bottom: 2px;
}
.applicationbox .colright
{
width: 299px;
float: left;
margin-left: 1px;
margin-bottom: 2px;
}
.applicationbox .colleft1
{
width: 198px;
float: left;
margin-right: 1px;
margin-bottom: 2px;
}
.applicationbox .colright1
{
width: 198px;
float: left;
margin-left: 1px;
margin-bottom: 2px;
}
.applicationbox .colmid1
{
width: 199px;
float: left;
}
.darkbluebg {
background:#036;
padding: 3px;
text-align: center;
color:#fff;
}
.ltbluebg {
background:#ccf;
padding: 3px;
text-align: center;
}
/*end of application page*/
