/* CSS Document */
/* Main Body Settings */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333333;
	background-color:  #EAEAEA;
	text-align: center;
	padding:5px 5px 20px 5px;
	margin:0px;
}

/* Settings for page boundaries */
#wrapper { 	
	text-align: center;
	vertical-align: middle;	
	margin: 0px auto;
	padding: 0px 0px 10px 0px;
	width: 90%;
	background-color: #fff;
	border: 1px solid #564b47;
}

#content { 
 width: auto;
 background:#FFFFFF;
 margin: 10px;
 padding: 10px 10px 40px 10px;
 height: auto;
 position:relative;
 text-align:left;
 border: 1px solid #ccc;
}

#container {
	height: auto;
	width: auto;
}

#Breadcrumbs {
	height: 25px;
	width: auto;
	border:solid #FFF;
	font-size:11px;
	color: #333;	
}

#footer { 
 width: auto;
 height:25px;
 color: #333;
 border: 1px solid #ccc;
 margin: 0px 0px 10px 0px;
 padding: 10px;
 clear:both;
}

#header{
	height:160px;
	margin:0;
}

/* Horizontal Rule and line options */
.dottedLine {
	background-image: url(images/dotted.gif);
	background-repeat: repeat-x;
	background-position: center center;
}

hr {
	color: #660000;
}

/* Settings for navigation divider */
#navigation {
	width: 100%;
	padding: 0px;
	margin: 0px 0px 5px 0px;
	height: 38px;
	text-align:left;
}

/* Padding options */
.Padding_10 {
	padding: 10px;
}

.Padding_5 {
	padding: 5px;
}

/* Margin setting */
.Margin_10 {
	margin: 10px;
}

.TopBottom_10 {
	margin: 10px 0px 10px 0px;
	border-style: none;
}


/* Border options */
.lightBorder {
	border-color: #E5E5E5;
}

.lightPinkBorder {
	border:#EEEEEE;
}

.noBorder {
	border-style: none;
}

/* Divider options */

#DividerRight {
	height: auto;
	width: auto;
	float:right;
}

#Dividerleft {
	height: auto;
	width: auto;
	float:left;
}

#container_250H {
	height: 250px;
	width: auto;
}

#container_500H {
	height: 500px;
	width: auto;
}

#announcements {
	padding: 10px;
	height: auto;
	width: auto;
}


/* Submenu setting */
#submenu{
width: 99%;
font-weight: bold;
font-size: 11px;
}

#submenu:after{ 
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#submenu ul{

width: 100%;
padding: 5px 5px;
margin: 0;
text-align: center; 
}

#submenu ul li{
display: inline;
}

#submenu ul li a{
	color: #a00;
	padding: 5px;
	margin: 0;
	text-decoration: none;
	border-left: 1px solid #990000;
	border-right: 1px solid #990000;
}

#submenu ul li a:hover{
	color: #999999;
	font-weight: bold;
}

#submenu ul li a:visited {
font-weight: bold;
color: #666666;
}


/* Alignment Options */
.centerAll {
	background-position: center center;
	text-align: center;
	clear: both;
}

.alignLeft {
	float: left;
}

.alignRight {
	float: right;
}

.alignCenter {
	text-align: center;
}

.alignTextRight {
	text-align:right;
}

.alignTextLeft {
	text-align:left;
}
/* Border and background options */
.grayBackGreenBorder {
	background-color:#CCCCCC;
	border-color:#006666;
}

.greenBackRedBorder {
	background-color:#009933;
	border-color:#FF0033;
}
/* Sitemap list settings */
.sitemap li, #sitemap li ul li {
	text-transform: uppercase;
	text-indent: 5px;
	list-style-position: outside;
	list-style-image: url(images/linkg.gif);
	line-height: 20px;
	background-position: top;
	vertical-align: top;
	margin-right: 20px;
}

.sitemap li a , #sitemap li ul li a{
	font-family: Arial Narrow, verdana, helvetica, arial;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	background-position: top;
}

.sitemap ul{
	margin-bottom:20px;
}

