body {
	font-family: "Times New Roman", Times, serif;
	margin: 0px;
	padding: 0px;
	background-color: #E6E6FF;
}

#container, .squish {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

#head {
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	background-image: url(../images/bg_banner.jpg);
	background-position: center top;
}

.Capital {
	font-size: 36px;
	color: #800000;
}
#head h1 {
	font-size: 24px;
	margin: 0px;
	padding-top: 25px;
	padding-bottom: 5px;
	color: #FFFFFF;
}
#head h2 {
	font-size: 16px;
	margin: 0px;
	color: #003366;
	padding-bottom: 15px;
	text-align: left;
	padding-right: 10px;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#modernbricksmenu{
	padding: 0;
	width: 100%;
	voice-family: "\"}\"";
	voice-family: inherit;
	background-color: #000000;
	background: transparent;
}

#modernbricksmenu ul{
	font: bold 11px Arial;
	margin:0;
	margin-left: 0px; /*margin between first menu item and left browser edge*/
	padding: 0;
	list-style: none;
	background-color: #000000;
}

#modernbricksmenu li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}

#modernbricksmenu a{
	float: left;
	display: block;
	color: white;
	margin: 0 1px 0 0; /*Margin between each menu item*/
	padding: 5px 10px;
	text-decoration: none;
	letter-spacing: 1px;
	background-color: #000000; /*Default menu color*/
	border-bottom: 1px solid white;
}

#modernbricksmenu a:hover{
background-color: #999999; /*Menu hover bgcolor*/
}

/*** The following has been added to the head of each page...
#modernbricksmenu #current a{ /*currently selected tab
background-color: #320064; /*Brown color theme
border-color: #320064; /*Brown color theme 
}*/

#modernbricksmenuline{
	clear: both;
	padding: 0px;
	width: 100%;
	height: 5px;
	line-height: 5px;
	background: #990000; /*Red color theme*/
	margin: 0px;
}

#myform{ /*CSS for sample search box. Remove if desired */
	float: right;
	margin: 0;
	padding: 0;
	display: none;
}

#myform .textinput{
width: 125px;
border: 1px solid gray;
}

#myform .submit{
font: bold 11px Verdana;
height: 22px;
background-color: lightyellow;
}/*** End Credits ***/

#container {
	background-color: #FFFFFF;
	position: relative;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	margin: 0px auto;
	padding: 0px;
}
#sub_nav {
	float: left;
	width: 198px;		/*should be 198 but is set at 195*/
	height: auto;
	background-color: #E9F1FE;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #003366;
	border-right-color: #003366;
	border-bottom-color: #003366;
	border-left-color: #003366;
	color: #003366;
	margin: 0px;
	overflow: hidden;
}
/*** IE win 6 hack to readjust the dimensions of the DIVs to cover the 3px pad in IE6 ***/
* html #sub_nav {
  width: 195px;
  }
/*** simple link characterists for sub_nav w/o lists used ***/
#sub_nav a {  
	color:#003366;
	text-decoration: none;
}
#sub_nav a:hover {
	text-decoration:underline;
}

/*** unorderd list-based links - all but first page ***/
#sub_nav ul a {
	color: #003366;
	text-decoration: none;
	text-align: center;
	display: block;
	margin: 0px;
	width: 175px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-bottom-style: solid;
	border-top-color: #003366;
	border-right-color: #003366;
	border-bottom-color: #003366;
	border-left-color: #003366;
	background-repeat: no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
#sub_nav ul a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #98ADC2;
}

#sub_nav h2 {
	font-size: 18px;
	color: #FFFFFF;
	background-image: url(../images/eventbg.jpg);
	background-repeat: repeat-x;
	text-align: center;
	height: 30px;
	padding-top: 4px;
	margin: 0px;
	padding-bottom: 0px;
}
#sub_nav p {
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #003366;
	border-right-color: #003366;
	border-bottom-color: #003366;
	border-left-color: #003366;
	margin: 10px;
}

#sub_nav ul {
	list-style-type: none;
	margin: 0px;
	padding: 10px;
}
#sub_nav .bdrtop {
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-top-color: #003366;
	border-right-color: #003366;
	border-bottom-color: #003366;
	border-left-color: #003366;
}

#sub_nav li {
	padding: 0px;
	margin: 0px;
}

#content {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 200px;		/*should be 200! */
	color: #333333;
	background-color: #FFFFFF;
}
/*** IE6 hack to account for the 3px pad that IE6 puts on text in the content area ***/
* html #content {
  padding-left: 197px;
  }

#textwrapper {
	padding-right: 25px;
	padding-left: 25px;
}

#content h1 {
	margin: 0px;
	padding-bottom: 5px;
	padding-top: 10px;
	font-size: 24px;
	color: #003366;
}
#content h2 {
	font-size: 18px;
	color: #990000;
}
#content h3 {
	font-size: 16px;
	color: #000000;
}
#content p {
	padding-top: 7px;
	padding-bottom: 7px;
	margin: 0px;
	text-align: justify;
}
#content a {
	color: #003366;
}
#alert {
	color: #FFFFFF;
	background-color: #990000;
	padding-top: 3px;
	padding-right: 15px;
	padding-bottom: 3px;
	padding-left: 15px;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 0px;
	font-size: 14px;
}
#alert a:link, #alert a:active, #alert a:visited, #alert a:hover {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: normal;
	padding-left: 15px;
	text-transform: capitalize;
}
.accredited {
	font-style: italic;
	color: #000000;
	margin-top: 0px;
	padding-top: 0px;
	padding-left: 5px;
	font-weight: bold;
}

.imageL {
	padding-left: 0px;
	padding-right: 10px;
	float: left;
	font-size: 12px;
	font-style: italic;
}
.imageR {
	float: right;
	padding-left: 10px;
	font-size: 12px;
	font-style: italic;
}

#container #content #spotlight {
	padding: 0px;
	width: 200px;
	position: absolute;
	right: 10px;
	top: 10px;
	background-image: url(../images/icons/box.png);
	background-repeat: no-repeat;
	height: 180px;
}
/*** IE6 hack to remove the transparent .PNG that can't be viewed properly in IE6 ***/
* html #container #content #spotlight {
  background-image: none;
  }

#spotlight ul {
	
	text-indent: 0px;
	margin: 0px;
	padding: 10px 10px 10px 20px;
	list-style-type: none;
}
#spotlight li {
	padding-bottom: 5px;
}

#spotlight a:link, #spotlight a:visited, #spotlight a:active {
	color: #FFFFFF;
	font-size: 20px;
	display: block;
	text-decoration: none;
	margin: 0px;
	padding: 2px 0px;
}
#spotlight a:hover {
	text-decoration: none;
}
#container #closer {
	clear: both;
}


.feature_border {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: dashed;
	border-top-color: #003366;
	border-right-color: #003366;
	border-bottom-color: #003366;
	border-left-color: #003366;
}
.table_line {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #990000;
	border-right-color: #990000;
	border-bottom-color: #990000;
	border-left-color: #990000;
}

#footer {
	border-top-width: thick;
	border-top-style: solid;
	border-top-color: #990000;
	border-right-color: #990000;
	border-bottom-color: #990000;
	border-left-color: #990000;
	background-color: #FFFFFF;
	clear:left;
}
#footer .floatRight {
	float: right;
}


#footer p {
	margin: 0px;
	padding: 15px;
	font-size: 12px;
	text-align: left;
}
#footer a {
	color: #003366;
}

