/**************************************/
/* Master Stylesheet - Base Redefines */
/**************************************/

@import url('frame.css');
@import url('content.css');

.msgBox {
font-size: 16px; 
font-weight: bold; 
text-align:center; 
font-family: Georgia, 'Times New Roman', Times, serif; 
font-style: italic;
background-color: #44447c;
color: #FFFFFF;
}

.browseBox {
	width: 100%;
	font-size: 18px;
	margin: 0;
	font-weight: normal;
	background-color: #44447c;
	color: #FFFFFF;
	padding: 10px;
}
.browseBox2 {
	width: 100%;
	font-size: 18px;
	margin: 0;
	font-weight: normal;
	background-color: #44447c;
	color:#FFFFFF;
	padding: 10px;
}
.resultsBox {
	width: 100%;
	font-size: 16px;
	margin: 0;
	font-weight: normal;
	background: url(../img/bg_menu.gif) repeat;
	color: #FFFFFF;
	padding: 5px;
}

html { margin: 0; padding: 0; }

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #282828;
	background: #545454;
}
		
/* typography  */

a {
	text-decoration: none;
	font-weight: bold;
	/* color: #ff5200;*/
	color: #1929ff;
}

a:hover {
	text-decoration: underline;
	/*color: #ffb71d;*/
	color: #FEEB0A;
	font-weight: bold;
}
h1 {
	font-size: 26px;
	margin: 0;
	font-weight: bold;
	display: inline;
}
h2 {
	font-size: 20px;
	margin: 0;
	font-weight: bold;
	display: inline;	
}
h3 {
	font-size: 18px;
	margin: 0;
	font-weight: bold;
	display: inline;
}
h4 {
	font-size: 16px;
	margin: 0;
	font-weight: bold;
	display: inline;
}
h5 {
	font-size: 12px;
	margin: 0;
	font-weight: normal;
	display: inline;
}
h6 {
	font-size: 12px;
	margin: 0;
	font-weight: normal;
}

#home h1 {
	color:#333333;
	font-size: 22px;
	line-height:30px;
}

#home {
color:#333333;
font-size:20px;
padding-right: 20px;
padding-top: 18px;

}

#home .txt {
	font-size: 13px;
	line-height: 18px;
	color:#333333;
}


#home .txt h2 {
	font-size: 15px;
	font-weight:normal;
padding-top: 50px;

}

#home p {
color:#333333;
}


strong, b {
	font-weight: bold;
}

/* color/size palette */

.red { color: #CC0000 !important; }
.orange { color: #F90 !important; }
.gray { color: #555 !important; }
.blue { color: #00C !important; }
.white { color: #FFF !important; }
.small { font-size: 8px !important; }
.normal { font-size: 10px !important; }
.medium { font-size: 14px !important; }
.large { font-size: 18px !important; }
.xlarge { font-size: 25px !important; }
.bold { font-weight: bold !important; }
.italic { font-style: italic !important; }

/* basic html redefs */

img {
	border: 0;
}

/*p {
	margin: 0;
}*/
pre {
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	white-space: pre;
	overflow: scroll;
}

input.submit {
	border: 1px #FF0000 groove;
}

#flashcontent {
	float:left;
	width:235px;
	position:relative;
	padding-right: 10px;
	padding-bottom:10px;
}

a.indexlinks {font-family: Arial, Helvetica, sans-serif;text-decoration: underline;font-weight: bold;color: #0052ff; font-size:16px;}
a.indexlinks:hover {font-family: Arial, Helvetica, sans-serif;text-decoration: underline;font-weight: bold;color:#333333;font-size:16px;}
a.indexlinkssm {font-family: Arial, Helvetica, sans-serif;text-decoration:underline;font-weight:bold;color:#999999;font-size:12px;}
a.indexlinkssm:hover {font-family: Arial, Helvetica, sans-serif;text-decoration: underline;font-weight: bold;color:#333333;font-size:12px;}
a.nonwhitehover {font-family: Arial, Helvetica, sans-serif;	text-decoration: none;	font-weight: bold;color: #0052ff;}
a.nonwhitehover:hover {font-family: Arial, Helvetica, sans-serif;	text-decoration: none;	font-weight: bold;color: #333333;}