
body { 
	padding: 0;
	margin: 0;
	height:100%; /* needed for container min-height */
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background-color: #ee88cd;
}

#containerFull {
	width: 100%; 
	margin:0px;
	padding:0px;
	height:100%; 
	background-color:#d13d94;
	background:url(images/background_grad.jpg) repeat-y;
	background-position: top center;
	
}

#container, #containerinside{
	width: 780px; height:100%;
	margin:0 auto; 
	}
	
#contentindex { 
width:750px;
margin: 0 auto;
padding: 20px 0px 20px 15px;
min-height: 600px; 
background-color: #FFFFFF; 
border-top: 1px solid #f9e8f3;
}

#content { 
width:750px;
margin: 0 auto;
padding: 20px 0px 20px 15px;
min-height: 550px;
background-color: #FFFFFF; 
border-top: 1px solid #f9e8f3;
}

/*---------------------------------------------------------------------
LINKS Section
---------------------------------------------------------------------*/
a{
	font: 11px/18px Verdana, Tahoma, Arial, sans-serif;
	color: #d31d8c;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}

.navigation {
margin: 5px 5px 0px 0px;
padding: 0px;
float: right;
width: 230px; 
text-align: left;
 }
.navigation a, .navigation a:visited 
{
	display:block;
	padding:3px 0px;
	color:#d31d8c;
	font-weight: normal;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
  border-bottom: 1px dotted #d31d8c;
}
.navigation a:hover, .navigation a:active
{
	background:#FBFBFB;
	font-weight: bold;
	border-top: 0px;
	border-bottom: 1px solid #d31d8c;
	border-left: 0;
}

/*---------------------------------------------------------------------
HEADER Section
---------------------------------------------------------------------*/

#header{
	height: 185px;
	/*background-image: url(images/logo.275.gif);
	background-repeat: no-repeat;
	background-position: left center;*/
	background-color: #FFFFFF;
	text-align: left;
	vertical-align: bottom;
}

/* right hand side */

#rightpanel {
float:right; 
width: 230px; 
height: 550px; 
background: url(images/rightside.gif) no-repeat; 
padding: 0px 5px 15px 15px; 
margin-left: 20px;
}

/* index contact info */

#contact_left{
width: 525px;
}

#contact_right{
width: 250px; 
padding-left: 15px; 
float: right; 
vertical-align: top; 
border-left: solid 1px #bcdd11;
}

/* footer */

#footer {
text-align: center;
vertical-align: middle;
padding: 8px 15px;
width: 770px;
margin: 0 auto;
font-size: 10px;
border-top: dotted 1px #CCCCCC;

}

/* H1 , H2, H3 */

h1 {
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
color: #4DC5D6;
}

h2 {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
color: #BCDD11;
}

p {
margin:0;
padding:0;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
text-align: left;
line-height: 18px;
}

img {
border: none;
}

.img_news {
border: none;
padding: 5px;
float: right;
}

div.line{
border-top: solid 1px #bcdd11;
margin-right: 15px;
}

li {
margin-left: 10px;
color: #d31d8c;
}

/* form */

form {
	padding: 0.5em;
	border: 2px solid #F1FAC0;	
}

div.fields {
	background-color: #F1FAC0;
	padding: 0.5em;
	clear: left;
	margin-bottom: 0.5em;
}

input.regfields {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background-color: #FFFFFF;
	width: 15em;
	padding: 3px;
	border-top: 1px solid #666666;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #666666;
}

input:focus, textarea:focus, {
	background: #f1f5fa;
	border-color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333366;
}

label.fieldnames {
	float: left;
	width: 12em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #D31D8C;
	margin-top: 2px;
}

textarea.bigfields {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background-color: #FFFFFF;
	padding-left: 3px;
	border-top: 1px solid #666666;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #666666;
	padding-top: 2px;
	width: 22em;
}

input.resetbutton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333366;
	text-decoration: none;
	background-color: #FF9F9F9;
	border: 1px solid #666666;
	font-size: 11px;
	padding: 2px;
}
input.submitbutton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #F9F9F9;
	text-decoration: none;
	background-color: #BCDD11;
	border: 1px solid #666666;
	font-size: 11px;
	margin-left: 40px;
	padding: 2px;
}
