
#header_left	{
	background-image: url(/theme/vc_web_4/img/head_left.jpg);
	background-repeat: no-repeat;
	background-position: right; 
	position: relative;
	top: 0px;
	margin-left: 0px;
	margin-right: -380px;	
	border: 0px;
	float:left;
	width: 50%;
	}


*> #header_right {
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: 0px;
	width: 50%;
	float: left;
	border: 0px;
	background-image: url(/theme/vc_web_4/img/head_rt.jpg);
	background-repeat: no-repeat;
	background-position: left;
	}	
	
#RightSideBar {
	position: relative;
	clear: right;
    vertical-align: top; /* Not supported by IE 5.X */
	float: right;
	background: url(/theme/vc_web_4/img/form_bkgrnd2.jpg); 
	background-repeat: repeat-x;
	}

/* Courtesy of http://www.neuroticweb.com/recursos/css-rounded-box/ */
/* for Mozilla/Safari/Opera */
.rbroundbox { 
	background: url(/theme/vc_web_4/img/nt.gif);  /* #faf6f0; */
	background-repeat: repeat;
	position: absolute;
	width: 760px; 
	left:50%;
	margin-left: -380px; /* positions box so it lines up with header */
	}

.rbtop div { 
	background-image: url(/theme/vc_web_4/img/tl.gif);
	background-repeat: no-repeat;
	background-position: top left;
	}
	
.rbtop { 
	background: url(/theme/vc_web_4/img/tr.gif); 
	background-repeat: no-repeat;
	background-position: top right;
	}
	
.rbbot div { 
	background: url(/theme/vc_web_4/img/bl.gif); 
	background-repeat: no-repeat;
	background-position: bottom left;
	}
	
.rbbot { 
	background: url(/theme/vc_web_4/img/br.gif); 
	background-repeat: no-repeat;
	background-position: bottom right;
	}

#menu	{
	background: url(/theme/vc_web_4/img/navbar.gif); 
	background-repeat: no-repeat;
	}


/*/////////  VC Web Version 4.0 //////////*/
body {
    font-family: verdana, arial, helvetica, sans-serif;
	font-size: .8em;
	background-color:	#EEE3D0;
	margin:	0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #000000;
}

h1	{
	text-transform: capitalize; 
	color:	#003399;
	font-size: 150%;
	margin: 0;
	font-stretch: expanded;
	font-weight: 900;
	text-align: left;
	text-decoration: none;
	font-stretch: semi-expanded;
	word-spacing: 3px;
	letter-spacing: 1px;
	max-width: 500px;
	clear: both;
	}


h2	{
	text-transform: capitalize; 
	color:	#003399;
	font-size: 130%;
	font-stretch: expanded;
	font-weight: 900;
	text-align: left;
	text-decoration: none;
	font-stretch: semi-expanded;
	word-spacing: 3px;
	letter-spacing: 1px;
	max-width: 500px;
	width: 500px;	
	border-top: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
	background: #E9E9E9;
	clear: both;
	line-height: 20px;
	margin: 30px 0px 10px 0px; /* top right bottom left  */
	}

h3	{
	color:	#003399;
	font-size: 110%;
	font-stretch: expanded;
	font-weight: 900;
	text-align: left;
	text-decoration: none;
	font-stretch: semi-expanded;
	word-spacing: 3px;
	letter-spacing: 1px;
	max-width: 500px;
	width: 500px;	
	clear: both;
	margin: 30px 0px 0px 0px; /* top right bottom left  */
	line-height: 20px;
	}

span.attention	a {
	color: #0033cc;
//	color: #cc3300;
	font-weight: 900;
	line-height: 50px;
	}

span.attention	a:hover {
	font-weight: 900;
	color: #cc3300;
	background: #cccccc;
	}

p	{
	font-weight: normal;
	font-size: 1em;
	top: 0px;
	margin: 0px 0px 20px 0px;
	}
/*/////////  Begin Header  //////////*/
.vcbanner01	{
	border: none; 
	padding: 0px;
	}

.vcbanner02	{
	border: none; 
	padding: 0px;
	}
	
#header {
    font-family: verdana, arial, helvetica, sans-serif;
    color: #fff;
	background: inherit; /* Not supported by IE 5.X & 6.0 */
    text-align: center;
	margin-left: auto;
	margin-right: auto;
    width: 100%;
    height: 202px;
    margin: 0px;
	top: 0px;
	position: absolute;
	}

#header_top {
	border: 0px;
	width: 760px;
	float: left;
	position: absolute;
	left:50%;
	margin-left:-380px;
	padding: 0px 0px 0px 0px;
	}

/*////////  End Header  /////////*/


/*/////// Begin Content ////////*/
img {
   behavior: url("pngbehavior.htc");
}
/*/////// End Content ////////*/		


/* SideBar & Login Form CSS */
form label	{
	display: block;   /* block float the labels to left column, set a width */
	float: left; 
	text-align: left; 
	font-weight: bold;
	} 

label	{
	width: 125px;
	line-height: 30px;
}

#login	{
	font-family: helvetica, arial, sans-serif;
	}

#login fieldset	{
	border: 0; 
	width: 100%;
	margin: 7px;
	}

legend {
	color: #003399;
	font-size: 130%;
	font-stretch: expanded;
	font-weight: 900;
	text-align: left;
	text-decoration: none;
	text-transform:  uppercase;
	font-stretch: semi-expanded;
	line-height: 1.5em;
	white-space: nowrap;
	word-spacing: 2px;
	letter-spacing: 1px;
	}

/* Container for each item on the side bar */
div.SideBarItem { 
    font-weight: normal;
    color: #666666;
	}

*> div.SideBarItem { 
    line-height: 1em;
	}
	
.SideBarTitle {
    color: #330033; /* 660000 */
    background: inherit;   /* Not supported by IE 5.X & 6.0 */
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: .2em;
	position: relative;
	width: 100%;
    padding: 4px 0px 0px 0px;
    margin: 0;
	height: 30px;
	background-repeat: repeat;
	}
	
.SideBarContent {
    margin: 0;
    color: #287bd8;
	background: inherit;   /* Not supported by IE 5.X & 6.0 */
    font-weight:bold;
	}

.SideBarContent input {
    margin: 0;
    width: 175px;
	background-color: #fbf6f0;  /*  same color as the content area */
	color: #781351;
	border: 1px solid #ff6600;
	}

.SideBarContent input#search_field {
    margin: 0;
    width: 175px;
	background-color: #fbf6f0;  /*  same color as the content area */
	color: #781351;
	border: 1px solid #003399;
	margin-bottom: 10px;
	}
	
.SideBarContent input.text	{
	font-weight:	bold;
	border-color:	#336699;
	border-style:	inset;
	border-width:	2px;
	color:	#ffffff;
	background: inherit;  /* Not supported by IE 5.X & 6.0 */
	}

input.sub  {
	color: #000;
	background: #ffa20f;  
	border: 2px outset #d7b9c9;
	}
	
#login label	{
	display: block;   /* block float the labels to left column, set a width */
	float: left; 
	text-align: left; 
	font-weight: bold;
	line-height: 1.5em;
	}

#frame	{
	position: absolute;
	width: 100%;
	border: 0px;
	top: 235px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	clear: both;
	}		

.rbtop div, .rbtop, .rbbot div, .rbbot {
	width: 100%;
	height: 7px;
	font-size: 1px;
	}

.rbcontent { 
	margin: 0 7px; 
	}

h4,h3 {
    margin: 0;
	}

th, td {
    font-size: x-small;
	}

#MiddleSideBar {
	position: relative;
    padding: 7px; 
	padding-left: 15px;
    vertical-align: top; /* Not supported by IE 5.X */
	float: left;
	margin: 0px;
	}
	
/* for Mozilla/Safari/Opera */	
*> #MiddleSideBar {
/*    width: 490px;
	max-width: 71%; /* Not supported by IE 5.X & 6.0 */		
	}
		
/* for Mozilla/Safari/Opera */
*> #RightSideBar {
/*	max-width: 200px; /* Not supported by IE 5.X & 6.0 */
	max-width: 29%; /* Not supported by IE 5.X & 6.0 */	
    width: 200px;
	}

/* for Mozilla/Safari/Opera */
*>.trans_rt {
	-moz-opacity: 0.4; /* see the background through the image, IE5.0 can't parse this */
	filter: alpha(opacity=40); /* Not supported by NN 6.0, 7.0, IE 5.X & 6.0 */
	opacity: .40;	/* Not supported by NN 6.0, 7.0, IE 5.X & 6.0 */
	margin: 0px 0px 0px 0px;
	}
	
/* for Mozilla/Safari/Opera */
*>.trans_lt {
	filter: alpha(opacity=40); /* Not supported by NN 6.0, 7.0, IE 5.X & 6.0 */
	-moz-opacity: .40; /* see the background through the image, IE5.0 can't parse this */
	opacity: .40; 	/* Not supported by NN 6.0, 7.0, IE 5.X & 6.0 */
	margin: 0px 0px 0px 0px;
	}
	
.entry {
    padding: 0px 5px 5px 0px; /*     padding: 15px 15px 5px 0px;  top, right, bottom, left */
    color: #666666;
    background: inherit;   /* Not supported by IE 5.X & 6.0 */
    font-size: small;
    clear:both;
	margin: 0px 0px 0px 0px;
	border-spacing: 0px; /* Not supported by IE 5.X & 6.0 */
	border-collapse: collapse; /* Not supported by NN 6.0 */
	border-bottom: 1px dashed #E2E2E2; /* Not supported by IE 5.0 */
	}

.center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#footer	{
	clear: both;
	position: absolute;
	width: 684px;
	left: 50%;
	margin-left: -342px;	
	bottom: -15;
    line-height: normal; /* key value */
    padding: 10px;
	height: auto;
	}
	
#footer_content	{
	width: 90%;
    color: #999999;
	background: inherit;   /* Not supported by IE 5.X & 6.0 */
    font-size: x-small;
    text-align: center;
	margin-left: auto;
	margin-right: auto;
	}

#footer_content ul li	{
	display: inline; /* Not supported by IE 5.0 */
	padding-left: 5px;
	padding-right: 5px;
	}
	
	
/* ----  Links ------- */
/* for Mozilla/Safari/Opera */
*>#menu	{
	padding: 0px 0px 0px 0.5em;
	line-height: 30px;
	}

#menu ul	{
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 0;
	margin-top: 0;	/* cancels gap caused by top padding in Opera 7.54 */
	margin-left: 0;
	width: 100%;
	font-family: helvetica, arial, sans-serif;
	letter-spacing: -5px;
	font-variant: normal;
	}

#menu ul li	{
	display: inline; /* Not supported by IE 5.0 */
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 5px; 	/* matches link padding except for left and right */
	padding-top: 5px;
	list-style: none;
    text-align: center;	
	}

#menu ul li a	{
	padding-left: 10px;
	padding-right: 30px;
	padding-bottom: 5px;
	padding-top: 5px;
	color: white;
	background: inherit;   /* Not supported by IE 5.X & 6.0 */
	text-decoration: none;
	}

#navlist a	{
    font-size: 120%;
	font-weight: bold;
	text-transform: capitalize;
	text-decoration: none;
	letter-spacing: 2px;
	white-space: nowrap; /* Not supported by IE 5.0 */
	vertical-align: middle; /* Not supported by IE 5.X */
	text-align: center;
	}	

#navlist a:link	{
	color: #ffffff;
	background: inherit;   /* Not supported by IE 5.X & 6.0 */	
	}

#navlist a:visited {
	color: #eeeeee;
	background: inherit;   /* Not supported by IE 5.X & 6.0 */
	}

#navlist a:hover	{
	color: #ffffcc;
	background: inherit;   /* Not supported by IE 5.X & 6.0 */
	}

#navlist li	{
	display: inline;	/* Not supported by IE 5.0 */
	list-style-type: none;
	padding-right: 10px;
	}

a.help, a.help:link, a.help:visited {		/* IE 5.0 can't parse this */
	color: #003399;
	text-transform: capitalize;
	background: inherit;   /* Not supported by IE 5.X & 6.0 */
	}
a.help:hover	{
	color: #999999;
	background: inherit;   /* Not supported by IE 5.X & 6.0 */
	}

#breadcrumbs	{
	position: absolute;
	margin-left:  50px;
	color: #003399; 
	float: left; 
	font-weight: bold;
	font-size : 90%;
	letter-spacing: -1px;
	top: 210px;
	left: 0;
	text-transform: capitalize;
	}

#breadcrumbs a	{
	color: #003399;
	text-transform: capitalize;
	}

a {
	color: #003399;
	text-decoration: underline;
	}

a:link {
	color: #003399; /* 5b7e96 */
	background: inherit;   /* Not supported by IE 5.X & 6.0 */
	}

a:visited {
	color: #5b7e96;
	background: inherit;   /* Not supported by IE 5.X & 6.0 */
	}

a:active {
	color: #5b7e96;
	background: inherit;   /* Not supported by IE 5.X & 6.0 */
	}

a:hover {
	color: #bfced8;
	background: inherit;   /* Not supported by IE 5.X & 6.0 */
	}


tr	{
	border-bottom: 1px solid #d2d2d2; 
	}

td	{
	border-bottom: 1px solid #d2d2d2; 
	}

.syl2	{
	background-color:	#EEE3D0;
	background:	#EEE3D0;
	border-right: 1px solid #d2d2d2;
	line-height: 15px;
	}

.syl1	{
	border-right: 1px solid #d2d2d2;
	line-height: 15px;
	}

.sylHead	{
	border-right: 1px solid	#999999;
	border-bottom: 1px solid #d2d2d2; 
	border-top: 1px solid #d2d2d2; 
	background: #e9e9e9;
	}
	
.required	{
	font-size: larger;
	color: #333333;
	font-weight: bold;	
	}

.error   {
	color: #B42E33;
	font: 11px verdana, tahoma, arial, "times new roman";
	font-weight: bold;
	}	

label.form 	{
	width: 4em;
	float: left;
	text-align: right;
	margin-bottom: 10px;
	display: block;
	width: 150px;
	padding-right: 20px;
	}

.submit input.form	{
	margin-left: 4.5em;
	color: #000;
	background: #ffa20f;
	border: 2px outset #d7b9c9
	}

input.form	{
	color: #781351;
	background-color:	#ffffff;
	border: 1px solid #781351;
	display: block;
	width: 155px;
	float: left;
	margin-bottom: 10px;
	margin-right: 5px;
	}

textarea.form	{
	color: #781351;
	background-color:	#ffffff;
	border: 1px solid #781351;
	display: block;
	width: 155px;
	float: left;
	margin-bottom: 10px;
	margin-right: 5px;
	}

fieldset.form	{
	margin-top: 20px;
	border: 1px solid #781351;
	width: 500px;
	}

legend.form		{
	color: #fff;
	background: #ffa20c;
	border: 1px solid #781351;
	padding: 2px 6px;
	}

select.form	{
	color: #781351;
	background: #ffffff;
	border: 1px solid #781351;
	display: block;
	width: 155px;
	float: left;
	margin-bottom: 10px;
	}
	
br {
	clear: left;
	}

legend.help {
	color: #003399;
	font-size: 130%;
	font-stretch: expanded;
	font-weight: 900;
	text-align: left;
	text-decoration: none;
	text-transform: capitalize;
	font-stretch: semi-expanded;
	line-height: 1.5em;
	white-space: nowrap;
	word-spacing: 2px;
	letter-spacing: 1px;
	}

input:focus {
	background-color: #FFEAD7;
	border-color: #FF9933; 
	}

fieldset.yoda	{
	margin-top: 0px;
	width: 300px;
	}


#note_box {
	float: right;
	padding: 10px;
	padding-right: 35px; 
	margin: 20px;
	background: #FEF0D8; 
	border: 3px dashed #666;
	width: 2750px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 250px;
	text-align: center;
	}
		
html>body #note_box {
	width: 250px; /* ie5win fudge ends */
	}
	
.space  {
  line-height:  1.5;
}

#twitter_update_list li {
	margin: 10px;
}

#twitter_update_list li a {
	color: #000000;
    whitespace: nowrap;
    padding: 0;
	display:block;
}

#twitter-link {
	text-decoration: none;
	background:url(/img/tweety.gif) 0 0 no-repeat;
	display:block;
	width: 170px;
	height: 40px;
	border: 0px;
	float: right;
	margin: 15px;
}


/* #########################  */
