
/** BASIC */

#wholearea 
{
    margin: 10px;
	background: url(../images/img02.jpg) repeat-x left top;	
	line-height: 20px;
	text-align: justify;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666666;
	background-color: white;
	border-color: Yellow;
	width: 1000px;		
}

body {
 background: #7285AD;  
}

.heading1 
{    
    font-size: larger;
    font-weight: bold;
}

.img_highlight
{
    border: 3px solid maroon;
   
}

a {
	color: #0077dd;
}

a:hover {
	text-decoration: none;
}

.list1 {
	margin: 0;
	padding: 0;
	list-style: none;
}

.list1 a {
	background: url(../images/img01.gif) no-repeat left 10%;
	padding-left: 12px;
}

.list2 {
	margin: 0;
	list-style: none;
}

.list2 a {
	background: url(../images/img01.gif) no-repeat left 60%;
	padding-left: 12px;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 3px 20px 0px 0px;
}

/** HEADER */

#header {
	width: 690px;
	margin: 0px auto;
	padding: 1em;
	height: 90px;
	color: #254360;
}

#header h1 {
	margin: 0px;
	padding: 20px 0px 0px 0px;
	text-transform: uppercase;
	font-weight: bold;
}

#header h2 {
	margin: 0 0 0 -80px;
	padding: 0px 0px 0px 95px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
}

/** MENU */

#menu 
{
    margin: 0px;
	width: 690px;	
	
}

#menu ul 
{
   
	margin: 0px 0px 0px 4px;	
	padding: 0px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	background: url(../images/img04.gif) no-repeat right 50%;
	padding: 0px 20px 0px 20px;
	text-decoration: none;
	text-transform: capitalize;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
}

#menu a:hover {
	background: #FFFFFF;
	color: #254360;
}

#menu .active {
	background: #FFFFFF;
	color: #254360;
}

/** CONTENT */

#content {
	margin: 0px auto;
	padding:  10px 0px 20px 0px;
	background-color: #D8DEDE;
}

#columnA 
{
   border: 1px dashed black;	
	float: right;
	width: 640px;
	padding-left: 10px;		
	margin-top: 5px;	
}

#columnA h2 {
	height: 22px;
	border-bottom: 1px dashed #EEEEEE;
	font-size: 12pt;
	font-weight: bold;
}

#columnAMod 
{
    border: 1px dashed black;	
	width: 600px;
	height: 600px;
	padding-left: 10px;		
	margin-right: 5px;
}

.columnB 
{    
    border: 1px dashed black;
    padding-top: 0px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
	float: left;
	width: 298px;
	height: 490px;
	margin-left: 3px;
	text-align: left;
	background-color: White;
}

.columnBMod
{    
    border: 1px dashed black;
    padding-top: 0px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
	float: left;
	width: 320px;
	height: 490px;
	margin-left: 3px;
	text-align: left;	
	background-color: White;
}

.columnB h2 
{
  display: inline;   
}

.columnBMod h2 
{
  display: inline;   
}


.columnC 
{
     border: 1px dashed black;
     padding-left: 50px;     
     padding-right: 30px;
     width: 650px;     
     text-align: justify;
     background-color: White;
}

.columnC table
{
    background-color: #FEFEC9;
    padding:10px;
}

.heading1 
{
    font-size:11pt;
}


/** FOOTER */

#footer {
	clear: both;
	margin: 0px auto;
	height: 59px;
	background: url(../images/img03.gif) repeat-x left top;
	text-align: center;
}

#footer p {
	margin: 0px;
	padding: 18px 0px 0px 0px;
	font-size: 10px;
	color: #FFFFFF;
}

#footer a {
	color: #CCCCCC;
}

/** Custom */

.fullbox 
{
    border: solid 1px black;
}

.title_img {
float:left;
clear:left;
}

blockquote 
{
    font:  italic 1.6em "Times New Roman";
    width: 500px;    
}

/*
blockquote {
  font: italic 1.2em/1.6em Georgia, "Times New Roman", Times, serif;
  width: 400px;
  background: url(../images/qoute.png) no-repeat right bottom;
  padding-left: 18px;
  text-indent: -18px;
}

blockquote:first-letter {
  background: url(../images/qoute.png) no-repeat left top;
  padding-left: 18px;
  font: italic 1.4em Georgia, "Times New Roman", Times, serif;
} */


.top_border 
{
  border-top: 1px dashed #000000;    
  margin-top: 5px;
  padding-top: 5px;
}

.para 
{ 
    text-align: justify;
}

.para:first-letter 
{
    padding-left: 50px;
}

.img_list 
{
    list-style-image: url(../images/arrow.gif);
}


