body {
font-family:Verdana, Arial, Helvetica, sans-serif;
background-color:#CC2527;
margin-left:auto;
margin-right:auto;
font-size:9pt;
color:#696946;
line-height:auto;
text-align:center;
padding:0;
}

#container {
width:727px;
background:url(images/mainbg.gif) repeat;
margin-right:auto;
margin-left:auto;
text-align:justify;
}

.contentheader {
background:url(images/header.jpg) no-repeat;
background-color:#CC2527;
width:747px;
height:149px;
margin-left:auto;
margin-right:auto;
 
}

.bottom {
background:url(images/bottom.gif) no-repeat;
width:727px;
height:59px;
margin-right:auto;
margin-left:auto;
}

.maincontainer {
width:727px;
background:url(images/mainbg.gif) repeat;
           
}

.content {
 
 
}

#menu {
width:707px;
}

#nav {
background:url(images/redbg.gif) #fff repeat;
text-align:center;
margin-top:10px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:8pt;
color:#000;
font-weight:700;
padding-top:9px;
padding-bottom:10px;
text-decoration:none;
}

#nav a {
background:#fff;
color:#000;
text-decoration:none;
}

#nav a:active {
background:#fff;
color:#CC2527;
}

#nav a:hover {
background:#fff;
color:#ff0000;
font-size:8pt;
padding-bottom:2px;
border-bottom:dotted #CC2527;
}

.footer {
background:#CC2527;
width:455px;
margin-right:auto;
margin-left:auto;
color:#fff;
font-size:11px;
text-align:center;
}

.footer a:hover {
padding-bottom:2px;
border-bottom:dotted #fff;
}

.valid {
position:absolute;
top:0;
left:0;
}

.valid img {
border:none;
}

.valid a,.valid a:active {
background:#CC2527;
color:#fff;
border:none;
}

.floatright {
float:right;
margin:4px;
}

.footer a,.footer a:active {
background:#CC2527;
color:#fff;
font-weight:700;
text-decoration:none;
}      


 
  
/*Credits: By Santosh Setty (http://webdesigninfo.wordpress.com) */
/*Posted to: Dynamic Drive CSS Library (http://www.dynamicdrive.com/style/) */

.glossymenu{
	position: relative;
	width:680px;
    padding: 0 0 0 34px;
	margin: 0 auto 0 auto;
	background: url(media/menur_bg.gif) repeat-x; /*tab background image path*/
	height: 46px;
	list-style: none;
}

.glossymenu li{
	float:left;
}

.glossymenu li a{
	float: left;
	display: block;
	color:#000;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding:0 0 0 16px; /*Padding to accomodate left tab image. Do not change*/
	height: 46px;
	line-height: 46px;
	text-align: left;
	cursor: pointer;	
}

.glossymenu li a b{
	float: left;
	display: block;
	padding: 0 24px 0 8px; /*Padding of menu items*/
}

.glossymenu li.current a, .glossymenu li a:hover{
	color: #fff;
	background: url(media/menur_hover_left.gif) no-repeat; /*left tab image path*/
	background-position: left;
}

.glossymenu li.current a b, .glossymenu li a:hover b{
	color: #fff;
	background: url(media/menur_hover_right.gif) no-repeat right top; /*right tab image path*/
}
 

 /* INPUT */
 .input {
	    border:0px solid #333;
		padding:6px;
		width:230px;
        text-align:left;
        background-color:#FFFFCC;
        font-weight:bold;
        font-family:verdana,tahoma,georgia;
        color:#CC0000;
        height:14px;
}     

#textarea#styled {
color:#cc0000;
font-weight:bold;
width: 600px;
height: 220px;
border: 0px solid #cccccc;
padding: 5px;
font-family: Tahoma, sans-serif;
background-image: url(group3.gif);
background-position: top right;
background-repeat: no-repeat;
}
#picture { 
background-image:url('images/callme.jpg');
background-repeat:no-repeat;
background-position:scroll;
width:160px;
height:278px;
border:none;
display:inline;
float:left;
margin:10px;
}