/* //////////////////////Layout id's */

body {  font-family:Arial, Helvetica, sans-serif;
			}
			


#bodyhold {
	width:1020px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
	min-height:100%;
	position:relative;
	margin-top: 1px;
	padding-top: 1px;
			}
			
#tophr {
	width:1020px;
	height:176px;
	float:none;
	background-color: #FFFFFF;
			} 
			
#rightsideblock {
	width:270px;
	height:240px;
	float:left;
	background-color:#88A8C6;
	padding:15px;
	color:#FFFFFF;
			}
			
#picturebox {
	width:720px;
	height:270px;
	float:right;
	background-color:#FFFFFF;
	padding: 0px;
			}

#sidebarright {
	width:270px;
	float:left;
	background-color:#e1e1e1;
	padding: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #676767;
	font-weight: 200;
	height: 100%;

}

#sidebarright h2 { font-size:17px; font-weight:300; font-family: Verdana, Arial, Helvetica, sans-serif}
#sidebarright h1 { font-size:30px; font-weight:200; font-family: Verdana, Arial, Helvetica, sans-serif; color:#999999;}
#content {
	width:700px;
	background-color:#FFFFFF;
	height:100%;
	float:right;
	min-height: 100%;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 15px;
	
			}
/* //////////////////////Right side orange block text and settings*/
		
.subtext { font-size: 13px; }

.subtextright { font-size: 13px; text-align:right; }

/* //////////////////////Top logo and navigation settings*/

#logo {
	width: 575px;
	padding-right: 20px;
	
	
}
#nav {
	width:575px;
	float:right;
	padding-top:0px;
	text-align:right;
	padding-bottom: 0px;
	padding-right: 20px;
}

#nav a{
text-decoration:none; color:#3333FF; text-transform:capitalize; font-size:14px; padding-right: 20px; }
#nav a:hover{
text-decoration:none; color: #000000; text-transform:capitalize; font-size:14px; padding-right: 20px;}

.headerlogo { padding-top:0px;  margin-left:0px;}

.navheight { padding-top:40px; line-height:3px}
.logofontfront {font-size:32px; color:#6666FF; font-weight:bold;}

.logofontback {font-family:'Times New Roman', Times, serif; font-size:28px; color:#999999;}

#content h1 {font-size:17px; font-weight:300; font-family: Verdana, Arial, Helvetica, sans-serif; color:#688FCC;}

#content p { font-size: 12px; color:#666666; }	
			
#content li { font-size: 13px; color:#666666; }	
			
#topbar {
	width:auto;
	background: #EEE;
	height: 10px;
	font: 9px verdana;
	font-weight: bold;
	color: #CCCCCC;
	text-align: right;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 2px;
}

.picturenav { width:280px; float:right; }

.picturenav a { border:#000000; color:#000000; text-decoration:none;}

.picturenav img a { border:#000000;}

/* First column of the three columns */
.c1
{
	width: 227px;
	background-color: #F7F4F7;
    border: 1px solid #DDD;
    border-top: none;
    line-height: 22px;
    color: #000000;
	float: left;
}

/* Second column of the three columns */
.c2
{
    width: 330px;
    float: left;
    border-bottom: 1px solid #DDD;
    line-height: 22px;
    color: #000000;
}

/* Third column of the three columns */
.c3
{
	width: 228px;
	background-color: #F7F4F7;
    border: 1px solid #DDD;
    border-top: none;
    line-height: 22px;
    color: #000000;
	float: right;
}
