@charset "UTF-8";
/* CSS Document */


html {
	height: 100%;

}

div#content {
	margin: auto;
	width: 900px;
	text-align: left;
	background-color:#fff;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	position:relative;

}

body {
	
	background: center top no-repeat #00030d;
	background-image: url(images/ucwatchbg.jpg);
	font-family: "Georgia",Times New Roman, Times, serif;
	font-size: 12px;
	line-height: 16px;
	color: #000;
	margin-top: 0px;
}

div#news {
	font-family: "Georgia",Times New Roman, Times, serif;
	font-size: 10px;
	font-weight: normal;
	color: #3399ff;
	line-height: 16px;
	text-decoration: none;
}

div#news a:link, a:visited, a:active {
	font-family: "Georgia",Times New Roman, Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #003366;
	text-decoration: none;
}

div#news a:hover {
	text-decoration: underline;
	color: #003366;
}

a:link, a:visited, a:active {
	font-family: "Georgia",Times New Roman, Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	line-height: 21px;
	text-decoration:none;	
}

a:hover {
	color: #003366;
	font-weight: bold;
	text-decoration:underline;
}

td.white {
	background-color: #FFF;

}

td.blueContact {
	background-image:url(images/contact_bg.jpg);
	background-repeat:no-repeat;
	background-color: #00030d;
	width: 900px;
	height: 393px;

}

td.rtbxGradient {
	background-image:url(images/rightbox_gradient.jpg);
	background-repeat:no-repeat;
	background-color:#000033;
	width: 344px;
	height: 387px;

}

td.detialsBG {
	background-image:url(images/thedetails_bg.jpg);
	background-repeat:no-repeat;
	background-color:#fff;
	width: 900px;
	height: 56px;

}

.newsLinks a:link, .newsLinks a:visited,
.newsLinks a:active {
	font-family: "Georgia",Times New Roman, Times, serif;
	font-size: 10px;
	font-weight: normal;
	color: #3399ff;
	line-height: 16px;
	text-decoration: none;
}

.newsLinks a:hover {
	text-decoration: none;
	color: #003366;
}

.newsHeadline, .newsHeadline a:link, .newsHeadline a:visited,
.newsHeadline a:active {
	font-family: "Georgia",Times New Roman, Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #003366;
	text-decoration: none;
}

.newsHeadline a:hover {
	text-decoration: underline;
	color: #003366;
}

.newsText {
	font-family: "Georgia",Times New Roman, Times, serif;
	font-size: 12px;
	color: #666;
}

td.newsRelated {
	background-color: #000033;
	padding: 14px;

}

.newsRelatedHL {
	font-family: "Georgia",Times New Roman, Times, serif;
	font-size: 14px;
	color: #ffcc00;
	font-weight:bold;
}

.newsRelatedLinks a:link, .newsRelatedLinks a:visited,
.newsRelatedLinks a:active {
	font-family: "Georgia",Times New Roman, Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	line-height: 16px;
	text-decoration: none;
}

.newsRelatedLinks a:hover {
	text-decoration: none;
	color: #3399ff;
}


.moreNewsLink a:link, .moreNewsLink a:visited,
.moreNewsLink a:active {
	font-family: "Georgia",Times New Roman, Times, serif;
	font-size: 12px;
	color: #003366;
	line-height: 16px;
	text-decoration: underline;
}

.moreNewsLink a:hover {
	text-decoration: none;
}

.details {
	font-family: "Georgia",Times New Roman, Times, serif;
	font-size: 12px;
	line-height: 16px;
	color: #666;
}


.detailsLink a:link, .detailsLink a:visited,
.detailsLink a:active {
	font-family: "Georgia",Times New Roman, Times, serif;
	font-size: 12px;
	color: #003366;
	line-height: 16px;
	text-decoration: none;
}

.detailsLink a:hover {
	text-decoration: underline;
}

.photosBorder {
	padding: 3px;
	margin-bottom: 4px;
	border:2px solid;
	border-color:#E1E1E1;
}

.photosRegBorder {
	padding: 3px;
	margin-right: 10px;
	border:2px solid;
	border-color:#E1E1E1;
}

.drkbluBold {
	font-family: "Georgia",Times New Roman, Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #003366;
}

.drkblu {
	font-family: "Georgia",Times New Roman, Times, serif;
	font-size: 11px;
	color: #003366;
}

.tableBorder {
	border:1px solid;
	border-color:#E1E1E1;
}
td.Border {
	border:1px solid;
	border-color:#000;
}


form,input,select,textarea{margin:0; padding:0; color:#fff;}

div.box{
	margin:0 auto;
	width:500px;
	background:#222;
	position:relative;
	border:1px solid #666;
}

div.box label{
	width:100%;
	display: block;
	background:#020d30;
	border-top:1px solid #000;
	border-bottom:1px solid #161712;
	padding:10px 0 10px 0;
}

div.box label span{
	display: block;
	color:#3399ff;
	font-size:12px;
	float:left;
	width:100px;
	text-align:right;
	padding:5px 20px 0 0;
}

div.box .input_text{
	padding:5px 5px;
	width:200px;
	color: #000;
	background:#fff;
	border-bottom: 1px double #171717;
	border-top: 1px double #171717;
	border-left:1px double #333;
	border-right:1px double #333;
}

div.box .message{
	padding:7px 7px;
	width:350px;
	color: #000;
	background:#fff;
	border-bottom: 1px double #171717;
	border-top: 1px double #171717;
	border-left:1px double #333;
	border-right:1px double #333;
	overflow:hidden;
	height:100px;
}

div.box .button {
	margin:0 0 10px 0;
	padding:4px 7px;
	background:#CC0000;
	border:0px;
	position: relative;
	top:10px;
	left:382px;
	width:100px;
	border-bottom: 1px double #660000;
	border-top: 1px double #660000;
	border-left:1px double #FF0033;
	border-right:1px double #FF0033;
}
