body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg.jpg);
}
.style6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
}
a:link {
	color: #868686;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #868686;
}
a:hover {
	text-decoration: none;
	color: #930000;
}
a:active {
	text-decoration: none;
	color: #868686;
}
a{
color:#dc7721;
text-decoration:underline;

}

.style7 {color: #CCCCCC}
.style10 {
	color: #CCCCCC;
}
.style11 {color: #454545}
.subheading {
color: #930000;
	font-size: 16px;
}
.project_heading {
	font-family: arial;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #930000;
}
.style13 {
	font-weight: normal;
	color: #CCCCCC;
}

.message{
	border:1px dashed #FAAE6D;
	padding:5px;
	width:100%;
	margin:0 auto;
	color:green;
	font-weight:bold;
	text-align:center;
	font-size: 11px;
	background-color:#FFFFFF;
}

.error{
	border:1px dashed #FAAE6D;
	padding:5px;
	width:100%;
	margin:0 auto;
	color:red;
	font-weight:bold;
	text-align:center;
	font-size: 11px;
	background-color:#FFFFFF;
}
.gridhead{
	/*color: #FFFFFF;*/
	font-size:11px;
	background-color: #660033;
	text-align:center;
	height:25px;
	text-transform:uppercase;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	border: 1px solid #F58220; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
	background-color: white;
	width: 200px;
	visibility: hidden;
	text-align:left;
	font-size:11px;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
	display: block;
	text-indent: 3px;
	border: 1px solid #F58220; /*THEME CHANGE HERE*/
	padding: 2px 0;
	font-weight: bold;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	color: black;
}
red{
	color:red;
}

.admin_menu a{
	color:#930000;
	background-color:#FFFFFF;
	font-weight:none;
	font-family: Georgia,Arial, Helvetica, sans-serif;
	padding: 0px 0px 0px 20px ;
}

.admin_menu a:link {
	color:#930000;
	background-color:#FFFFFF;
	font-weight:none;
	font-family: Georgia,Arial, Helvetica, sans-serif;
	padding: 0px 0px 0px 20px ;
}
.admin_menu a:visited {
	color:#65102D;
	background-color:#FFFFFF;
	font-weight:none;
	font-family: Georgia,Arial, Helvetica, sans-serif;
	padding: 0px 0px 0px 20px ;
}
.admin_menu a:hover {
	color:#65102D;
	background-color:#FFFFFF;
	font-weight:none;
	font-family: Georgia,Arial, Helvetica, sans-serif;
	padding: 0px 0px 0px 20px ;
}
.admin_menu a:active {
	color:#65102D;
	background-color:#FFFFFF;
	font-weight:none;
	font-family: Georgia,Arial, Helvetica, sans-serif;
	padding: 0px 0px 0px 20px ;
}

.gridHead{
	color:#FFFFFF;
	background-color:#930000;
	height:30px;
	text-align:center;
	font-weight:bold;
}

.gridEven{
	color:#000000;
	font-weight:none;
	background-color:#FFFFFF;
}

.gridOdd{
	color:#000000;
	font-weight:none;
	background-color:#EFEFEF;
}

input{
	background-color:#FFFFFF;
	border: 1px solid #930000;
}

textarea{
	background-color:#FFFFFF;
	border: 1px solid #930000;
}

.button{
	padding: 6px 20px 6px 20px ;
	font-weight:bold;
	border: 1px solid #930000;
}