﻿/* CSS Document */

/* STRUCTURAL CSS 
-----------------  */

table#structure	{
	width: 100%;
	padding: 0px;
	border: none;
}


table#content_structure	{
	width: 98%;
	padding: 0px;
	border: 0px;
}


table#data_table	{
	width: 60%;
	padding: 2px;
	border: 1px #000000 solid;
}







/* VISUAL STYLES
---------------- */

@font-face {
    font-family: Calibri;
    font-style:  normal;
    font-weight: normal;
    src: url(fonts\CALIBRI0.eot);
}



body	{
	background-color: #efefef;
	margin: 0px;
}

.surroundcolor	{
	background-color: #990066;
	color: #efefef;
}

.address_details	{
	text-align:center;
	color: #CCCCCC;
	font-family:Calibri, Verdana;
	background-color: #990066;
}

.header	{
	text-align: center;
}

.sidebar_menu	{
	width: 150px;
	line-height: 20px;
	text-align: left;
}

#sidebar_menu_img	{
	width: 20px;
	height: 25px;
}

h2	{
	color: #990066;
	font-size: xx-large;
	font-weight: bold;
	text-align: center;
}

p	{
	color: #000000;
	font-size: large;
	text-align: justify;
	font-family:Calibri, Verdana;
}

h3	{
	color: #990066;
	font-size: x-large;
	font-weight: bold;
	text-align: center;
}

.center	{
	text-align:center;
}

.left 
{
    text-align: left;
}


h4	{
	color: #000000;
	font-size: x-large;
	font-weight: bold;
	text-align: center;
}

.grey_callout   
{
    background-color: #cccccc;
}

p.key		{font-style: italic;
			text-align: center;
			font-size: medium;
			}
			
#lists		{text-align: left;
			margin: 60px;
			font-size: large;
			}

li, ul      
{
    font-size: medium;
    font-family: Calibri, Verdana, Arial;
}

img	{
	border: none;
	}
	
	

/* LINK STYLES
-------------- */

a#address_details	{
	color: #cccccc;
	text-decoration: none;
}

a:hover#address_details	{
	color: #cccccc;
	font-weight: bold;
	text-decoration: underline;
}

a.menu_item	{
	color: #cccccc;
	text-decoration: none;
	font-size: 1em;
	font-weight: bold;
}

a:hover.menu_item	{
	color: #cccccc;
	text-decoration: underline;
	font-weight: bold;
}

.copyright	{
	font-family:Calibri, Verdana;
	font-size: small;
	font-weight: bold;
}

a.copyright	{
	color: #000000;
	text-decoration:none;
}

a:hover#copyright	{
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}
	
.award	{
	border: none;
	height: 157px;
	width: 119px;
	color: #000000;
	font-family: Calibri, Verdana;
	font-size: large;
}