/* CSS Document */

body
{
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}

body a
{
	text-decoration:underline;
}


a:link {
	color: #3300CC;
}
a:visited {
	color: #3300CC;
}
a:hover {
	color: #000000;
}



h1
{
	font-size: large;
	color: #D42E12;
	line-height: 120%;
}

h2
{
	font-size: medium;
	color: #D42E12;
}
h3
{
	font-size: medium;
	color: #D42E12;
}

h4
{
	font-weight: bold;
}

ul
{
	list-style-position: outside;
	padding-left: 1em;
	list-style-image: url(images/av_block.gif);
}

ol
{
	list-style-position: outside;
	padding-left: 1em;
}

#fullpage
{
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	width: 760px;
	background-color: #FFFFFF;
}

#maincolumn
{
	line-height: 150%;
	width: 500px;
	float: left;
	clear: both;
	height: 100%;
}

#maincolumn p
{
	text-align:justify;
}

.small
{
 	font-size: small
}

#infocolumn
{
	width: 175px;
	float: right;
	background-color: #f6e8e7;
	clear: right;
	

}

#infocolumnwhite
{
	background-color: #FFFFFF;
	width: 175px;
	float: right;
	clear: right;
}
#infocolumn p
{
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: smaller;
	margin-right: 10px;

}
.image
{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.menu
{
	font-size: smaller;
	clear: both;
	color: #000000;
}

.menured
{
	font-size: smaller;
	clear: both;
	color: #D42E12;
}

.menured a
{
	color: #D42E12;
	text-decoration: none;
}
.menured a:hover
{
	color:#000000;
	text-decoration: none;
}

.menu a
{
	text-decoration: none;
	color: #FF0000;
}

.menu a:hover
{
	text-decoration: none;
	color: #000000;
}

.graphicmenubar
{
	font-size: small;
	text-decoration: none;
	padding-bottom: 5px;
}

.graphicmenubar a:hover
{
	
	background-color:#D42E12;
}

.AVRed 
{
	color: #D42E12;
	line-height: 120%;
}

.AVRed a
{
	color: #D42E12;
	text-decoration: none
}
.clear 
{
	font-size: 1px;
	height: 1px;
}
.bl 
{
	background: url(cbl.jpg) 0 100% no-repeat;
}

.br 
{
	background: url(cbr.jpg) 100% 100% no-repeat;
	display:block;
}

.just
{
	text-align: justify;

}
.hide
{
	display: none;	
}

.show
{

}

.form
{
	background-position: top;
	vertical-align: top;
}

.tiny
{
	font-size: 80%;
	line-height: 120%;
}

.left
{
	text-align: left;
}

.right
{
	text-align: right;
}

.bold
{
	font-weight: bold;

}

.quote
{
	padding-right: 50px;
	padding-left: 50px;
}
.big
{
	font-size: x-large;
	font-weight: bold;
	line-height: 120%;
}
.black
{
	color: #000000;
}
