A 			{ color: #3333FF; text-decoration: none; } 
A:link		{ color: #3333FF;} 
A:visited	{ color: #3333FF;} 
A:active	{ color: #FF3300;  } 
A:hover		{ color: #FF3300;  } 

body {
	background-color: #fff;
	margin: 0; padding: 0;
	text-align:left;

}

#page{
	background-color: #FFF;
}

h1 {
	font-family: arial, helvetica, sans-serif; 
	font-size: 1.3em;
	font-weight: bold;
	margin: 0;
	color: #000;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	font-weight: normal;
	margin: 0;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3366FF;
	padding-bottom: 5px;
}

h3 {
	font-family: arial, helvetica, sans-serif; 
	font-size: 1.0em;
	font-weight: bold;
	margin-top: 20px;
	color: #000000;
}

h4 {
	font-family: arial, helvetica, sans-serif; 
	font-size: 1.1em;
	font-weight: bold;
	margin: 0;
	color: #000;
}

li {
	float: left;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	width: 100%;
	padding-left: 18px;
	margin-bottom: 3px;
	margin-top: 0px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(http://www.gvagent.com/images/bullet-content.jpg);
	background-repeat: no-repeat;
	background-position: 0 2px;
}
ul {
margin-bottom: 10px:}

.body {
	font-family: arial, helvetica, sans-serif;
	color: #000000;
	margin-left: 0px;
	font-size: 90%;
	line-height: 130%;
}
.loginscreen {
	font-family: arial, helvetica, sans-serif;
	color: #333333;
	margin-left: 0px;
	font-size: 100%;
	line-height: 140%;
	font-weight: normal;
	margin-right: 20px;
}
.byline, .entryfooter, .trackbackfooter {
	font-family: arial, helvetica, sans-serif; 
	font-size: .7em;
	line-height: 135%;
	margin: 0;
	padding: 0 0 8px 0;
	color: #000;
}
.byline{
	clear:both;
}

.commentBody {
	font-family: arial, helvetica, sans-serif; 
	font-size: .8em; 
	color: #000000; 
	margin-right: 10px;
	margin-bottom: 40px;
}

.commentByLine, .tweetbackByLine {
	font-weight: bold;
	clear: left;
}

#blogText {
	padding:0 8px 0 8px;
}

.headWrapper{
	width:100%;
	background: url(http://www.gvagent.com/images/headerBG.gif) repeat-x scroll 0 0;
}

.footWrapper{
	width:100%;
	background: url(http://www.gvagent.com/images/spacer.gif) repeat-x scroll 0 0;
}

.spacer{
	background: url(http://www.gvagent.com/images/spacer.gif) repeat-x scroll 0 0;
	height: 3px;
}

#banner, #banner a {
	font-family: arial, helvetica, sans-serif; 
	font-size: 1.4em;
	font-weight: bold;
	color: white;
	margin: 0 auto;
	max-width: 999px
}

input, select, textarea {
	font-family: arial, helvetica, sans-serif; 
	font-size: 1em; 
	color: #000000; 
}


.menuTitle {
	font-family: arial, helvetica, sans-serif; 
	font-size: .8em;
	background-color: #F4a330;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: .2em;
	padding: 5px;
}

.header, .header a {
	font-family: arial, helvetica, sans-serif; 
	font-size: .7em;
	text-align: center;
	font-weight: bold;
}


#calendar{
	width:90%;
	margin:0 auto 0 auto
}
.calendarTable, .calendarTable a {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 1.0em;
	text-align: center;
	padding: 2px;
	line-height: 14px;
}

.calendarToday {
	background-color: yellow;
}

.menuBody {
	font-family: arial, helvetica, sans-serif; 
	font-size: .65em;
	text-align: left;
	padding: 2px;
	line-height: 14px;
}

.menuBody .header {
	font-size: 1em;
}

.menuBody A {
	font-family: arial, helvetica, sans-serif; 
	font-size: 1em;
}

.date {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	font-weight: normal;
	color: #004E9B;
	border-bottom:1px solid #999;
	padding-bottom:3px;
	margin-bottom:10px;
}

.blogHeader, .trackbackHeader, .commentHeader, .relatedentriesHeader, .tweetbackHeader {
	font-family: arial, helvetica, sans-serif; 
	font-size: .7em; 
	color: #666; 
	border:1px solid #999;
	padding:5px;
	margin-bottom:10px;
	font-weight:normal;
}

.footerHeader {
	font-family: arial, helvetica, sans-serif; 
	font-size: .7em; 
	color: #666; 
	padding-top:10px;
	font-weight:normal;
	max-width: 999px;
	margin-left: auto;
	margin-right: auto;
}

.rightMenu {
	border:1px solid #999;
	margin:8px;
}

#mainNav{
	height: 25px;
	margin:0 auto;
	max-width:999px;
	text-align:right;
}

.mainNavItem{
	font-family: arial, helvetica, sans-serif;
	display: inline;
	color: #FF9900;
	font-size: 15px;
	font-weight: bold;
}
.mainNavItem a{
	color: #FF9900;
}

.mainNavItem a:hover{
	color: #FF3300;
}
.code {
	font-family: "courier new",courier,monospace;
	font-size: 1em;
	color: black;
	border: solid thin #0000cc;
	background-color: #ffffcc;
	overflow: auto;
	max-height: 200px;
    padding: 4px 4px 4px 4px;
    line-height: 15px;
	 margin:5px 0 5px 0;	
}

.codePrint {
	font-family: courier,monospace;
	font-size: .7em;
	color: black;
	border: solid thin #0000cc;
	background-color: #ffffcc;
    padding: 4px 4px 4px 4px;
    line-height: 15px;	
}
.center{
	text-align:center;
}
.entry{
	margin-bottom:8px;
	padding-bottom:3px;
	border-bottom:1px solid #999;
}
a img{
	border: 0px;
}

.comment, .trackback, .tweetback, .commentAlt, .trackbackAlt, .tweetbackAlt {
	border: 1px solid #999;
	padding: 10px;
	margin:10px 0;
	position:relative;

}
.commentAlt, .trackbackAlt , .tweetbackAlt{
background-color:#efefef;

}
.comment img, .commentAlt img, .tweetback img, .tweetbackAlt img {
	float:left;
	position:relative;
	margin: 0 5px 5px 0;
}

.commentBody, .trackbackBody, .tweetbackBody {
	font-family: arial, helvetica, sans-serif; 
	font-size: .7em; 
	color: #000000; 
	margin-bottom: 10px;
}

 #relatedEntriesList {
 	font-family: arial, helvetica, sans-serif; 
	font-size: .7em; 
	color: #000000;
 }

.commentByLine, .trackbackByLine, .tweetbackByLine {
	font-style: italic;
	font-size: .7em;
}

.addCommentLink,.addTrackbackLink{
	text-align:right;
	}
	
#trackbacks,#comments, #tweetbacks {
	margin-top:8px;
}

#calendar th{
	font-weight: normal;
}

.tbLink{
	font-size:1.1em;
}

.autoImage {
	float: left;
	margin: 0 5px 5px 0;
}

.byline img{
	vertical-align: top;
}

/*==================Forms======================*/
fieldset#commentForm, fieldset#sendForm{
margin:8px;
text-align:left;
}
fieldset#sendForm{
border:none;
}
fieldset#commentForm legend,fieldset#sendForm legend {
font-size: 1.1em;
font-weight: normal;
color: #000000;
margin: 0px 0px 0px 0px;
padding: 3px 5px 10px 5px;
}
fieldset#commentForm label,fieldset#sendForm label{
float:left;
width:110px
}
fieldset#sendForm label{
width:130px;
}
fieldset#commentForm div,fieldset#sendForm div{
clear:both;
margin-bottom:5px
}
fieldset#commentForm .longLabel{
width:260px
}
fieldset#sendForm .longLabel{
width:200px;
}
fieldset#commentForm .nofLoat,fieldset#sendForm .nofLoat{
float:none
}
fieldset#commentForm #comments,fieldset#sendForm #notes{
width:100%;
height:120px;
overflow: auto;
}
fieldset#sendForm #notes{
width:300px;
}
fieldset#commentForm img{
margin:3px auto
}
fieldset#sendForm img,fieldset#sendForm #submit{
margin-left:200px;
}
#popUpFormBody{
background:#fff;
margin:8px;
}

ul.thumbs li{
 display:block;
 float:left;
}

ul.thumbs{
 display:block;
 float:left;
 width: 530px;
 padding: 0px;
}
	
.nav-controls a.next{
	padding-left: 10px;
}

#gallery img{background: #fff; border: 1px solid #000; padding: 2px;}

img.flickrIMG {background: #fff; border: 1px solid #000; padding: 2px; margin-left:7px;}

div.pagination a, div.pagination .current {padding-right:5px;}