/* GENERAL STYLES */
body {
	background-image:url(../images/bg.gif);
	background-repeat: repeat;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}


/* BG STYLES */
.bgtop {
	background-image:url(../images/bg-top.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.bgint {
	background-image:url(../images/int_09.gif);
	background-repeat: repeat-y;
}
.bgmid {
	background-image:url(../images/int_06.gif);
	background-repeat: repeat-y;
}
.bgmidtop {
	background-image:url(../images/int_05.gif);
	background-repeat: no-repeat;
	background-position: top;
}



/* TEXT STYLES */
small {
	font-size: 10px;
}
.heading_style {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-weight: bold;
	color: #0a5b9a;
	line-height: 16px;
	vertical-align: bottom;
	margin-bottom: 7px;
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.maintext {
	font-size: 75%;
	margin-left: 10px;
}
.maintextnomargin {
	font-size: 75%;
}

.maintexttd {
	font-size: 100%;
	margin-left: 10px;
}
a:active, a:link, a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}



/* TEXT ELEMENTS STYLES */
.blue_left_line {
	float: left;
	margin-right: 4px;
}
.orange_right_arrow {
	margin-right: 4px;
	margin-bottom: 1px;
}


/* MENU STYLES */
.menubg {
	background-image:url(../images/int_04.jpg);
	background-repeat: no-repeat;
}
.menubg-alt {
	background-image:url(../images/int_04-alt.jpg);
	background-repeat: no-repeat;
}

.menutext {
	font-size: 65%;
	color: #FFFFFF;
	font-weight: bold;
}
#menu {
	margin-left: 10px;
	margin-bottom: 10px;
	width: 522px;
	text-align: center;
}
#menu a:active, #menu a:link, #menu a:visited {
	color: #f0ff03;
	text-decoration: none;
}
#menu a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}


/* HOMEPAGE SECTION STYLES */
#sect_left {
	margin: 0px 19px 0px 19px;
}

#sect_right {
	margin: 0px 0px 0px 0px;
}


/* WELCOME SECTION STYLES */
#welcome {
	width: 454px;
	height: 151px;
	background-image: url(../images/welcome_bg.gif);
	background-repeat: no-repeat;
	padding: 10px;
}

/* CONTACT DETAILS SECTION STYLES */
#contact_details {
	width: 176px;
	height: 178px;
	background-image: url(../images/contact_bg.gif);
	background-repeat: no-repeat;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#contact_details_text {
	font-size: 70%;
	text-align: center;
	margin-top: 32px;
}


/* FOOTER STYLES */
.footer {
	font-size: 70%;
}


/* MISC ELEMENT STYLES */

.verticle_grey_line {
	height: 100%;
	width: 2px;
	background-color: #e4e4e4;
}
.horizontal_grey_line {
	height: 2px;
	width: 100%;
	background-image: url(../images/horizontal_grey_line.gif);
	background-repeat: repeat-x;
}
.field {
	font-size: 100%;
}