/**
 * Template for VES - base settings
 * Copyright (C) 2008 Rick Radko.
*/

* {
	margin:0;
	padding:0;
}

/********** Basic Typography **********/
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 0.5em 0;
	font-weight: bold;
}

h1 {
	font-size: 1.8em;
	margin-top: 0em;
	margin-bottom: 0em;/*both set to zero and padding in header div is used intead to deal with compound ie pc problems that are beyound summary in a simple comment.*/
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1.0em;
}
h6 {
	font-size: 0.8em;
}

p, blockquote, form, label, ul, ol, dl, fieldset, address {
	margin: 0 0 1em 0;
}

p {
	font-size: 1.0em;
	line-height: 1.5em;
}

li, dd {
	margin-left: 1.5em;
	font-size: 1.0em;
	line-height: 1.3em;
}

/*li a, dd a {
	margin-left: -.5em;
}*/

ol, ul {
	list-style-position:outside;
}

a, a:link, a:active, a:visited {
	text-decoration:none;
	font-weight: bold;
}

input:focus {
	border:solid 2px;
}

/********** Elements **********/
html {
	/* hack to force ff to have scroll bar */
	/*margin-bottom: 0.1px;
	min-height:    100%; */
	overflow-y: scroll;
}

body {
	font-family: "Lucida Grande", Lucida, Verdana, Arial, sans-serif;
	font-size: 80%;
	line-height: 1.2;
	color: #000;
	height: 100%;
	text-align: center;
}

fieldset {
	padding: 5px;
}

table {
	border-spacing: 0;
	width:100%;
}

tr, td {
	border-spacing: 0;
	width: auto;
}

img {
	border: 0;
}

/********** Structure **********/
.clear {
	border: 0;
	clear: both;
	float: none;
	font-size: 1px;
	height: 0;
	min-height: 0;
	line-height: 1px;
	margin: 0;
	padding: 0;
	visibility: hidden;
}

.alignleft {
	float:left;
	padding-right: 10px;
}

.alignright {
	float:right;
	padding-left: 10px;
}
