
html, body {
	height: 100%;
	width: 100%;
}

body {
	padding:0px;
	margin: 0px;
    background-color: #F5F6F8;
	font: 11px Arial, sans-serif;
}

table {
	font: 11px Arial, sans-serif;
}

img {
	border: 0px;
	margin: 0px;
}

a {
	text-decoration: none;
}

input {
	border: 1px solid #B3B9C3;
}

.underline_hover a:hover {
    text-decoration: underline;
}

.underline {
	text-decoration: underline;
}

/* Aligns*/
.top {
	vertical-align: top;
}

.bottom {
	vertical-align: bottom;
}

.middle {
	vertical-align: middle;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.justify {
	text-align: justify;
}

.cBlack {
	color: #002654;
}

/* Paddings and Margins*/
.padding_left20 {
    padding-left: 20px;
}

.padding_left28 {
    padding-left: 20px;
}

.padding_left40 {
    padding-left: 40px;
}

/* Heights */
.height17 {
    height: 17px;
}

.height25 {
    height: 25px;
}

.height30 {
    height: 30px;
}

.height72 {
    height: 72px;
}

.height122 {
    height: 122px;
}

.height126 {
    height: 126px;
}

.height240 {
    height: 240px;
}

.height366 {
    height: 366px;
}

.height471 {
    height: 471px;
}

/* Width */

/* Colors */
.font_white {
	color: #ffffff;
}

.gray {
    background-color: #F5F6F8;
}

.font_dark_grey {
    color: #5C5C5C;
}

.font_dark_grey2 {
    color: #404040;
}

.white {
	background-color: #ffffff;
}

.font_beige {
    color: #FFD1AB;
}

.beige {
    background-color: #FFD1AB;
}

.orange {
    background-color: #F96929;
}

.font_orange {
    color: #F96929;
}

/* Fonts */

.bold {
	font-weight: bold;
}

.font_size14 {
    font-size: 14px;
}

.font_size22 {
    font-size: 22px;
}

.address_size {
    font-size: 12px;
}

/* Images */
.background_frame1_1 {
    background-image: url(../images/01-frame1-1.gif);
    background-repeat: no-repeat;
    text-align: left;
}

.background_frame2_3 {
	background-color: #F96929;
    background-image: url(../images/12-frame.gif);
    background-repeat: no-repeat;
    background-position: right bottom;
}

/* Scrollbar */
.scrollbar {
    scrollbar-base-color: #EDB688;
    scrollbar-darkshadow-color: #EABC96;
    scrollbar-shadow-color: #EABC96;
    scrollbar-track-color: #F2D2B8;
}

.scrollbar_content {
    scrollbar-base-color: #CCD4DB;
    scrollbar-darkshadow-color: #B7BBC0;
    scrollbar-shadow-color: #B7BBC0;
    scrollbar-track-color: #E7EBEF;
}

/* Borders */

.border_gray_left {
    border-left: 1px solid #E0E5EB;
}

.border_gray_right {
    border-right: 1px solid #E0E5EB;
}

.border_gray_bottom {
    border-bottom: 1px solid #E0E5EB;
}

.border_gray_top {
    border-top: 1px solid #E0E5EB;
}

.border_trans_top {
    border-top: 1px solid #F5F6F8;
}

.border_trans_bottom {
    border-bottom: 1px solid #F5F6F8;
}

.border_trans_left {
    border-left: 1px solid #F5F6F8;
}

.border_trans_right {
    border-right: 1px solid #F5F6F8;
}

.action_center {
    margin-top: expression((document.body.clientHeight > 649)? 50 : 2);
}

.frontRight {
	height: 363px;
	background-color: #FFD1AB;
    background-image: url(../images/07-2frame3-4.gif);
    background-repeat: no-repeat;
    background-position: left top;
	color: #F96929;
	text-align: left;
	vertical-align: top;
	font-weight: bold;
	font-size: 12px;
}

.homeRight {
	height: 363px;
	background-color: #FFD1AB;
    background-image: url(../images/07-2frame3-4.gif);
    background-repeat: no-repeat;
    background-position: left top;
	text-align: left;
	vertical-align: top;
}

/*Login*/
table.login {
	margin-top: 30px;
	margin-left: 70px;
}

table.login input {
	width: 150px;
}

table.login .loginSubmit {
	background-color: #042957;
	color: #ffffff;
	width: 100px;
	margin-top: 15px;
}
/*Login*/

/*Guestbook*/
.posted_header {
	background-color: #FFD1AB;
    background-image: url(../images/module_titile_l.gif);
    background-repeat: no-repeat;
    background-position: left top;
    color: #F96929;
    font-weight: bold;
    height: 30px;
}
.posted_header div {
	margin-left: 11px;
}

.gbContent {
	border-bottom: 1px solid #FFD1AB;
}

.gbContent div {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 15px;
}
/*Guestbook*/


/*Newsline Start*/
.newslineFront {
	color: #F5F6F8;
}

.newslineFront p {
	color: #F5F6F8;
}

/*Newsline End*/


/*Contact book start*/

.contactTable {
	color: #404040;
	font-size: 12px;
	line-height: 25px;
}

.contactTable a {
	color: #042957;
	text-decoration: underline;
}

.contactTable td {
	border: 1px solid #FFD1AB;
	border-top: none;
	padding: 0px 5px;
}

.contactTable .posted_header {
	border: none;
	padding: 0px;
}

.grayTitle {
	color: #404040;
	font-weight: bold;
	font-size: 12px;
}

.normalText {
	color: #404040;
	font-weight: normal;
	font-size: 12px;
}

/*Contact book end*/

