/* Styles for default display - Derek Johnson 20th February 2008 */
/* No inline styles applied to DEFAULT template document */
body 
{
	background-color: #FFFFFF;
	margin: 0px;
	text-align: center;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 0.8em;
}

h1
{
	color:#0033aa;
	padding:0px 0px 0px 0px;
	margin:20px 0px 10px 0px;
}

h2
{
	color:#aa33ff;
	padding:0px 0px 0px 0px;
	margin:30px 0px 0px 0px;
}

h3
{
	font-size:1.2em;
	color:#4D7EB0;
	padding:0px 0px 0px 0px;
	margin:30px 0px 5px 0px;
}

h4
{
	text-align:center;
}

h5
{
	text-align:center;
}


.StrongLink 
{
	font-size: 1.2em;
	font-weight: bold;
}

#header 
{
	text-align: right;
	background-image: url(../../images/main_logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 60px;
	padding:0px 0px 10px 0px;
}


/*-----Navigation Menu-----*/


#navMenu 
{
	padding:3px 0px 3px 0px;
	background-color: #000000;
}

#navMenu ul
{
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	font-size: 0.9em;
	list-style-type: none; 
	list-style-image: none;
	margin: 0px 0px 0px 0px;
}

#navMenu li 
{
	text-decoration: none;
	display:inline;
	padding:0px 2px 0px 5px;
	text-transform: capitalize;
}

#navMenu .clsNavMenuBorder
{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;	
}

#navMenu a:link 
{
	color: #FFFFFF;
}

#navMenu a:visited 
{
	color: #FFFFFF;
}

#navMenu a:hover 
{
	color: #FFFF00;
}

/*-----Navigation Menu End-----*/


#content .clsDLMenu
{
	list-style-type: none; 
	list-style-image: none;
	float:left;
	padding:0px 20px 0px 20px;
	width:350px;
}

#content .clsDLMenu a:link
{
	color: #0066CC;
}

#content .clsDLMenu dt 
{
	background-color: #ffffff;
}

#content .clsDLMenu dd 
{
	background-color: #ffffff;
	height:50px;
}


#container {
	width: 62em;
	text-align: left;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}

#container #content {
	clear: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-align: justify;
	margin-top: 1px;
}
#container #content h1 {
	color: #102665;
	font-size: 175%;
	margin-top: 0px;
}
#container #content h2 {
	color:#40599E;
	padding:0px 0px 0px 0px;
	margin:40px 0px 5px 0px;
}
#container #content p {
	margin-top: 0px;
}

#footer {
	background-image: url(../Graphics/base.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	clear: both;
	text-decoration:none; 
	color:#0066CC;
}



a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

img
{
	border:none;
}

.intro {
	background-color: #F2F2F2;
	padding: 10px;
	border: 1px dotted #000000;
}

.submitButton {
	background-color: #003366;
	padding: 5px;
	margin: 2px;
	color: #FFFF66;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #CCCCCC;
}

.clsProductsDL
{
	list-style-type: none; 
	list-style-image: none;
}

.clsProductsDL dt
{
	padding:10px 10px 10px 10px;
	width:550px;
}

.clsProductsDL dd
{
	width:500px;
}

blockquote 
{
	display:block;
	padding:0 60px;
	width:350px;

}

blockquote:before, blockquote:after
{
	color:#69c;
	display:block;
	font-size:700%;
	font-family:Times New Roman, Arial, Verdana;
	width:50px;
}

blockquote:before
{
	content:open-quote;
	height:0;
	margin-left:-0.55em;
}

blockquote:after
{
	content:close-quote;
	height:50px;
	margin-top:-70px;
	margin-left:360px;
}

.tinyText {
	font-size:10px;
}