/* Settings for page boundaries */
#wrapper { 	

	vertical-align: middle;	
	margin: 0px auto;
	padding: 0px 0px 10px 0px;
	width: 870px;
	background-color: #fff;
}

#content {
	margin: 0px;
	padding: 0px;
}

#container {
	position: relative;
	overflow: hidden;
	left: 0px;
	top: 0px;
	width: 100%;
}

/* RIGHT COLUMN STYLES */
#right_col {
	width: 200px;
	float: right;
	background-color: #DCDAC9;
	padding: 0px;
	font-size: .9em;
}

#right_col p {
	padding: 4px;
	margin: 6px;
	color: #000000;
}


/* MAIN COLUMN STYLES */
#page_content {
	position: relative;
	margin-right: 210px;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#footer {
	width: auto;
	height:25px;
	color: #333;
	margin: 0px 0px 10px 0px;
	padding: 10px;
	clear:both;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #ccc;
}

#header{
	margin:0;
	font-size: 2em;
	font-variant: small-caps;
	padding: 0px;
	height: 80px;
}

/* Settings for navigation divider */
#navigation {
	width: 100%;
	padding: 0px;
	margin: 0px 0px 5px 0px;
	height: 36px;
	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{
	font-size: 12px;
	height: 20px;
}

#submenu:after{ 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

#submenu ul{
	text-align: center;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	width: 99%;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

#submenu ul li{
	margin: 0;
	padding: 5px 0px;
	display: inline;
	border-left: 1px solid #990000;
	border-right: 1px solid #990000;
	font-weight: bold;
}

#submenu ul li a{
	color: #7B0033;
	text-decoration: none;
	margin: 0;
	padding: 0px 5px;
}

#submenu ul li a:hover{
	color: #999999;
	font-weight: bold;
}

#submenu ul li a:visited {
	font-weight: bold;
	color: #7B0033;
}


/* 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:#00515D;
}

/* 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;
}
