body {
    padding:0;
    padding-right:0;
    padding-left:0;
    margin:0;
    background-color:#F5F5DC;
}

/* +++++ Content Holders +++++ */

.main_frame             { text-align:center; }
.content_holder         { text-align:left; width:750px; margin:auto; }
.minimal_content_width  { width:750px; }




/* +++++ Search Line +++++ */

.search_field {
	border-style: inset;
	background-color: #EEF5FD;
	font-family:times new roman, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	}

.search_btn {
    font-family:times new roman, sans-serif;
    font-size: 12px;
    color: #a1c3ed;
    background-color:#f7f7f7;
    border:1px solid #cccccc;
    height:17px;
	margin-right:10px;
}



/* +++++ Common Site Styles +++++ */

.text {
    font-family:times new roman, sans-serif;
    font-size: 13px;
    color: #000000;
    text-decoration:none;
    text-align:justify;

}
.hptext {
    font-family:times new roman, sans-serif;
    font-size: 15px;
    color: #000000;
    text-decoration:none;
    text-align:justify;
}
.textblack {
    font-family:times new roman, sans-serif;
    font-size: 13px;
    color: #000000;
    text-decoration:none;
}


.bold   { font-weight:bold; }
.center { text-align: center; }

.grey           { color: #000000; }
a.grey:link     { color: #000000; }
a.grey:visited  { color: #000000; }
a.grey:hover    { color: #000000; }

.grey_line {
    background-color: #000000;
    padding:0px;
}

.grey_border {
    border:1px solid #000000;
}

.page_title {
    font-family:times new roman, sans-serif;
    font-size: 15px;
    color: #83b1ea;
    font-weight:bold;
    padding-top:3px;
    padding-left:0px;
	width:180px;
}

.page_title_small {
    font-family:times new roman, sans-serif;
    font-size: 13px;
    color: #83b1ea;
    font-weight:bold;
    padding-top:3px;
    padding-left:0px;
}

.form_el {
    font-family:times new roman, sans-serif;
    font-size: 13px;
    color:#000000;
    border:1px solid #000000;
    border-style: inset;
    background-color: #f5f5dd;
}


.button {
    font-family:times new roman, sans-serif;
    font-size: 13px;
    color: #000000;
    border:1px solid #000000;
    border-style: inset;
    background-color: #f5f5dd;
}

.error {
    font-family:times new roman, sans-serif;
    font-size: 13px;
    color: #800000;
}

a.link {
    font-family:times new roman, sans-serif;
    font-size: 13px;
    color: #000000;
    text-decoration:underline;
}

a.link:hover { text-decoration:none; }


.triangle_left {
    margin-right:4px;
}

.triangle_right {
    margin-left:4px;
}


/* +++++ Newsletter Subscribe Filed +++++ */

.subscribe_fld {
    padding:2px;
    text-align:right;
}


/* +++++ Testemonial Styles +++++ */

.testemonial {

}

.testemonial_name {
    color:#cccccc;
    font-size:9px;
    font-style:italic;
    padding-bottom:10px;
}


/* +++++ List Styles +++++ */



tr.list_header {
    font-family:times new roman, sans-serif;
    font-size: 13px;
    font-weight:bold;
    color: #000000;
    /*background-color:#ffffff;*/
}

td.list_header {
    border-top:1px solid #000000;
    border-bottom:1px solid #000000;
    padding:2px;
}


tr.list_row {
    font-family:times new roman, sans-serif;
    font-size: 13px;
    font-weight:normal;
    color: #000000;
    padding:2px;
    behavior:url("css/common/hover.htc");
}

tr.list_row:hover {
    background-color:#ffffff;
}

tr.list_row_hover {
    font-family:times new roman, sans-serif;
    font-size: 13px;
    font-weight:normal;
    color: #000000;
    background-color:#ffffff;
    padding:2px;
    behavior:url("css/common/hover.htc");
}

td.list_row {
    border-bottom:1px solid #000000;
    vertical-align:top;
    padding:2px;
}

h1 {
    font-family:times new roman, sans-serif;
    font-size: 13px;
    color: #000000;
    text-decoration:none;
    font-weight:bold;
}

.subscribecolor {
    font-family:times new roman, sans-serif;
    font-size: 13px;
    color: #003366;
	background-color: #EEF5FD;
}
.button_for_subscribe {

	font-family:times new roman, sans-serif;
    font-size: 12px;
    color: #003366;
    background-color:#f7f7f7;
    border: 0px inherit #000000;
    height:17px;

}