body
{
	background-color: #DFE2DE;
	margin: 2px;
	padding: 2px;
}

td
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:     #666666;
}

a
{
	color:           #D42323;
	text-decoration: none;
}

a:hover
{
	color:           #D42323;
	text-decoration: underline;
}

a.whiteLinks
{
	color:     #FFFFFF;
	font-size: 10px;
	text-decoration: none;
}

a.whiteLinks:hover
{
	color:     #FFFFFF;
	font-size: 10px;
	text-decoration: underline;
}

a.bottomLinks
{
	color:     #FFFFFF;
	font-size: 10px;
	text-decoration: none;
	margin:    0px 8px;
}

a.bottomLinks:hover
{
	text-decoration: underline;
	color: #FFFFFF;
}

a.topLinks
{
	font-size:       10px;
	text-decoration: none;
	color:           #666666;
	margin:          0px 12px;
}

a.topLinks:hover
{
	text-decoration: none;
	color: #5D8139;
}

.dog_top
{
	background-image:    url(../images/dog_top.jpg);
	background-position: bottom right;
	background-repeat:   no-repeat;
}

.indexMain
{
	padding: 0px 14px;
}

.leftCol
{
	vertical-align: top;
	text-align: center;
}

.content
{
	width:          540px;
	vertical-align: top;
}

.line
{
	background-image:    url(../images/line.gif);
	background-position: center;
	background-repeat:   repeat-x;
}

.content_text
{
	background-image:    url(../images/bg_content.jpg);
	background-position: top;
	background-repeat:   no-repeat;
	border-left:         1px solid #CDCDCD;
	border-right:        1px solid #CDCDCD;
	vertical-align:      top;
	padding:             0px 15px;
	line-height:         140%;
}

.left_text
{
	width:            200px;
	background-image: url(../images/left_text_bg.jpg);
	background-repeat: no-repeat;
	vertical-align:   top;
	padding:          44px 0px 0px 35px;
	color:            #FFFFFF;
	font-weight:      bold;
	font-size:        11px;
}

.left_text p
{
	margin: 0px 0px 17px 0px;
}

.mid
{
	background-image:  url(../images/mid_bg.jpg);
	background-repeat: repeat-x;
	text-align:        center;
}


.bottom
{
	background-image:  url(../images/bottom_bg.jpg);
	background-repeat: repeat-x;
	height:            28px;
	color:             #FFFFFF;
	font-size:         10px;
	text-align:        center;
	vertical-align:    middle;
}

.copyright
{
	font-size: 10px;
	color: #666666;
	padding-right: 10px;
	padding-left: 10px;
}

.copyright a
{
	font-size: 10px;
	color: #666666;
	text-decoration: underline;
}

.copyright a:hover
{
	font-size: 10px;
	color: #000000;
	text-decoration: underline;
}

h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color:     #CC0000;
}

h2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color:     #346900;
}

.submit
{
	height: 20px;
	width: 90px;
	padding: 0px 10px;
	border: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	background-image: url(../images/button_bg.jpg);
	background-repeat: no-repeat;
	cursor: pointer;
}

.submitElastic
{
	height: 18px;
	padding: 0px 10px;
	border: 1px solid #990000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #DE0B09;
	cursor: pointer;
	background-image: url(../images/button_elastic_bg.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
}

.short_input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #FFFFFF;
	height: 18px;
	width: 50px;
}

.green {
	color:#2D8A00;
}

.med_input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #FFFFFF;
	height: 18px;
	width: 120px;
}

input.input
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #FFFFFF;
	height: 18px;
	width: 200px;
}

select.input
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #FFFFFF;
	height: 18px;
}

textarea.input
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #FFFFFF;
	height: 60px;
	width: 220px;
}
.wrongServerMessage
{
	color: #FFFFFF;
	background-color: #B7191C;
}
/* left menu */
.left_menu {border-left:1px solid #499300; border-right:1px solid #499300; padding:10px 10px 0px 10px;}
.left_menu ul {margin:0px 0px 0px 30px; padding:0px; list-style-image:url(../images/left_menu_bullet.gif);}
.left_menu ul li {margin-bottom:5px;}