@charset "utf-8";
/* CSS Document */

body {
	background: url(images/page_bg.png) center top repeat-y;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#2f0031;
	line-height:130%;
}

.formLabel {
    font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#2f0031;
}

a {
	text-decoration:underline;
	color:#ff578b;
	font-weight:bold;
}

a:hover {
	text-decoration:underline;
	color:#ffffff;
}

.txtPageHeader {
	font-size:18px;
	font-weight:bold;
	line-height:normal;
}

.divPageHeader {
	width:727px;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:10px;
	border:solid blue 0px;
	overflow:auto; 
}

#divContainer {
    width:976px;
    margin-top:0px;
    margin-right:auto;
    margin-left:auto;
    overflow:hidden;
    border:solid red 0px;
    padding:0px;
}

#divLeft {
    width:210px;
    float:left;
    overflow:hidden;
    border:solid green 0px;   
}

#divRight {
    width:759px;
    height:650px;
    float:right;
    overflow:hidden;
    border:solid blue 0px; 
}

#divTabs {
    margin-top:10px;
    margin-left:64px;
}

#divTabs img {
    border:none;
}

#panelTop {
	background: url(images/panel_top.png) center top no-repeat;
	width:757px;
	height:12px;
	font-size:6px;
}

#panelBottom {
	background: url(images/panel_bottom.png) center top no-repeat;
	width:757px;
	height:202px;
	font-size:6px;
}

#panelMid {
	background: url(images/panel_bg.png) center top repeat-y;
	width:757px;
	overflow:hidden;
	border:solid blue 0px;
}

.panelWrapper {
	width:727px;
	margin-left:10px;
	margin-right:10px;
	height:560px;
	border:solid blue 0px;
	overflow:auto; 
}

.tabTable {
	margin-top:10px;
}

#logo {
	margin-top:10px;
	margin-left:10px;
}

#Footer {
	width:976px;
	margin:0px auto;
	overflow:hidden;
	text-align:center;
	margin-top:0px;
	clear:both;
	font-size:12px;
}

#Footer a {
	text-decoration:underline;
	color:#2f0031;
	font-weight:bold;
	font-size:12px;
}

#Footer a:hover {
	text-decoration:underline;
	color:#ffffff;
	font-size:12px;
}

.imgLeft {
	margin-top:10px;
	margin-left:10px;
	display:block;
	overflow:hidden;
}

.imgContent {
    margin-top:10px;
    margin-left:10px;
    margin-bottom:10px;
    float:right;
    border:none;
}

.btnContact {
	border:none;
	margin-top:5px;
}

.txtSmall {
	font-size:10px;
}

.txtLinksSmall {
	text-decoration:underline;
	color:#ff578b;
	font-weight:bold;
	font-size:10px;
}

.txtLinksSmall:hover {
	text-decoration:underline;
	color:#ffffff;
	font-size:10px;
}

.txtMessage {
	font-size:18px;
	font-weight:bold;
	line-height:normal;
	color:#ff578b;
}