/** BODY ELEMENTS **/
*
{
	margin: 0;
	padding: 0;
}
body
{
	background-color: #055089;
	font-family: Verdana, Arial;
	font-size: .75em;
	text-align: center;
	margin-top: 4px;
}

h1
{
	position: absolute;
	top: 1.8em;
	font-size: 2.2em;
	letter-spacing: -0.05em;
}

h2
{
	font-size: 15px;
	padding: 0 0 8px 0;
	color: #055089;
}
h3
{
	font-size: 10px;
	color: #055089;
}

p
{
	text-align: left;
	font-size: 12px;
	line-height: 20px;
	padding: 8px 0 8px 0;
}

blockquote
{
	width: 500px;
	float: right;
	text-indent: 25px;
}

ul
{
	list-style-type: disc;
	list-style-position: inside;
}

/* Links */
a{color:#7f99ae;text-decoration:none}
a:hover{text-decoration:underline} 


/* Layout */
div#container
{
	width: 762px;
	height: auto;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

div#header
{
	background-image: url('images/headerback.jpg');
}

div#menu
{
	background-image: url('images/headerback.jpg');
}

div#content
{
	background-image: url('images/bodyback.jpg');
	padding: 8px 8px 8px 8px;
	
}

div#center
{
	margin: 0 0 0 0;
	padding: 0 0 0 8px;
}


div.column
{
	width: 180px;
}

div.columnadmin
{
	width: 100px;
}
div#left
{
	float: left;
	width: 550px;
	padding: 0 8px 0 8px;
}

div#leftadmin
{
	float: right;
	width: 580px;
	padding: 0 8px 0 8px;
}

div#leftlogon
{
	float: left;
	width: 725px;
	padding: 0 8px 0 8px;
}

div#right
{
	float: right;
	padding: 0 10px 0 0;
}
div#rightadmin
{
	float: left;
	padding: 0 0 0 10px;
}


div#footer
{
	clear: both;
	background-image: url('images/footer.jpg');
	background-position: bottom;
	background-repeat: no-repeat;
	margin: 0 auto;
	height: 50px;
	padding: 0 8px 8px 8px;
	font-size: xx-small;
	color: white;
}

div#footerbottom
{
	clear: both;
	margin: 0 auto;
	font-size: xx-small;
	color: white;
	text-align: center;
}
/* End Layout */


/* Grid View Styling */
.GridViewStyle
{    
    border-right: 2px solid #A7A6AA;
    border-bottom: 2px solid #A7A6AA;
    border-left: 2px solid white;
    border-top: 2px solid white;
    padding: 4px;
}

.GridViewStyle a
{
    color: #000000;
}

.GridViewHeaderStyle th
{
    border-left: 1px solid #EBE9ED;
    border-right: 1px solid #EBE9ED;
}

.GridViewHeaderStyle
{
    background-color: #5D7B9D;
    font-weight: bold;
    color: White;
}

.GridViewFooterStyle
{
    background-color: #5D7B9D;
    font-weight: bold;
    color: White;
}

.GridViewRowStyle
{
    background-color: #F7F6F3;
    color: #333333;
}

.GridViewAlternatingRowStyle 
{
    background-color: #FFFFFF;
    color: #284775;
}

.GridViewRowStyle td, .GridViewAlternatingRowStyle td
{
    border: 1px solid #EBE9ED;
}

.GridViewSelectedRowStyle
{
    background-color: #E2DED6;
    font-weight: bold;
    color: #333333;
}

.GridViewPagerStyle
{
    background-color: #5D7B9D;
    color: #FFFFFF;
}

.GridViewPagerStyle table /* to center the paging links*/
{
    margin: 0 auto 0 auto;
}
/* End Grid View Styling */


