/* CSS Document */

#body, #bodyleft, #bodyright {
	background:#FFFFFF;
	}
/* Defines the curving graphic on the bottom border.  The background-image attribute in the global brand stylesheet controls the appearance.  When making a new brand image, the dimensions of the new image must be 91px wide and 40px tall. */
#LeftSwoop {
	background-image:url(../images/LeftSwoop-White.jpg);
	}

/* Defines the Doctor, Paraoptometric, Student, and Affiliate Centers' bounding boxes.  */
#center {
	background:#FFFFFF;
	border-color: #003366;
	}

/* Defines the bottom part of the Advocacy and Media Center bounding boxes. */	
.bodyLeftCenterContent {
	background: #FFFFFF;
	border-color:#003366;
	}

/* Defines the border around the scrolling theme box in the left column. */
#theme {
	border-color: #ffffff;
	}
	
#menu {
	/* Begin properties of the scroll bar.  Edit for branding */
	scrollbar-face-color: #2F79C2; 
	scrollbar-shadow-color: #CCCCCC;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #2F79C2;
	scrollbar-track-color: #CCCCCC;
	scrollbar-arrow-color: #FFFFFF;
	/* End scroll bar properties */
/*	background: #CCCCCC;
	border-color:#333333;*/
	border:none;
	}

/* Defines the brand rules for the first story in the AOA News feed. */
#topStory {
	background:#F5F5F5;
	border-color: #003366
	}
	
/* Font styles */
h1 {
	background:#003366;
	border-color:#2F79C2;
	color:#FFFFFF;
	}
	
h1.login {
	background:#FFFFFF/*2F79C2*/;
	border-color:#FFFFFF/*003366*/;
	color:#660000/*FFFFFF*/;
	font-weight:bolder;
	}
	
/*h1.big, a.big, .h1 {
	color:#FFFFFF;
	}*/

.menu {
	color: #660000;
	}
	
/* Begin redesign 04/2009*/	
	
h1 {  
	background:#003366 none repeat scroll 0 0;
	background:#dfdfdf;
	border-color:-moz-use-text-color;
	border-style:none none solid;
	border-width:medium medium 1px;
	color:blue;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-variant:small-caps;
	font-weight:normal;
	padding-left:5px;
	text-align:left;
}

a.big {
	color:#1c3764
	}

h1 {
	border:none;
	background:none;
	text-align:left;
	font-weight:normal;
	border-bottom:solid 1px #1c3764;
	font-family:Arial, Helvetica, sans-serif;
	color:#1c3764
	}

/*ul.redMenu {
	list-style-type:none
	}*/

#center {
	padding-bottom:25px
	}

.h1 {
	color:#fff;
	background:#1c3764;
	display:block;
	padding:5px;
	font-weight:bold;
	}

 #sidebar {
 	font-size:10px;
	margin-right:10px;
	}

.centerAlertImage {margin:15px 0 15px;position:relative;right:-7px}

