@charset "utf-8";
/* CSS Document */

/*
Communication Design 				= #2E3192
I.T. Integrated Design				= #006D6F
Interdisciplinary Design			= #B97C24
Industrial Design					= #94070A
Textile Apparel & Accessory Design	= #68005A

Golden								= #D2AB67
*/
body {
	margin:0px;
	padding:0px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}
.gendotedDivider {
	border-bottom:dotted 1px #D2AB67;
}
.gendotedTopDivider {
	border-top:dotted 1px #D2AB67;
}
.cd {
	color: #2E3192;
	font-size:13px;
	font-weight:bold;
}
.cdBottomDoted {
	border-bottom:dotted 1px #2E3192;
}
.cdBottomBold {
	border-bottom:solid 2px #2E3192;
}
.itd {
	color: #006D6F;
	font-size:13px;
	font-weight:bold;
}
.itdBottomDoted {
	border-bottom:dotted 1px #006D6F;
}
.itdBottomBold {
	border-bottom:solid 2px #006D6F;
}
.idd {
	color: #B97C24;
	font-size:13px;
	font-weight:bold;
}
.iddBottomDoted {
	border-bottom:dotted 1px #B97C24;
}
.iddBottomBold {
	border-bottom:solid 2px #B97C24;
}
.ind {
	color: #94070A;
	font-size:13px;
	font-weight:bold;
}
.indBottomDoted {
	border-bottom:dotted 1px #94070A;
}
.indBottomBold {
	border-bottom:solid 2px #94070A;
}
.tad {
	color: #68005A;
	font-size:13px;
	font-weight:bold;
}
.tadBottomDoted {
	border-bottom:dotted 1px #68005A;
}
.tadBottomBold {
	border-bottom:solid 2px #68005A;
}
.top {
	background-image: url(Images/bg.jpeg) top center repeat-x
}

.dottedTopDiv {
	border-top:2px dotted #D2AB67;	
}
.dottedBottomDiv {
	border-bottom:2px dotted #D2AB67;	
}
.dottedRightDiv {
	border-right:2px dotted #D2AB67;	
} 
.disName {
	font-size:17px;
}
.prgName {
	font-size:15px;
}
a:link 
{ 
	color: #000000; 
	text-decoration: none; 
	font-weight: normal; 
}
a:visited
{
	color: #000000; 
	text-decoration: none; 
	font-weight: normal;  
}

a:hover
{
	 font-weight: normal;
	 color: #3399FF;	
}
/* Project Page */
.emailID {
	color:#5B5B5B;
	font-size:13px;
}
.stuName {
	font-size:13px;
	font-weight:bold;
}
.projectTitle {	
	font-size:17px;
	font-weight:normal;
}
.footer {
	background:#EBBB63 url(Images/fbg.gif) bottom repeat-x;
	height:270px;
}
.footer_resize {
	margin:0 auto;
	padding:0 20px;
	width:960px;
}
.footerContent {
	padding-top:5px;	
}