﻿/**********************************************************************
 * Styles.css                                                         *
 *                                                                    *
 * This file is initially empty and you can add any additional styles *
 * or modify any of the styles defined in BaseStyles.css              *
 * This file will never be overwritten.                               *
 *                                                                    *
 * For example, if you want to override just the top padding for a    *
 * menu, you can simply add the following lines:                      *
 *                                                                    *
 * .menus {                                                           *
 * 	padding-top: 20px;                                            *
 * 	}                                                             *
 *                                                                    *
 * This will keep all the other styles of the "menus" style as-is,    *
 * but modify the top padding to be 20px.                             *
 *                                                                    *
 * You can also, add a new style by just specifying it.               *
 *                                                                    *
 * .menus {                                                           *
 * 	padding-top: 20px;                                            *
 * 	text-align: center;                                           *
 * 	}                                                             *
 * 	                                                              *
 * In the above case, we added the text-align style.  This style was  *
 * not specified in the original declaration of the menus style.      *
 *                                                                    *
 **********************************************************************/
/* CONTENT BOX */
#content {
	margin: 20px 0px 0px 5px;
	margin-top: 20px;
	width: 760px;
	padding: 0px 5px;
	top: -1px;
	position: relative;
}
#content p {
	font:normal 12px Verdana, Arial, Helvetica, sans-serif;
	color:#0A2133;
}

/* h3 has blue header as background */
#content h3  {
	color: #134679;
	font-family: Arial, Helvetica, sans-serif;
	margin: 1px 0px -10px;
	padding: 0px;
	line-height: normal;
	font-size: 18px;
	font-weight: bold;
	text-align: center;


}


#content h3.tagline {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding: 2px 2px;
	border: 1px solid #0A2133;
	margin: 0px 0px 5px;
}

#content h4 {
	color: #14487A;
	font-weight: bold;
	padding: 0px;
	font-size: 14px;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 4px;
}


#content ul {
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 35px;


}

#content li {
	list-style: square;

}

#contentb {
	margin: 20px 0px 0px 5px;
	margin-top: 20px;
	width: 380px;
	padding: 0px 5px;
	top: -1px;
	position: relative;
}
#contentb p {
	font:normal 12px Verdana, Arial, Helvetica, sans-serif;
	color:#0A2133;
}

/* h3 has blue header as background */
#contentb h3  {
	color: #134679;
	font-family: Arial, Helvetica, sans-serif;
	margin: 1px 0px -10px;
	padding: 0px;
	line-height: normal;
	font-size: 18px;
	font-weight: bold;
	text-align: center;


}


#contentb h3.tagline {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding: 2px 2px;
	border: 1px solid #0A2133;
	margin: 0px 0px 5px;
}

#contentb h4 {
	color: #14487A;
	font-weight: bold;
	padding: 0px;
	font-size: 14px;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 4px;
}


#contentb ul {
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 35px;


}

#contentb li {
	list-style: square;