/* CSS Document */

body{
background:url(../images/backgroundimg.jpg);
margin:0px;
}

#outer {
background-color:#ffffff;
margin:0px auto 0px auto;
padding:0px;
}

.navigation {
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
color:#FFFFFF;
line-height:18px;
font-weight:bold;
}

.navigation a{
color:#FFFFFF;
text-decoration:none
}

.navigation a:hover{
color:#000000;
text-decoration:none;
}
.red{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #F65E4C;
	line-height:16px;
	font-weight:bold;
}
.redtext{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #414141;
	line-height:16px;
}
.more{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #FF0E00;
	line-height:16px;
}
.more a{
	color: #FF0E00;
	text-decoration:none;
}
.more a:hover{
	color: #000000;
	text-decoration: none;
}
.text{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000000;
	line-height:16px;
}
.text a{
	color: #000000;
	text-decoration:none;
}
.text a:hover{
	color: #FF0000;
	text-decoration: none;
}
.whittext{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #FFFFFF;
	line-height:16px;
}
.whittext a{
	color: #FFFFFF;
	text-decoration:none;
}
.whittext a:hover{
	color: #000000;
	text-decoration: none;
}

.heading {
	color:#F35945;
	font-family:Arial;
	font-size:17px;
	font-weight:bold;
	padding-left:7px;
	background-color:#FFFFFF;
	
}
.bgimg{
	background: url(../images/udaipur_college_graybg.jpg) repeat-x ;

}
.border {
border-left:#E6E6E6 solid 1px;
border-right:#E6E6E6 solid 1px;
border-bottom:#E6E6E6 solid 1px;
}
.borLight{
background-color:#F4F4F4;
border:1px solid #DEDEDE;
padding:3px;
}
.tableborder{
border: dashed #E6E6E6 solid 1px;

}
.picRight {
	border:1px dashed #CCC;
	padding:10px 10px 10px 10px;
}
.gallery {
	border:1px dashed #CCC;
	padding:2px 2px 2px 2px;
}