/*
-----------------------------------------------
version:   1.0 Clean CSS
author:    Scott Thornton
email:     info@iveka.com
website:   iveka.com
----------------------------------------------- */


form{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: middle;
	background: transparent;
	text-indent: 0px;
	clear: none;
	float: none;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	clip: rect(0px,0px,0px,0px);
}


/*
-----------------------------------------------
body and backgrounds
----------------------------------------------- */


body {
	background-image: url(../images/background_h.gif);
	background-repeat: repeat-x;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 13px;
	color: #333333;
	margin: 0px;
	background-position: left top;
	background-color: #9EA3A9;
}
.background_topline {
	background-image: url(/images/topline.jpg);
	background-position: center top;
	background-repeat: repeat-x;
}
.background_sidepic {
	background-image: url(../images/sidepic7.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}


/*
-----------------------------------------------
text formating h tags etc.
----------------------------------------------- */


.bodycopy {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 13px;
	color: #333333;
	border-top: 0px;
	border-right: 0px;
	border-bottom: 0px;
	border-left: 0px;
	margin: 15px;
}
.forms {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 21px;
	color: #9EA2C9;
	font-weight: normal;
	border: 2px solid #005579;
}

h1,h2,h3,h4,h5,h6 {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 15px;
	color: #666666;
	font-weight: bold;
}
h1 {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 25px;
	color: #AC0015;
	font-weight: bold;
}
h2 {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 18px;
	color: #333333;
	font-weight: bold;
}
h3 {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 15px;
	color: #666666;
	font-weight: bold;
}


/*
-----------------------------------------------
links formating
----------------------------------------------- */


a {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 13px;
	color: #666666;
	font-weight: normal;
}
a:link {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 13px;
	color: #AC181A;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 13px;
	color: #AC181A;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 13px;
	color: #1D5998;
	text-decoration: none;
	font-weight: bold;
}

/*
-----------------------------------------------
footer links
----------------------------------------------- */


.footer {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 13px;
	color: #333333;
	font-weight: normal;
}
.footer a:link {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 13px;
	color: #AC181A;
	text-decoration: none;
	font-weight: normal;
}
.footer a:visited {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 13px;
	color: #AC181A;
	text-decoration: none;
	font-weight: normal;
}
.footer a:hover {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 13px;
	color: #1D5998;
	text-decoration: none;
	font-weight: normal;
}


/*
-----------------------------------------------
images (content) formating
----------------------------------------------- */


#padleft {
	float: left;
	margin: 10px;
}
#padright {
	float: right;
	margin: 10px;
}


/*
-----------------------------------------------
symbols and graphics
----------------------------------------------- */

.arrows {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #A40014;
}
p

