
/* Layout Stylesheet */ 

body {
 margin:0px;
 background:#EAF2FF;
 color: #333333;
 text-align:center;
 padding:0;
 }

#outer {
 text-align:left;
 border:1px solid #000000;
 width:742px;
 margin:auto;
 }

#hdr {
 height:35px;
 background:#7B062E;
 color: #fff;
 text-align: right;
 }
 
 
/*Creating top naviagation with search box*/
#top_nav { 
	height: 35px; 
	font-size: 0.7em; 
	display: inline; /* Wraps around actually utility content */
	color:#FFFFFF;
	background-color: transparent;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	vertical-align: bottom;
}
	

#submit_button { 
	margin-left: 0.3em;}
	
div#top_nav a, div#top_nav a:visited, div#top_nav a:hover {
	line-height: 2em;
	text-decoration: none;
	font-weight: bold;
}

div#top_nav a {
	color: #fff;
	background-color: transparent;
}

div#top_nav a:hover {
	color: #FFF;
	background: transparent;
	text-decoration: underline; 
}

/* ------------------------------------------- */

#bar {
 height:150px;
 background:#c0c0c0;
 color: #333333;
 border:solid #000000;	
 border-width:1px 0 1px 0;
 }

#bodyblock {
 position:relative;
 background: #FAEBBE;
 color: #333333;
 width:741px;
 padding:0;
 }

 
 /* left navigation -- begin */

#l-col {
 float:left;
 background-color:#FAEBBE;
 color: #333333;
 width:140px;
 text-align: left;
 padding-left: 3px;
 font-family:Arial, Helvetica, sans-serif;
 font-size: 0.75em;
 }

div#l-col a, div#l-col a:visited, div#l-col a:hover {
	display: block;
	line-height: 3em;
	text-decoration: none;
	font-weight: bold;
}



div#l-col a {
	color: #AE3446;
	background-color: transparent;
	border-bottom: 1px solid #CCC;
}



div#l-col a:hover {
	color: #FFF;
	background: #000 url(../image/arrow.gif) right center no-repeat; 
}

/* left navigation -- end */

/*Creating sub navigation menu on the left*/

div#subnav {

 background-color:#FAEBBE;
 color: #333333;
 width:auto;
 text-align: left;
 padding-left: 5px;
 font-family:Arial, Helvetica, sans-serif;
 font-size: 1em;
 }

div#subnav a, div#subnav a:visited, div#subnav a:hover {
	display: block;
	line-height: 2em;
	text-decoration: none;
	font-weight: bold;
}


div#subnav a {
	color: #663300;
	background-color: transparent;
	border-bottom: 1px solid #CCC;
}

div#subnav a:hover {
	color: #FFF;
	background-color: #333; 
}

/* sub navigation -- end */

#cont {
	width:594px;
	background:#ffffff;
	color: #333333;
	border:solid #000000;
	border-width:0 0 0 1px;
	text-align:left;
	vertical-align: top; 
	min-height: 600px;
}

/*Define main content link properties*/
div#cont a, div#cont a:visited, div#cont a:hover {
	text-decoration: none;
	font-weight: bold;
}

div#cont a {
	color: #AE3446;
	background-color: transparent;
	border-bottom: 1px dotted #AE3446;
}

div#cont a:hover {
	color: #090;
	background: transparent; 
	border-bottom: 0px;
}


table {
	vertical-align: top;
	margin: 15px 20px;
	width: 90%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

ul, li {
 font-family:Arial, Helvetica, sans-serif;
 font-size:12px;
 margin-top:0px;
}

ul {
	list-style-type: square;
	list-style-position: outside;
	text-align: left;
}

ul ul { list-style-type: circle; }

li {
	margin-bottom : 3pt;
}

ol {
	list-style-type: decimal;
	list-style-position: outside;
	text-align: left;
}

.photoframe {
	border-style: ridge;
	border: 2px solid #030;
}

input
{
color: #781351;
background: #fee3ad;
border: 1px solid #781351
}

.submit input
{
color: #fff;
background: #7B062E;
border: 2px outset #d7b9c9
} 

textarea
{
color: #781351;
background: #fee3ad;
border: 1px solid #781351
}

hr {
	color: #003300;
}

.b {
	font-weight: bold;
}



.u {
	text-decoration: underline;
}



.i {
	font-style: italic;
}


.bu {
	font-weight: bold;
	text-decoration: underline;
}
	

.picleftplain {
	float: left;
	margin-right: 4px;
	margin-left: 10px;
}



.picrightplain {
	float: right;
	margin-right: 4px;
	margin-left: 10px;
}


.picleft {
	float: left;
	margin-right: 4px;
	margin-left: 0px;
	border-style: ridge;
	border: 2px solid #030;
}

.picright {
	float: right;
	margin-right: 10px;
	margin-left: 4px;
	border-style: ridge;
	border: 2px solid #030;
}


/*End of main content link properties*/


#footer {
 height:70px;
 background:#7B062E;
 color: #fff;
 border-width:1px 0 0 0;
 margin:0;
 font-family:Arial, Helvetica, sans-serif;
 font-size: 0.7em;
 font-weight: bold;
 text-align:center;
 }
 
div#footer a, div#footer a:visited, div#footer a:hover {
	line-height: 2em;
	text-decoration: none;
	font-weight: bold;
}

div#footer a {
	color: #fff;
	background-color: transparent;
}

div#footer a:hover {
	color: #FFF;
	background: #000; 
}
 
 
 
