body, p, li
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    text-align: justify;
    color: #333333;
}

li
{
	margin-left: -25px
}

div.center 
{
    text-align: center;
}

div.center table 
{
    margin-left: auto;
    margin-right: auto;
    text-align: justify;
}

h1
{
    font-size: 160%;
    color: #333344;
    margin-top: 0px;
}

h2
{
    font-size: 115%;
    font-style: italic;
    color: #333344;
    margin-top: 10px;
    margin-bottom: 10px;
}

h3
{
    font-size: 105%;
    font-style: italic;
    color: #333344;
    margin-top: 0px;
}

img.portrait
{
	border: solid 2px #47515B; 
	margin: 5px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

a
{
    font-weight: bold;
    color: #000000;
    text-decoration: none;
}

a:hover
{
    color: #bb3333;
    text-decoration: none;
}

hr
{
	height: 1px; 
	border: none; 
	width:100%; 
	background-color:#aaaaaa; 
	color: #aaaaaa;
}

table.MainTable
{
	width:100%; 
	border: solid 1px #888899;
}

table.menuTable
{
    border: solid 1px #aaaaaa;
}

td.pageCellContent
{
    vertical-align: top;
    text-align: left;
}

/* Begin Main Table Layout */
td.MiddleLeft
{
	text-align: right;
	background-image: url('../images/Layout/BG_MiddleLeft.jpg');
	background-repeat: repeat-y;
}

td.MiddleRight
{
    text-align: left;
    background-image: url('../images/Layout/BG_MiddleRight.jpg');
    background-repeat: repeat-y;
}

td.BottomLeft
{
    vertical-align: top;
    text-align: right;
}

td.BottomMiddle
{
    vertical-align: top;
    background-image: url('../images/Layout/BG_BottomMiddle.jpg');
    background-repeat: repeat-x;
    height: 32px;
    width: 100%;
}

td.BottomRight
{
    vertical-align: top;
    text-align: left;
}
/* End Main Table Layout */

/* Begin Layout Boxes */
.OuterTable
{
	/* width: 921px; */
	overflow: auto;
	padding: 10px;
    border: solid 1px #888899;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.BreadCrumbBox
{
    /*width: 894px; */
    padding: 5px;
    background-color: #E6E6E6;
    border: solid 1px #888899;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.MenuBox
{
    float: left;
    width: 150px;
    padding: 7px;
    margin: 5px 5px 5px 0px;
    vertical-align: top;
    background-image: url('../images/Layout/gradient.png');
    background-repeat: repeat-x;
    background-color: #838383;
    border: solid 1px #888899;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.InnerMenuBox
{
	opacity:0.7;
	filter:alpha(opacity=70);
	padding: 5px;
	background-color: white;
	border: solid 1px #888899;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.MainContentBox
{
    overflow: auto;
    padding: 10px;
    margin: 5px 0px 5px 5px;
    border: solid 1px #888899;
    background-color: #E6E6E6;
    color:#000;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#footer
{
    clear: both;
    height: 5%;
    vertical-align: middle;
}
/* End Layout Boxes */

/* Begin Menu Styles */
.MenuHead
{
}

.MenuItem
{
	font-size: 90%;
	color: #333355;
	margin-left: 10px;
}

.MenuSubItem
{
	font-size: 90%;
    color: #333355;
    margin-left: 20px;
}
/* End Menu Styles */

.RSSDate
{
	font-size: smaller;
	color: #666666;
	font-style: italic;
}
