
/*---------------------------------------UNIVERSAL PAGE-------------------------------------*/

BODY {
	background-color: #f4f1ea;
	background-image: url(/images/bg1.jpg);
	background-repeat: repeat-x;
	color: #7c6b54;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
	font-size: 10pt; 
	FONT-FAMILY: Arial, Palatino Linotype, verdana, sans-serif;
}

/*---------------------------------------UNIVERSAL HEADER----------------------------------*/
.menu {
	font-weight: bold;
	line-height : 100%;
	font-size: 10pt;
	text-decoration: none;
}	

.header1 {
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #ffffff;
}

.header2 {
	width: 100%;
	background-color: #3b557f;
}


/*---------------------------------------UNIVERSAL FOOTER----------------------------------*/

.copyright {
	font-size: 8pt; 
	color: #88857b;
}

a.copyright:link, a.copyright:visited, a.copyright:hover {
	font-size: 8pt;
	color:#88857b;
	text-decoration: none;
}
	
/*---------------------------------------GENERAL TAGS-------------------------------*/
h1{
        font-weight: bold;
        font-size: 16pt;
		font-style: normal;
        text-decoration: none;
        line-height : 110%;
        color : #333333;
        margin: 0px;
}

h2 {
        font-weight: bold;
        font-size: 15pt;
		font-style: normal;
        text-decoration: none;
        line-height : 100%;
        color : #333333;
		padding-top: 10px;
        margin: 0px;
		border-bottom: 3px double #CCCCCC;
}

h3 {
        font-weight: normal;
        font-size: 12pt;
		font-style: italic;
        text-decoration: none;
        line-height : normal;
        color : #999999;
        margin: 0px;
}

a:link, a:visited {
	color:#7c6b54;
	font-weight: bold;
}


/*---------------------------------SPECIFIC TAGS-------------------------------------*/

.main_body {
	border-bottom: solid 0px #999999;
	border-left: solid 0px #999999;
	border-right: solid 0px #999999;
}

.column_left {
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	text-align: left;
}

.column_right {
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	text-align: left;
}


div.col_right_mid{background:transparent url(/images/bg_mid.jpg) 0 0 repeat-y; width:936px;position:relative;margin-bottom:0px;}
div.col_right_top{background:transparent url(/images/bg_body.jpg) 0 0 no-repeat; padding-top:0px;}
div.col_right_bot{background:transparent url(/images/bg_bot.jpg) 0 100% no-repeat;padding-bottom:24px;}

.input {
	background-color:#f7f5f0;
	border:solid 1px #e1d8ce;
}

.textarea {
	background-color:#f7f5f0;
	overflow:hidden;
	border:solid 1px #e1d8ce;
}

.inputlabel {
	font-size:8pt;
	font-weight:bold;
}

.text_strong {
	font-weight: bold;
}



.text_stong_ul {
	font-weight: bold;
	text-decoration: underline;
}

.text_ul {
	text-decoration: underline;
}

.text_hl {
	background: #FFFF00;
}

.text_hl_bold {
	font-weight: bold;
	background: #FFFF00;
}

.testimonial {
	margin-left: 30px;
	margin-right: 30px;
	padding: 10px;
	border: 1px solid #333333;
	background-color: #F0F0F0;
}

.title_strong_ul {
	font-weight: bold;
	font-size: 15pt;
	text-decoration: underline;
	line-height : 110%;
	color : #333333;
	margin: 0px;
}	

.title_strong {
	font-weight: bold;
	font-size: 15pt;
	text-decoration: none;
	line-height : 110%;
	color : #333333;
	margin: 0px;
}
.subtitle {
	font-weight: normal;
	font-size: 13pt;
	text-decoration: none;
	line-height : 100%;
	color : #333333;
	margin: 0px;
}

.subtitle_stong {
	font-weight: bold;
	font-size: 13pt;
	text-decoration: none;
	line-height : 100%;
	color : #333333;
	margin: 0px;
}
.subtitle_strong {
	font-weight: bold;
	font-size: 13pt;
	text-decoration: none;
	line-height : 100%;
	color : #333333;
	margin: 0px;
}
.subtitle_stong_ul {
	font-weight: bold;
	font-size: 13pt;
	text-decoration: underline;
	line-height : 100%;
	color : #333333;
	margin: 0px;
}
.subtitle_stong_it {
	font-weight: bold;
	font-size: 13pt;
	font-style: italic;
	line-height : 100%;
	color : #333333;
	margin: 0px;
}
.subtitle_stong_it_ul {
	font-weight: bold;
	font-size: 13pt;
	font-style: italic;
	text-decoration: underline;
	line-height : 100%;
	color : #333333;
	margin: 0px;
}
.subtitle_stong_purple {
	font-weight: bold;
	font-size: 13pt;
	text-decoration: none;
	line-height : 100%;
	color : #6600CC;
	margin: 0px;
}


.article_first_letter {
	font-size: 40pt;
	font-weight: bold;
	line-height: 75%;
	padding: 0px;
	margin: 0px;
	vertical-align: top;
}


