	body {
		padding:0;
		border:0;
		margin:10;
		background-image:url("");
		background-color:#E8E8E8;
		font-family:arial,verdana,geneva,helvetica,sans-serif;
		font-size:12px;
		color:#000033;
	}
	
	#page {
		width:940px;
		height:620px;
		margin: 0 auto 0 auto;
		
		}

	
	#topleft {
		float:left;
		clear:none;
		width:560px;
		height:155px;
		
	}
	
	#rightside_home {
		float:right;
		clear:right;
		width:380px;
		height:620px;
		
	}	
	#lowerleft {
		float:left;
		width:560px;
		height:465px;
		background-image:url('images/mainbg.jpg');
		background-color:;
	}
	
	#maincontent {
	    float:left; 
	    background-color:transparent;
		margin-left: 40px;
		margin-top: 40px; 
	    width:400px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
	} 
	

	

    
	#footerpage {
	float:left;
	width:940px;
	height:20px;
	text-align:center;
	padding: 1px 20px 1px 1px;
	background-color:;
	color:#222;
}	
        #right img
        {
            float:left;
            margin:0;
            border:0;
        }
        

/*------------------Start Anchors---------------------*/

#footerpage a:link, #footerpage a:visited 
{
    font-size:9px;
    color:#333; 
    text-decoration:none; 
}

#footerpage a:hover 
{
    font-size:9px;
    color:#333; 
    text-decoration:underline; 
}

a:link, a:visited
{
    color:#244997; 
    text-decoration:none; 
}

a:hover
{
    color:#244997; 
    text-decoration:underline; 
}

/*--------------------End Anchors---------------------*/
/*----------------------------------------------------*/




h1
{
    font-size:20px;
    font-weight:bold;
	font-style:normal;
    letter-spacing: 1px;
    color:#ff050b;    
    width:340px;
    border-bottom:1px dashed #333366;
    margin-bottom:6px;
}

h2
{
    font-size:12px;
    font-weight:bold;
    letter-spacing: 0px;
    color:#003366;
   
    border-bottom:1px dashed #ccc;
    margin-bottom:2px;
    padding-bottom:2px;
}

h3
{
    font-size:12px;
    font-weight:bold;
    letter-spacing: 1px;
}
p
{
    margin:7px 0 7px 0;
    line-height:1.4em;
}

p.standout 
{
    padding:5px 10px 5px 10px;
    font-weight:bold;
    margin:10px 0 10px 0;
    background-color:#ccf;
}

ul
{
    margin-top:7px;
}

ol
{
    margin-left:25px;
    padding-left:0;
}

li
{
    margin-top:4px;
}

td.label
{
    font-weight:bold;
    width:80px;
    vertical-align:top;
    padding-top:3px;
}

/* ---------------CONTACT FORM------------------------- */

.bluebox td {
	border-left-style:none; 
	border-left-width:medium; 
	border-right-style:none; 
	border-right-width:medium; 
	border-top-style:none; 
	border-top-width:medium; 
	border-bottom-style:solid; 
	border-bottom-width:1px;
	bgcolor:#6699cc;
}

#contactform table {
	background-color: #F9FBFD;
	color: #000000;
	width: 450px;
	border:0;
	border-collapse: collapse;
}

#contactform td {
	border:0;
	padding-left: 4px;
}

.labelcell {
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #3670A7;
	background-color: transparent;
	width: 100px;
}

.fieldcell {
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #3670A7;
	background-color: #F2F7FB;
	color: #000000;
	text-align: left;
	margin-right: 0px;
	padding-right: 0px;
	white-space:nowrap;
} 

.smalllabelcell {
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: transparent;
	color: #3670A7;
	width: 70px;
}

.smallfieldcell {
	background-color: #F2F7FB;
	color: #000000;
	text-align: left;
}

.fieldcell input {
	width: 200px;
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #D7E5F2;
	color: #102132;
	border: 1px solid #284279;
	margin-right: 0px;
}

.fieldcell textarea {
	width: 200px;
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #D7E5F2;
	color: #102132;
	border: 1px solid #284279;
	margin-right: 0px;
}

.smallfieldcell input {
	width: 100px;
	font-size: 11px;
	background-color: #D7E5F2;
	color: #102132;
	border: 1px solid #284279;
} 

.button {
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #D7E5F2;
	color: #102132;
	margin-left: 12px;
	margin-top: 3px;
	margin-bottom: 2px;
	border:1px solid #284279
}

/* Hack to get around IE ignoring min-height attribute from http://www.greywyvern.com/code/min-height-hack*/

  .prop {
    float:right;
    width:1px;
  }

  .clear {
    clear:both;
    height:1px;
    overflow:hidden;
  }

  .minContentHeight {
    height:400px;
  }
  
  .min60px {
  	height:75px;
  }
/* -----------------End Hack --------------------*/
