﻿/*
	Color Scheme ID: 1C51Tw0vvw0w0
	http://colorschemedesigner.com/
*/
#mainBody{
	background-position: center center;
	width: 955px;
	height: 400px;
	margin: 0 auto 0 auto;
	background-image: url('../images/mainbg.jpg');
	background-repeat: no-repeat;
	padding: 30px 5px 5px 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	font-weight: lighter;
	color: #a39300;
}
#mainBody p{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-large;
	font-weight: lighter;
	color: #a39300;
	line-height: 50px;
}
#mainBody a{
	text-decoration: overline;
	color: #996600;
}
#mainBody a:hover{
	text-decoration: overline;
	color: #1a1a1a;
}

#mainBody h1{
	font-family:Georgia, "Times New Roman", Times, serif ;
	font-size: xx-large;
	font-weight: lighter;
	/*color: #7177D7;*/
	color:#1a1a1a;
	padding-top:15px;
	padding-bottom:3px;
}
#mainBody h4{
	font-size: small;
	font-family:Georgia, "Times New Roman", Times, serif ;
	font-weight: lighter;
	color: #7177D7;

}
/**for pages other than home**/
#bodyHead{
	background-position: center top;
	width: 955px;
	height: auto;
	margin: 0 auto 0 auto;
	background-image: url('../images/subMain.jpg');
	background-repeat: no-repeat;
	padding: 0 5px 5px 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	font-weight: lighter;
	color: #6a6a6a;
}

#bodyHead h1{
	font-family:Georgia, "Times New Roman", Times, serif ;
	font-size: xx-large;
	font-weight: lighter;
	/*color: #7177D7;*/
	color:#1a1a1a;
	text-align:left;
	padding:0px 15px 2px 15px;
}
#bodyHead h2{
	border-width: thin;
	border-color: #FFCC00;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	font-weight: lighter; /*color: #7177D7;*/;
	color: #FFCC00;
	padding: 0px 15px 1px 2px;
	text-transform: uppercase;
	margin-bottom:2px;
}
#bodyHead h4{
	border-width: thin;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	font-weight: lighter; /*color: #7177D7;*/;
	color: #5a5a4a;
	text-align:right;
	padding: 0px 15px 1px 10px;
	margin-top:2px;
	margin-bottom:2px;
}
#bodyHead p{
	margin-top:2px;
}

