*{
	font-size:12px;
	font-weight:normal;
	font-family:arial;
	margin: 0px 0px 0px 0px;
	border: 0px solid white;
	padding: 0px 0px 0px 0px;
}

BODY{
	margin:0px;
	text-align:center;
	/*background:#8b9724 url('../images/background.png') top center repeat-x; */ 
	background:#8b9724 url('../images/main_background.png') top center repeat-x;
}

div#myPage{
/*	background:transparent url('../images/vineBg2.png') top center no-repeat;*/
	/*background:transparent url('../images/vineBg.png') top center no-repeat;*/
	width:100%;
	height:420px;
	margin:0px auto;
	text-align:left;
}

.cursorPointer{
	cursor:pointer;
}

span.text {
	color: #333;
	float:left;
}

span.smallText12px{
	font-size:12px;
}
span.boldText12px{
	font-size:12px;
	font-weight:bolder
}
span.smallText11px{
	font-size:11px;
}

span.white{
	color:#fff;
}

span.darkGreen{
	color:#393f10;
}

.bold{
	font-weight:bold;
}

.blueText{
	color:#134770;
	font-size: 14px;
	font-weight: lighter;
	font-family: helvetica,sans-serif;
}

h1.blue{
	color: #134770;
	font-size: 30px;
	font-weight: lighter;
	font-family: helvetica,sans-serif;
}

h1.mainBigYellow{
	color:#e9e917;
	font-size: 30px;
	font-weight: lighter;
	font-family: helvetica,sans-serif;
}

h1.mainBigBlack{
	color:#191717;
	font-size: 30px;
	font-weight: lighter;
	font-family: helvetica,sans-serif;
}

h3.blue{
	color: #134770;
	font-size:20px;
	font-weight:lighter;
	font-family: helvetica,sans-serif;
}

span.blueText{
	color: #134770;
	font-size:13px;
}

a:link, a:active, a:visited{
	color: yellow;
	font-size:12px;
	font-weight:normal;
	font-family:arial;
	text-decoration:none;
}

a:hover{
	color: orange;
	font-size:12px;
	font-weight:normal;
	font-family:arial;
	text-decoration:none;
}

div#MainBodyImage{
	background-image: url('../images/MainBodyImage.png');
	width:782px;
	height:215px;
	margin:0px auto;
	text-align:left;
}

div#MainBodyTop{
	width:782px;
	height:170px;
	margin:0px auto;
	text-align:left;
}

div#MainBodyTopLeft{
	float:left;
	width:290px;
	height:170px;
	background-image: url('../images/indexTopBodyImage.png');
}

div#MainBodyTopRight{
	float:right;
	width:492px;
	height:170px;
	background-color:#191717;
}

div.smallTextBox{
	width:255px;
	min-height:195px;
	text-align:left;
	float:left;
	margin:15px 7px 15px 7px;
}

div.largeTextBox{
	width:540px;
	min-height:195px;
	text-align:left;
	float:left;
	margin:15px 2px 15px 2px;
}

div#leftVine {
	background-image: url('../images/l_vine.png');
	height: 384px;
	width: 171px;
	z-index: -1;
   margin-top: -7px;
   position: absolute;
}

div#rightVine {
	background-image: url('../images/r_vine.png');
	height: 384px;
	width: 171px;
	z-index: -1;
   margin-top: -7px;
   position: absolute;
   left: 100%;  
   margin-left: -171px; 
}

.textRight400{
float:right;text-align:left; margin-left:10px;
width:400px;
}

img.leftImage{
	float:left;
	text-align:right;
}

ul.list {
	list-style-type: none;
	padding-top: 20px;
}

ul.list > li {
	background-image: url(../images/bullet.png);
	background-repeat: no-repeat;
	background-position: 0px -4px;
	padding-left: 23px;
	padding-bottom: 10px;
	line-height: 140%;
	font-size: 11px; 
	color: #ffffff;	
}

.date {
	font-size: 10px; 
	color: #222222;
}
