body{
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;	/* Font to use */
		background-color:#E2EBED;
		background-image: url('../images/bg.gif');
		background-repeat: repeat;
		width:100%;
		margin:0;
	}
#mainContainer{
		width:760px;
		margin:0 auto;
		text-align:left;
		background-color:#FFF;
		padding:2px;
		
	}
.center {
	
	text-align: center;
	
}
/*
 * background-color:#CCCCCC;
 * border:1px solid #000000;
 */

.container {
margin:0px auto 0px auto;



}


	#rssBox{
		width:200px;
		margin:5px;
		float:right;
		overflow: hidden;
		height:300px;	
		border:1px dotted #317082;
		padding:3px;
		font-size:0.8em;
		background-color:#E2EBED;
	
	}		
	.rssBoxDate{
		display:none;	/* I don't want to show the date */
	}
	.rssBoxHeading{	/* Heading of RSS item */
		font-weight:bold;
		color:#317082;
		margin:0px;
	}
	.rssBoxDescription{	/* Description of RSS item */
	
	}	
	.rssBoxLink{	/* Read more link */
		color:#F00;
		text-decoration:none;
	}
	.rssBoxLink:hover{	/* Read more link - mouse over */
		text-decoration:underline;
	}

fieldset {

border:1px solid #000;
padding:5px;


}

legend {
font-family:Arial, Helvetica, sans-serif;
font-size: 90%;
letter-spacing: -1px;
font-weight: bold;
line-height: 1.1;
color:#000;

border: 1px solid #333;
padding: 2px 6px;
}

img {
	
	border: none;
	
}

#title {
	font-family: Cambria, serif;
font-size: 16px;
font-style: normal;
font-weight: normal;
text-transform: none;
letter-spacing: normal;
line-height: 1.2em;
color: #317082;
	
}

.content {
	
	font-family: Cambria, serif;
font-size: 20px;
font-style: italic;
font-weight: normal;
text-transform: none;
letter-spacing: normal;
line-height: 1.4em;
	
}

#app { 
 
 color: #000; 
 /*
 margin: 10px;
 */
 margin: auto 0 auto 0;
 padding: 0px;
 float: left;
 list-style: none;

}

#app ul {

      margin: 0 0 1em 0;
			padding: 0;
			list-style: inherit;
			
  /*
    background: #001E7A;   
*/
}

#app li {
	
	text-align: left;
	list-style: none;
	overflow: visible;
	margin-right: 1em;
}


#success {
	
	opacity: 5;
	background: no-repeat;
	background-color: #000;
	
}

#success p {
	
	text-align: center;
	font-size: large;
	color: white;
	
}

#error {
	
	opacity: 5;
	background: no-repeat;
	background-color: #000;
	
}

#error p {
	
	text-align: center;
	font-size: large;
	color: red;
	
	
}

#outline {
	outline: 1px solid #011;
	
}
/*
 * 
 * Header Section
 * 
 */

#header {
	background-image: url('../images/main/header_bg.jpg');
	background-repeat:repeat-x;
	height: 52px;
	min-height: 52px;
	
	
}

#header ul {
	
	list-style: none;
	padding: 0;
	margin: 0;
	
}

#header li {
	position: relative;
	    top: .5em;
		float: left;
		
		border-top-width: 0;
		margin: 0 0.5em 0 0;

	
}

#header a {
	
	display: block;
	padding: 0 1em;

}

#header .selected {
		position: relative;
		top: 1px;
		background: white;
	}


#header li a {
	
	color: #011;
	font-size: 14px;
	text-decoration: none;
	
	
	
}

#header li a:hover {
	
	color: #7008bd;
	
}

/*
 * 
 * Main Template
 */

#main_content {
	
	
}

#col_left {
	margin: 1em;
	
}

#col_left caption {
	
	color: #bb6b54;
}

#col_left p {
	position: relative;
	padding: 2em;
	
	border: 1px solid #317082;
	background-color:#E2EBED;
}

#col_left p img {
	
	width: 150px;
	margin: .5em;
}

#col_right {
	
	position: relative; 
	top: 1em;
	
	
}
/*
Form Styling

*/

label {font-weight:bold;text-align: left;
	margin-right: 2.5em;
	width: 120px;
	float: left;
	clear: left;}
	
#labelid {font-weight:bold;text-align: left;
	margin-right: 2.5em;
	width: 15px;
	float: left;
	clear: left;}	
	
fieldset {padding:1.4em;margin:0 0 1.5em 0;border:1px solid #001;}
legend {font-weight:bold;font-size:1.2em;}
input.text, input.title, textarea, select {margin:0.5em 0;border:1px solid #bbb;}
input.text:focus, input.title:focus, textarea:focus, select:focus {border:1px solid #666;}
input.text, input.title {width:300px;padding:5px;}
input.title {font-size:1.5em;}
textarea {width:390px;height:250px;padding:2px;}


/*
 * 
 * 
 * Main Style for Footer Section
 * 
 * 
 */

 #footer {
 	position: relative;
	min-width: 780px;
	background-image: url('../images/footerbackground.jpg');
	background-repeat:repeat-x;
	min-height: 45px;
	margin-top: 150px;
	clear: both;
	
 }
 
 #footer p {
 	margin-left: 2em;
	margin-right: .1em;
 	position: relative;
 	float: left;
	padding:1em;
	font-size: 8pt;
	vertical-align: top;
	
 }
 
 #footer ul {
 	
	  position: relative;
 	  top: .6em;
	  border-collapse: collapse;
      padding: 1px 0 0 0;
      white-space: nowrap;
      list-style: none;
      margin: 0;
      height: auto;
      line-height: normal;
 }
 
 #footer li {
 	
	text-transform: capitalize;
	display: inline;
	border-width: 1px;
	margin-right: .1em;
	font-size: 10pt;
	float: left;
	
 }
 
 #footer li a {
 	
	padding: 0 1em;
	margin: 0;
	color: #011;
	text-align: center;
	text-decoration: none;	
 }

 #footercap {
 	
	height: 15px;
	min-width: 768px ;
	background-image: url('../images/index_52.jpg') ;
	background-repeat:repeat-x;
	margin-top: 45px;
 }
 