/* CSS Document */

/*PAGE LAYOUT*/

html
{
	height: 100%;
	margin-left: 50px;
	margin-right: 50px;
	margin-bottom: 50px;
	background-image: url(bg.jpg);
	background-color: #6695ED;
	background-repeat: repeat-x;
	background-position: top;
}
body
{
	height: 100%;
	margin-left: 100px;
	margin-top: 50px;
	margin-right: 50px;
	margin-bottom: 50px;
}
#page
{
	min-height: 100%;
	margin-bottom: -10px;
	position: relative;
	width:1022px;
	background-color: Black;
	overflow: hidden
	 /*Overflow hidden to apply bg colour on forms, as i suppose form element overflow its area*/;
}
#logo
{
	float: left;
	width: 24%;
	height: 150px;
}
#topheader
{
	float: right;
	width: 100%;
	height: 150px;
	background-color: Gray;
	position: relative;
}
#toplinks
{
	position: absolute;
	right: 10px;
	top: 10px;
}
#menu
{
	float: right;
	width: 71%;
	height: 32px;
	background-color: Navy;
	background-image: url(bg_menu.gif);
	background-repeat: repeat-x;
}
#submenu
{
	float: right;
	width: 75%;
	height: 32px;
	background-image: url(bg_submenu.gif);
	background-position: top;
	background-repeat: repeat-x;
}
#contenttext
{
	float: right;
	width: 70%;
	min-height: 100%;
}
#leftpanel
{
	float: left;
	width: 29%;
	height: 759px;
}

#footer
{
	float: left;
	width: 100%;
	padding: 10px; /*background-color:#132440;*/
}
/*GRAY PANEL*/
.graypanel
{
	border: solid 1px #666666;
	background: #FEFFD5;
	padding: 10px;
	margin: 10px;
}

/*TEXT STYLES*/
.bodytext
{
	font: 1em Tahoma, sans-serif;
	color: white;
}

.paneltext
{
	font: 0.7em Tahoma, sans-serif;
	color: black;
}
.titletext
{
	font: 0.7em Tahoma, sans-serif;
	font-size: 25px;
	font-weight: bold;
	color: CaptionText;
}
.whitetitle
{
	font: 0.7em Tahoma, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #FFFFFF;
}
.smalltitle
{
	font: 0.7em Tahoma, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #CC0000;
}
.smallwhitetext
{
	font: 0.7em Tahoma, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.smallwhitetext a
{
	font: 0.7em Tahoma, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.smallwhitetext a:hover
{
	text-decoration: underline;
}
.smallfootertext
{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
.smallgraytext a
{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}
.smallgraytext a:hover
{
	text-decoration: underline;
}
.smallredtext
{
	font: 0.7em Tahoma, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: white;
}
.smallredtext a
{
	font: 0.7em Tahoma, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: white;
	text-decoration: none;
}
.smallredtext a:hover
{
	text-decoration: underline;
}
.button
{
	border: 1px solid #000000;
	background-color: #ffffff;
	width: 48px;
	height: 24px;
}
tr.heading
{
	font-size: 10pt;
	font-family: verdana,helvetica,arial,sans-serif;
	color: white;
	background-color: #900B08;
}

.bg1
{
	background-image: url(images/bg1.gif);
	background-repeat: repeat-y;
}
.txt
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #898989;
	line-height: 23px;
	text-align: justify;
}
.text2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.add
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7fb5e1;
}
.aboutusbg
{
	background-image: url(images/aboutus-bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 426px;
}
.aboutusbg2
{
	background-image: url(images/aboutus-2.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.tag1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #6495ed;
}
.txt2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #898989;
	line-height: 23px;
	text-align: justify;
}
.contact
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #898989;
}
.formbg
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #898989;
}
