/* Body and Fonts */
html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

body {
	color: #4b3c22;
	background: #ebefdb url(images/page_background.jpg) repeat-x;
	margin: 0;
	padding: 0;
    width: 100%;
    height: 100%;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 15px;
}

.bodyBig {
	font-size: 13px;
	font-weight: normal;
	line-height: 18px;
}

.boldBig {
	color: #666666;
	font-weight: bold;
}

.italicBoldBig {
	color: #293b6e;
	font-size: 15px;
	font-style: italic;
	line-height: 18px;
}

.greenBoldBig {
	color: #727a35;
	font-size: 12px;
	font-weight: bold;
}

.smallFooter {
	color: #252434;
	font-size: 10px;
}

.leftBackground {
	background: url(images/left.png) repeat-y right top;
}

.rightBackground {
	background: url(images/right.png) repeat-y left top;
}

.starPad {
	padding: 3px 5px 5px 2px;
}

/* Td Tr and Tables */
.verticalLine {
	background: #ffffff url(images/v_line.gif) repeat-y right top;
}

/* Links */
a:link { text-decoration: underline; color: #666666;}
a:visited { text-decoration: underline; color: #666666;}
a:hover   { text-decoration: none; color: #000000;}
a:active  { text-decoration: underline; color: #666666;}



a.nav:link    { color : #000000;
	border: 1px dotted #727a35;
	padding: 2px 4px;
	font-weight: bold;
	text-decoration: none;
	background-color: #C7CCB2;
	font-size: 11px;
}
a.nav:visited { color : #000000;
	border: 1px dotted #727a35;
	padding: 2px 4px;
	font-weight: bold;
	text-decoration: none;
	background-color: #C7CCB2;
	font-size: 11px;
}
a.nav:hover   { color : #ffffff;
	border: 1px dotted #727a35;
	padding: 2px 4px;
	font-weight: bold;
	text-decoration: none;
	background-color: #C7CCB2;
	font-size: 11px;
}
a.nav:active  { color : #000000;
	border: 1px dotted #727a35;
	padding: 2px 4px;
	font-weight: bold;
	text-decoration: none;
	background-color: #C7CCB2;
	font-size: 11px;


/* images */
.star {
	padding-right: 5px;
}
