/* New 2009 Design */

body{
 border:4px #333366;
 border-style: solid; 
 margin-top:60px; 
 margin-bottom:60px; 
 margin-left:12%; 
 margin-right:12%; 
 /* background: url(../images/bg/080513_IMG_6027.png) center fixed no-repeat; */
 /*background: url(../images/bg/IMG_2460.png) center fixed no-repeat;*/
 
 /* Creative Commons License Images */
 /*background: url(../images/bg/rays_of_sun_through_smoke_in_trees_CC_1.jpg) center fixed no-repeat;*/
 /*background: url(../images/bg/sunrise_on_boardwalk_CC_1.jpg) center fixed no-repeat; */
 background-color:#FFFFFF;
}

/* Navigation Buttons */
a.navlinks{font-family:Arial; font-size:14px; font-weight:bold; line-height:16px; color:#FFFFFF; text-decoration:none; text-align:center; width:150px; float:left; background-color:#000099; height:18px; padding-top:3px; padding-bottom:0px; border-top:0px #000099 solid; border-bottom:0px #000099 solid;}
a.navlinks:hover{background-color:#0099FF;}

/* Section Buttons */
a.sectionlinks{font-family:Arial; font-weight:bold; line-height:16px; text-decoration:none; text-align:center; width:150px; height:18px; padding-top:3px; padding-bottom:0px;}
a.sectionlinks:hover{background-color:#0099FF;}

/* Official UVA Colors */
.uvablue{color:#333366}
.uvaorange{color:#cc6600}
.uvablue_background{background-color:#333366}
.uvaorange_background{background-color:#cc6600}

/* Other Fonts */
.copyright {font-family:Arial, Helvetica, sans-serif; font-size: 10pt; color: #666666; padding-top:40px; padding-bottom:10px; border-top:1px #FFFFFF solid}
.volume {font-family: Georgia, "Times New Roman", Times, serif; font-weight:bold; color: #000000; border-bottom:1px #cc6600 solid}

/* Heading Styles */
.h2-style { font-size: 20pt; font-family: Georgia, "Times New Roman", Times, serif; color: #000099; }
.h3-style { font-size: 16pt; font-family: Georgia, "Times New Roman", Times, serif; color: #0099FF; }
.h3-style-white { font-size: 16pt; font-family: Georgia, "Times New Roman", Times, serif; color: #FFFFFF; }
.h4-style { font-size: 12pt; font-family: Arial; font-weight: bold; color: #000000; }
.h4-style-white { font-size: 12pt; font-family: Arial; font-weight: bold; color: #FFFFFF; }

/* Image Float */
.floatimage-right {float: right;}
.floatimage-left {float: left;}

acronym{
	border-bottom: 1px dotted #000099;
	cursor:help;
}

/* Table Related */
.tablethinline {
	border : thin solid Black;
}

.table-dotted-line {
	border : thin dotted Black;
	padding-top : 2 px;
	padding-bottom : 2 px;
}

/* -------------------- CSS Layout -------------------- */
div#header{position:relative}
div#header img{float:left}
div#header h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	text-align: center;
	line-height: 36px;
	margin: 0;
	padding-top: 80px;
	padding-left: 10px;
	padding-right: 10px;
	color: #cc6600; 
	text-align: center; 
}
div#content p{line-height:1.4}
div#extra{background:#FF8539}
div#footer{background: #333;color: #FFF}
div#footer p{margin:0;padding:5px 10px}
div#footer a{display:inline;padding:0;color: #C6D5FD}

div#wrapper{float:right;width:100%;margin-left:-200px}
div#content{
	margin-left:240px;
	border-top:20px #333366 solid;
	padding-top:20px;
	padding-left:25px;
	padding-right:25px;
}
div#navigation{
	background:#B9CAFF;
	float:left;
	width: 200px;
	border-top:20px #333366 solid;
	border-right:4px #333366 solid;
}
div#extra{float:left;clear:left;width:234px}
div#footer{clear:both;width:100%}

/* -------------------- HEADER -------------------- */
TD.header {
	background-image: url(../images/translucent_png3.png);
/*	background-color:#FFFFFF;*/
}

TD.header h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30pt;
	color: #000099;
	padding-top:15px;
	padding-left:25px;
}
TD.header a{ color: #000099; text-decoration: none; }
TD.header a:hover{ color: #000099; text-decoration: none; }

/* -------------------- NAVIGATION -------------------- */

TD.navigation {
	background:#000099;
	border-top:4px #333366 solid;
	padding-top:0px;
	border-bottom:4px #333366 solid;
}

/* -------------------- BODY -------------------- */

TD.body {
	border-top:0px #333366 solid;
	padding-top:20px;
	padding-left:25px;
	padding-right:25px;
	font-family:Georgia, "Times New Roman", Times, serif;
	/*font-family: "Times New Roman", Times, serif;*/
	font-size:12pt;
	
	background-image: url(../images/translucent_png3.png);
	
/*	background-color: #ffffff;  /* the background          */
/*	filter:alpha(opacity=50);   /* Internet Explorer       */
/*	-moz-opacity:0.5;           /* Mozilla 1.6 and below   */
/*	opacity: 0.5;               /* newer Mozilla and CSS-3 */

}

TD.body p {

}

TD.body a {
	color:#000099;
	text-decoration:none;
}

TD.body a:hover {
	color:#0099FF;
	text-decoration: underline;
}
/* UVA Color Scheme for Links
TD.body a {
	color:#0066FF;
	text-decoration:none;
}

TD.body a:hover {
	color:#cc6600;
	text-decoration: underline;
}
*/

/* TD.body a:hover {
	color:#FFFFFF;
	text-decoration:none;
	background-color:#cc6600;
} */

/* Headings */
TD.body h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36pt;
	color: #000099;
	text-align: center;
}

TD.body h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20pt;
	color: #000099;
}

TD.body h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16pt;
	color: #0099FF;
}

TD.body h4 {
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
}
