
body {
	background-color: #385686;
   	margin:0px 0px 0px 10px;
   	font-family : Verdana, Arial, Helvetica, sans-serif, "MS sans serif";
   	font-size : 85%;
		text-align:center;
		}
	a {color: black;}
	


	#skiptopagecontent p
	{
		margin-top: 5px;
		margin-bottom: 0px;
		font-size: 10px;
	}

	#content {
		width: 820px; /*780*/ /*Sreekanti: Changed from 800px to 820px for compatability accross browsers. */
		/*margin-right:0; /*10%*/
		/*margin-left:0; /*10%*/
		/*margin-top: 0; /*5%*/  /*/*Sreekanti: The three margin definitions affect display in any of the browsers.*/
		padding-bottom:10px;
		background:#fff;
		border:2px solid #000;
		text-align:left;
		margin: 0 auto; /* Sreekanti: Adding this resolves the center alignment problem of the content in Firefox and other browsers*/
		/*min-width:500px;
		min-height:800px;
		max-width:700px;*/ /*Sreekanti: removed commented code as it does not apply to IE browsers. Removing it improves the display in other browsers.*/
		}
		
	#menufooter  {
		margin-bottom:20px;
		}
		
	#menusitelinks {
		font-size:95%;
		margin-top:10px;
		}
		
	.menus h1 {
	color: black;
	font-size: 100%;
	margin: 0;
	padding: .5em;
	}
		
	.menus ul {
		padding-left: 0px;
	}
	
	.menus li {
		margin-left: 0px;
		margin-top: 4px;
		list-style-image: url(../images/smallarrow.gif);
	}
	
	.menus a:link {
		color:black;
		text-decoration:none;
	}
	
	.menus a:visited {
		color:black;
		text-decoration:none;
	}	
	
	.menus a:hover {
		color:black;
		text-decoration:underline;
	}
	
	.one-image {
		text-align:center;
	}
	
	a.sitelinksnew { color:#fff; /*#fff, 222f65*/
	text-decoration: none;
	padding-left : 12px;
    margin-top : 6px;
    margin-bottom : 5px;
    background : #95b6df url(../images/smallarrow.gif) no-repeat;
	margin-right:6px;
	margin-left:6px;
	}
		 
		 
	a.sitelinksnew:hover { color:#fff;
	text-decoration: underline;
	padding-left : 12px;
    margin-top : 6px;
    margin-bottom : 5px;
    background : #708db9 url(../images/smallarrow.gif) no-repeat;
	margin-right:6px;
	margin-left:6px;
		 }
	
	.menus {
		border-left:10px solid #222f65; 
		border-bottom:1px solid #222f65;
		border-top:1px solid #222f65;
		border-right:1px solid #222f65;
		margin-right:15px;
		background:#95b6df; /*#708db9*/
		color:#fff; /*#fff, 222f65*/
		padding:0;
		margin-bottom:10px;
		text-align:left;
		font-size:95%;
		}
	
	#menu {
		width:215px; /*Sreekanti: Changed from 210 to 215px as an adjustment to the change in padding for firefox*/
		padding:2px; /*Sreekanti: Changed from 0px to 5px for firefox*/
		margin-left:20px;
		margin-left:-5px; /*Sreekanti: Changed from -3px to -5px as an adjustment to change in  padding for firefox*/
		float:left;
		/*
		IE5x PC mis-implements the box model. Because of that we sometimes have
		to perform a little CSS trickery to get pixel-perfect display across browsers.
		The following bit of code was proposed by Tantek Celik, and it preys upon a CSS
		parsing bug in IE5x PC that will prematurly close a style rule when it runs
		into the string "\"}\"". After that string appears in a rule, then, we can override
		previously set attribute values and only browsers without the parse bug will
		recognize the new values. So any of the name-value pairs above this comment
		that we need to override for browsers with correct box-model implementations
		will be listed below.
		
		We use the voice-family property because it is likely to be used very infrequently,
		and where it is used it will be set on the body tag. So the second voice-family value 
		of "inherit" will override out bogus "\"}\"" value and allow the proper value to
		cascade down from the body tag.

		The style rule immediately following this rule offers another chance for CSS2
		aware browsers to pick up the values meant for correct box-model implementations.
		It uses a CSS2 selector that will be ignored by IE5x PC.
		
		Read more at http://www.glish.com/css/hacks.asp
		*/
		voice-family: "\"}\"";
		voice-family: inherit;
		}
	html>body #menu {
		margin-left:-6px;
		}
		
	p,h1,h2,h3 {
		margin-top:0px;
		margin-bottom:10px;padding:0px 20px 0px 20px;
		}
		
	h1  

{
font-size: 160%;
font-family: Verdana,Arial,Helvetica,san-serif;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #cccccc;
border-top-width: 1px;
border-top-style: solid;
border-top-color: #cccccc;
padding-top: 5px;
padding-right: 5px;
padding-bottom: 5px;
padding-left: 5px;
font-weight: normal;
}
		
	h2 {
font-size: 140%;
font-family: Verdana,Arial,Helvetica,san-serif;
padding-top: 5px;
padding-right: 5px;
padding-bottom: 5px;
padding-left: 5px;
font-weight: normal;
		}
		

		
	#title img {
		border-top:1px solid #222f65;
		border-bottom:1px solid #222f65;
		border-right:11px solid #222f65;
		border-left:11px solid #222f65;
		background:#708db9;
		margin-top:10px;
		padding:0px; /*Sreekanti: Instead of 4 entries of 0 padding on left, right, top, and bottom; changed it to a single entry or padding:0 */
		}
		
	#title {
		padding-left:5px;
		padding-right: 5px; /* changed padding: 0px to 5px on the left and right*/
		margin-right:-6px;
		margin-left:-6px;
		width:100%; /* I have to specify a width for IE5 PC, or else it ignores the top-margin of the H1 element therein. But 100% is different in browsers without IE5x PC's broken box model, so I have to use the CSS2 selector trick to set the width to auto for those browsers*/
		voice-family: "\"}\"";
		voice-family: inherit;
		width:auto;
		}
	html>body #title {
		width:auto;
		}
			
	a.sitelinksnew { color:#fff; /*#fff, 222f65*/
	text-decoration: none;
	padding-left : 12px;
    margin-top : 6px;
    margin-bottom : 5px;
    background : #95b6df url(../images/smallarrow.gif) no-repeat;
	margin-right:6px;
	margin-left:6px;
		 }
		 
		 
	a.sitelinksnew:hover { color:#fff;
	text-decoration: underline;
	padding-left : 12px;
    margin-top : 6px;
    margin-bottom : 5px;
    background : #708db9 url(../images/smallarrow.gif) no-repeat;
	margin-right:6px;
	margin-left:6px;
		 }
		 
	a.sitelinksredorange { color:#f60; }
	a.sitelinksorange { color:#f90; }
	a.sitelinkswhite { color:#fff; }
		
		
	p.anchor {
		text-align:right;
		font-size: 70%;
		}
	
	.links {
		margin-left:50px;
		margin-right:30px;
		}
	
	#layouts {
		font-size:95%;
		margin-left:10px;
		}
		
td.chartbox {
		width:300px ;
		border-left:1px solid #222f65; 
		border-bottom:1px solid #222f65;
		border-top:1px solid #222f65;
		border-right:1px solid #222f65;
		background:#ffffff;
		color:#000;
		padding:10px;
		margin-bottom:10px;
		text-align:left;
		font-size:95%;
		font-weight:900%;
		}

#Rheader {
		font-size: 110%;
		font-weight: bold;
		text-align: center;
		}
		




#rightcontent {
		margin-left: 210px;
		margin-right:10px; 	/*Sreekanti: Added right margin to keep content from sticking to the content layout border.*/
		}

#indent{
		margin-top:0px;
		margin-bottom:10px;padding:0px 20px 0px 20px;
		}
		
#header2 {
		font-size: 110%;
		font-weight: bold;
		text-decoration: underline;
		}
		
		ul
		{
		margin-left: +30px;
		margin-top: 0px;
		}
		
		li
		{
		margin-left: +20px;
		}
/*new classes for branding*/
.hide_hinttext{ height:1px; width:1px; overflow:hidden; position:absolute; top:-60px; left:50%; font-size:1%; color: #fff;}
#footer{ clear: both; font-size: 70%; background-color: #eeeeee; border: 1pt solid #222f65; color: #000; text-align: center; padding: 3pt 0 1pt 0; height: 100pt; margin-left: 2.5em; margin-right: 2em; vertical-align: middle;} /*Sreekanti: added a right margin to the footer to keep an even spacing on the left and right sides of the footer banner in IE and FireFox*/
.bottombar{ height: 5pt; background-color: #708db9;  width: 100%; padding:0; margin: 0;}

#resources ul
{
	text-align:left;
	margin-left:40px;	
	padding-left:0px;
}

#resources li
{
	text-align:left;
	margin-left:0px;
	margin-bottom: 7px;
}

#collaborators p
{
	margin-bottom: 25px;
}

#staff table
{
	border-width: 0px;
	border-style: outset;
	border-color: red;
	border-collapse: separate;
	margin-bottom: 20px;
	margin-left: 10px;
	font-size:12px;
}

#staff th 
{
	border-width: 0px;
	padding: 10px;
	border-style: outset;
	border-color: black;
	text-align: left;
}

#staff td 
{
	border-width: 0px;
	padding: 10px;
	border-style: outset;
	border-color: black;
}

#staff li
{
	text-align:left;
}

#staff h3
{
	margin-top: 20px;
}

#publications ul
{
	text-align:left;
	margin-left:40px;
	padding-left:0px;	
}

#publications li
{
	text-align:left;
	margin-left:0px;
	margin-bottom: 7px;
}

#breadcrumb ul li{
   list-style-image: none;
   display:inline;
   padding: 0 3px 0 0;
   margin: 3px 0 0 0;
}
#breadcrumb ul{
   margin:0;padding:0;
   list-style-type: none;
   padding-left: 1em;
   }
   
#breadcrumb {padding-bottom:20px;}

#news ul
{
	text-align:left;
	margin-left:40px;	
	padding-left:0px;
}

#mobilityNews{padding-left: 10px;}



.newsItem{
border-bottom: 2px solid #e5e5e5;
padding:10px 0px 0px 0px;
margin:0px;
height:60px;}



.newsThumbnail {
float: left; 
width: 50px;
height: 50px;
padding: 0px;
margin-right: 6px;
border: 1px solid #999999;
}

.newsThumbnail img {border: 0;
					}

a.newsHeadline:link {text-decoration: none;}
a.newsHeadline:visited {text-decoration: none;}
a.newsHeadline:hover {text-decoration: underline;}

.eventDateIcon {
background-image: url(http://www.coa.gatech.edu/images/bgEventDateListIcon.png);
background-repeat: no-repeat;
background-attachment: scroll;
background-position: center top;
height: 50px;
width: 50px;
margin-top: 4px;
margin-right: 10px;
margin-bottom: 0pt;
margin-left: 0pt;
padding-top: 0pt;
padding-right: 0pt;
padding-bottom: 0pt;
padding-left: 0pt;
border: 1px solid #cccccc;
float:left;
}

.eventDateIconDate {

color: #4a6594;
display: block;
font-weight: bold;
margin-top: 0pt;
margin-right: 0pt;
margin-bottom: 0pt;
margin-left: 0pt;
padding-top: 0pt;
padding-right: 0pt;
padding-bottom: 0pt;
padding-left: 0pt;
text-align: center;
}

#news li
{
	text-align:left;
	margin-left:0px;
	margin-bottom: 7px;
}

#events ul
{
	text-align:left;
	margin-left:40px;
	padding-left:0px;	
}

#events li
{
	text-align:left;
	margin-left:0px;
	margin-bottom: 7px;
}

#events li p
{
	margin-top: 7px;
}

.eventnames
{
	font-size:135%;
	font-weight:bold;	
	color:#385686;
}


ul.mrerc {	
			padding: 15px; 
			margin-left:0px; 
			margin-bottom: 20px;
			list-style: disc;
			}
			
ul.mrerc li {
	margin: 0;
	padding: 5; 
	margin-left: 10px;	
}

.mrerc_nobullets{
	list-style:none;
	font-size: 120%;
	margin-left: -60px;
	}

ul.mrerc a {
			font-size: 120%;}
ul.mrerc a:hover {text-decoration:none}





h3.mrerc {
	
font-size: 100%;
font-family: Verdana,Arial,Helvetica,san-serif;
padding-top: 5px;
padding-right: 5px;
padding-bottom: 5px;
padding-left: 5px;
font-weight: normal;
}